Member (HLQ).AZDvvvv.JCLLIB(PUSHONE) contains JCL similar to the following.
//PUSH EXEC PGM=ACQPUSH
//STEPLIB DD DSN=(HLQ).AZDvvvv.LOADLIB,DISP=SHR
//SYSPRINT DD SYSOUT=*
//PARMDATA DD *
MULTI=Y
MAKEREADY=N
QUIT=N
/*
//ATHDATA DD DSN=ATHDATA.FILE.FROM.ACQUIRE,DISP=SHR
//ACQFTP DD *
123.231.132.213 <== IP address of FTP server
username password <== Credentials for FTP server
cd /Syncsort Capacity Management Core/pushdata<== Your choice of directory
!push <== ACQPUSH commands will replace this
ls -l <== Any commands you like here
bye <== Say goodbye...
/*
//INPUT DD UNIT=SYSDA,SPACE=(CYL,1)
//OUTPUT DD UNIT=SYSDA,SPACE=(CYL,1)
//
Note: The !push card marks the point where the commands generated by
ACQPUSH will be inserted.