Try Fran Hensler's site http://zvm.sru.edu/~DOWNLOAD/
Regards, Richard Schuh > -----Original Message----- > From: The IBM z/VM Operating System > [mailto:[email protected]] On Behalf Of Perez, Steve S > Sent: Wednesday, December 08, 2010 2:37 PM > To: [email protected] > Subject: Re: FTP within REXX EXEC > > I cannot find VMFTP on the IBM VM download page. > > http://www.vm.ibm.com/download/packages/ > > > > Thanks, > Steve > > -----Original Message----- > From: The IBM z/VM Operating System > [mailto:[email protected]] On Behalf Of Hughes, Jim > Sent: Wednesday, December 08, 2010 4:09 PM > To: [email protected] > Subject: Re: FTP within REXX EXEC > > Get a copy of VMFTP from the IBM VM downloads page. You will > not regret it. > > It allows you to write rexx ftp scripts and you can check > return codes as well as look at the results of each ftp > command in case you need to determine what to do next. > > ____________________ > Jim Hughes > 603-271-5586 > "It is fun to do the impossible." > > -----Original Message----- > From: The IBM z/VM Operating System > [mailto:[email protected]] On Behalf Of Steve Perez > Sent: Wednesday, December 08, 2010 5:05 PM > To: [email protected] > Subject: FTP within REXX EXEC > > 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. > ************************************************************** > **************************** > This message may contain confidential or proprietary > information intended only for the use of the > addressee(s) named above or may contain information that is > legally privileged. If you are not the intended addressee, or > the person responsible for delivering it to the intended > addressee, you are hereby notified that reading, > disseminating, distributing or copying this message is > strictly prohibited. If you have received this message by > mistake, please immediately notify us by replying to the > message and delete the original message and any copies > immediately thereafter. > > Thank you. > ************************************************************** > **************************** > CLLD >
