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
Explain the function of dd disp parameter?
Can we use DISP=SHR in output file in JCL
Which dd parameters are required?
What is the function of //cntl statement?
Differentiate between the joblib and the steplib statements?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What do you understand by the term notcat 2 – gs?
What dd statement is used to supply the name of a dataset?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What do you understand by the terms: joblib and steplib?
How is a type of file defined in the jcl that executes the cobol program?
What are the 4 fields in dd statement?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Why block size is multiple of lrecl in jcl?
Where can program checkpoints be stored for use in a restart?