The maximum number of in-stream procedure you can code in
any JCL is ?
Answers were Sorted based on User's Feedback
Answer / jerinjose
The maximum number of instream procedures you can in any
job is 15
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / gayathri
It worked for me when I coded more than 15 instream
procedures. I coded 17 instream procedures and I got answer
for all the 17 steps. Why?
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the use of DSNDB07 ?
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
What is a COND parameter in JCL?
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
How to send notification to multiple users through jcl???
If your job fails at particular step then what would be the return code for next steps
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
describe the exec statement,its meaning ,syntax and keywords?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?