We run a RULES based VMSECURE system so no one without authorization can
view the macros stored in our production dasd.

Pick on me. It's okay. I learn quite a bit when picked on. It makes me
think.

____________________
Jim Hughes
603-271-5586
"It is fun to do the impossible."

==>-----Original Message-----
==>From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu]
On
==>Behalf Of Stricklin, Raymond J
==>Sent: Thursday, January 14, 2010 10:57 AM
==>To: IBMVM@LISTSERV.UARK.EDU
==>Subject: Re: advise on a simple REXX script to automate FTP from zVM
to
==>Linux server
==>
==>> -----Original Message-----
==>> From: The IBM z/VM Operating System
==>> [mailto:ib...@listserv.uark.edu] On Behalf Of Hughes, Jim
==>> Subject: Re: advise on a simple REXX script to automate FTP
==>> from zVM to Linux server
==>>
==>> This is a sample rexx procedure and runs as a VMFTP macro.
==>>
==>> ++++++++++++++++++++++++++++++++++++++++++++++++++++
==>> /*  */
==>> Parse arg $cd "," $in "," $out
==>>
==>> "open ftp.server.com"
==>> "myuseridgoesjhere"
==>> "myPassWordGoesHere"
==>
==>Not to pick on Jim, since everybody's given the same advice so far,
==>but...
==>
==>Just as a matter of clarification, can I ask why someone would put
login
==>credentials inside of an EXEC that calls FTP, in preference to making
use
==>of NETRC DATA ?
==>
==>ok
==>r.

Reply via email to