Hello Listers,

I have written an REXX exec to file transfer monitor data files from our 

z/VM Lpar to our z/OS Lpar using FTP.  The following is an excerpt from 

that code:

push 'quit'                     
                         
      
push put TEST.FILE.A 'my.zos.dsn' 
... other ftp commands here ...              

'FTP' ftpaddress

My question is.  What can I do to retrieve the return code if this fails 

or is successful?  Or any other ideas or suggestions I can use to 
determine if the file successfully transferred?

Thanks in advance for any and all replies.

Steve.

Reply via email to