
Reply to comment
Reply
Click the +1 button below to share it with your friends and colleagues
Share this if you liked it!
Click the +1 button below to share it with your friends and colleagues
t-decoration:none;text-underline:none'>IBM DB2 Certification
LOGOUT
Number of Registered users 713
|
You can make use of symbol translator to create the target file name with date and time appended. For this
you first create the ftp input card using the symbol translator and then use the same ftp card in the
subsequent step to ftp the file.
//SYMBOLT EXEC PGM=EZACFSM1
//SYSIN DD *
put 'Source_file' Target.file.&LYYMMDD.&LHHMMSS
quit
/*
//SYSOUT DD DSN=&&TEMP,DISP=(,PASS),
// RECFM=FB,LRECL=80
//*
//FTPSTEP EXEC PGM=FTP
//SYSPRINT DD SYSOUT=*
//INPUT DD *
ip address
m/f user id
m/f password
// DD DSN=&&TEMP,DISP=(OLD,DELETE)
/*
//OUTPUT DD SYSOUT=*