Hello
I have a small problem related with a few questions.
1) What I need to do
I need an Job that is executed in the USS of our Mainframe by a JCL from TWS ( no problem that works)
This job should be an FTP job taking the path and filesnames from a list ( I have created before by a JCL Job)
After Successfully sending the files to the FTp adress the files are getting renamed .
It's important that the files is only renamed if the tranfer worked.
2) Help I need
Is it possible to use Rexx for using FTp in the USS
If yes how should I manage it.
The job should start the connection and then sending the files in an if loop ,if this is done then directly renaming the file on the server and on the local
The list that should be imported is in this format
/T/webapp/logs/test/app1/Timestamp.deported.wasi-1.20091231.093923.log
/T/webapp/logs/test/app2/Timestamp.deported.wasi-1.20091231.093923.log
/T/webapp/logs/test/app2/Timestamp.wasi-2.20091229.225503.log
Even a better idea to resolve this problem would be good
any help is great
Thank you in advance
Christian