how will be submit 1 jcl by other jcl? means that how 'll
submit one job by other job??
Answer Posted / arif
One way of doing this..
you should have pgm=IKJEFT01 step in your jcl.
In its SYSTSIN dd * have the following tso command.
'TSO SUB TMXA055.JCL.CNTL(OTHERJCL)'
All other necessary DD names to be coded.
Note: IKJEFT01 is the batch pgm for TSO
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Does jcl support automatic restart?
what sort card you will use to copy the data from one dataset to another dataset?
How to submit jcl through a cobol program?
What is the function of the steplib dd statement?
What dd statement is used to supply the name of a dataset?
How do you create a temporary dataset?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Is automatic restart possible in jcl?
List in order the hierarchical levels of jcl?
How is the record format of an output dataset specified?
Can we call instream to catalog and catalog to instream?
How can the disposition of sysout datasets be set for an entire jobstream?
What is the function of the dd dcb keyword?