On Wed, 11 Feb 2009 09:57:19 -0600, Walt Farrell wrote:
>
>If an automated process is doing the submission, why couldn't it build a
>nested job stream.  It would read the first job, and add a step to submit
>the second.  While building the SYSIN file containing the 2nd job, it could
>add a step to submit the 3rd.  While building that SYSIN, it could add a
>step to submit the 4th, etc.

And with each submitted job included in-stream using DD DATA,DLM=xx 
Then at the end, add the delimiters for the DD DATA
e.g.
//SYSIN  DD  DATA,DLM=AA
//BBB JOB ...
...
//SYSIN  DD  DATA,DLM=AB
//CCC JOB ...
...
AB
AA

>
>You don't change the real JCL, which allows the user to submit manually
>whatever/whenever he wants.

-- 
Tom Marchant

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

Reply via email to