Page 2 of 2

Re: Need to submit a series of JCL Jobs using REXX

PostPosted: Thu May 15, 2014 2:50 am
by NicC
Check what you coded against what I posted for the submit card. Also note something else that is different between your code and mine. And read the manual to find out why.
You also have not made either of the changes suggested in my first post to get XINPARM populated. Otherwise you seem to be using it ok.

Re: Need to submit a series of JCL Jobs using REXX

PostPosted: Thu May 15, 2014 2:58 am
by Pedro
And read the manual to find out why.

You should get familiar with TSO/E Rexx Reference, manual SA22-7790, and TSO/E Command Reference, manual SA22-7782.

My earlier post assumed you knew the difference between TSO commands and the rexx language.