Hi guys,
I am trying to FTP a file from AS400 and for that I used INPUT/OUTPUT traditional FTP command from CL program.
As of now I am running a RPG to create ftp input script everytime the program runs, so that I can append current date to the filename.
One can use %DATE/:=% on windows FTP client and it works fine which means no recreating the script, something similar exists in AS400? Thanks.
I am trying to FTP a file from AS400 and for that I used INPUT/OUTPUT traditional FTP command from CL program.
As of now I am running a RPG to create ftp input script everytime the program runs, so that I can append current date to the filename.
One can use %DATE/:=% on windows FTP client and it works fine which means no recreating the script, something similar exists in AS400? Thanks.







Comment