The maximum number of steps in a job?
Answers were Sorted based on User's Feedback
Answer / kkinney
Yes, the total limit is 255. Keep in mind this includes all
steps in procedures & INCLUDEd JCL segments.
| Is This Answer Correct ? | 18 Yes | 3 No |
Answer / k s raju
maximum 255 steps we can code incuding steps in instream
and catalog procedures
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / santthosh
Max we have 255 steps only, if it is instream or catalog
there is no changes the steps in a job.
| Is This Answer Correct ? | 2 Yes | 0 No |
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
what is the difference between JES3 and JES2?
what is the difference between return code and maxcc?
how you can direct the data to spool using SYSOUT option?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
lines(1,cancel)??What is meant by that??Plz explain it....
How do you submit a JCL under CICS environment ?
In sms datasets, what is the function of the dd mgmtclas keyword?
What is dummy parameter in JCL??
How can you trap abends in the JCL?
what operation is performed by job statement?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?