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 |
can i sort packed decimal if i can tell the syntax
how you can access an uncataloged dataset in a JCL?
hi friends........if u know syntax of IEBEDIT IN JCL
What happens if both JOBLIB and STEPLIB is specified ?
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
how you will the direct the data to spool using sysout option?
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
What are the common keyword parameters in both job and exec statements
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
wht is step lib n job lib ? where can we code joblib n steplib ?
how to allocate a dynamic dataset in jcl ?
how do you access an uncataloged dataset in a jcl?