On Wed, 28 Jan 2009 09:31:55 -0800, Don Russell <russell....@gmail.com> wrote:

>I would like to submit a job from a VM system to one MVS system, have
>it expand a JCL PROC, and submit those JCL statements to another MVS
>system.
>
>That way I don't have to duplicate the PROCLIB across the different MVS
systems.
>
>Is this possible? It seems from reading the JCL manual that it is not.
>But, I wanted to check with the experts in case I missed something.
>
>Otherwise I'll consider not using PROCs, keeping the JCL on VM and
>submitting it directly to the correct MVS system.
>
>Thanks,

Possibly, you might consider using nested FTP-generated "submits",using the
command: 

site filetype=jes

An FTP script from VM submits your first job, and it has an imbedded GENER
step to duplicate any/all additional JCL members, and also one or more
additional FTP to the additional LPARs.

Scott Barry
SBBWorks, Inc.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to