When attempting to set up FTP_JOB, what statements should be coded on the FTP_JOB and what do these statements mean?
Release: 11.4 & 12.0
Component: CA Workload Automation ESP Edition
Let me explain generally the statements used in FTP_JOB. You can find some related information in "Administrator's Guide" and "Guide to Schedule Workload".
Here is one example with explanation:
APPL FTPJOB
FTP_JOB MYTEST
AGENT LZHP
RUN ANY
USER CYBLZ01 --> this is my mainframe userid, should be defined by PASSWORD on ESP,
and CybFTPSEcurityUtility on agent
SERVERADDR 10.1.15.1 --> mainframe IP address
SERVERPORT 21 --> mainframe FTP port
TRANSFERDIRECTION UPLOAD --> FTP LOCALFILE to REMOTEFILE
FTPFORMAT A
LOCALFILENAME test --> this file resides on server where agent LZHP is installed, it's in agent
installation folder;
REMOTEFILENAME '''CYBLZ01.FTP.GET''' --> mainframe file name
ENDJOB