Target DLFS FTP server

The IZDCFTPI member in SIZDSAMP is referenced by JCL samples IZDJRUN and IZDPDISC.

z/OS DLA support the encryption of the whole SIZDSAMP dataset including the FTP configuration file that contains sensitive FTP account id and password for security requirements.

This member contains the initial FTP statements to establish a session with the target DLFS FTP Server.

The following is an extract of this sample. Please refer to the SIZDSAMP data set for the complete version.
* Name: IZDCFTPI
* Function: Initial FTP statements used to PUT members to the
* Discovery Library File Store (DLFS).
**
The z/OS DLA will generate the following members in the IdML PDSE:
* @FTPCHGP - FTP statements to PUT changed IdML members
* @FTPALLP - FTP statements to PUT all IdML members
**
@FTPALLP is the default FTPMEM parameter in the IZDJFTP proc.
* @FTPCHGP is used as the FTPMEM parameter to IZDJFTP in IZDJDISC.
**
The FTP statements comply with the Discovery Library standards
* explained below. Before the PUT statements, the z/OS DLA
* reads this member and copies the lines that do not have ’*’ in
* the first column to the output FTP statements.
**
This member may contain:
* <dlfs>
* <userid> <password>
* cd <directory>
* type a
**
Where:
* <dlfs> = FTP IP name or FTP IP address of the DLFS
* <userid> = FTP userid
* <password> = FTP password
* <directory> = Directory to transfer to files to
**
FTP Notes:
* - The "<dlfs>" line should be omitted if the FTP JCL has been
* customized to specify the destination in the EXEC PARM clause.
* - The "<userid> <password>" should be omitted if the FTP JCL
* has been customized to specify a NETRC DD.
* - The "cd <directory>" can be omitted if the default directory
* for the specified userid is appropriate.
***********************************************************************
pthtsd3.perthapc.au.ibm.com
userid password
cd /u/userdirectory
type a