Page 1 of 1

Use symbolic parameter in FTP.

Posted: Fri Jul 22, 2016 6:17 pm
by Keval Mehta
Hi,
As per one of the requirement I need to pass symbolic parameters to the FTP parm-member using a JCL step. Is this possible for a FTP, can someone please say an examlpe?

Thanks

Re: Use symbolic parameter in FTP.

Posted: Fri Jul 22, 2016 6:42 pm
by Robert Sample
What release of z/OS is running at your site?  z/OS 2.1 (and I believe 1.13) supports use of symbolic parameters in in-stream data sets; I don't know if this capability extends to parameter members.

The general solution used for what you asked is to write a program in the language of your choice (even DFSORT or SYNCSORT) to create the required FTP commands in a data set, then use that data set as input to FTP in the next job step.

Re: Use symbolic parameter in FTP.

Posted: Fri Apr 20, 2018 10:33 am
by Keval Mehta
We are using z/OS 2.1. Thanks for the steps. I shall work on it, we have another similar requirement.