Previous Topic: FTP Print Files UnmodifiedNext Topic: Replacement Variables


JCL Parameters

You can specify the following JCL parameters, separated by commas, using the file's OUTPUT ADDRESS parameters:

PATH=remote-directory, 
FILENAME=remote-file-name[.PDF/.PDFL/.HTML/.RTF],
FTPUSER= remote-userid,
FTPPASS= remote-password, 
FTPACCT= remote-account-info,   
FTPAUTH= NEVER|GSSAPI|TLS
FTPDATA= FTP.DATA file
DSNAME=temp-data-set-name,
DISP=NEW|MOD|OLD|SHR,
UNIT=device-type,
VOLSER=volume-serial-number,
RECFM=F|V,
LRECL=99999,
DATACLAS=temp-data-set-SMS-data-class-name,
MGMTCLAS=temp-data-set-SMS-management-class-name,
STORCLAS=temp-data-set-SMS-storage-class-name,
AM=FTP, (or TCPDRIV=FTP)

PATH and FILENAME are combined to form the complete remote target directory and file name. This extends the value used to a maximum of 106 characters.