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 |
can we modify the code in copy book? if it possible how to submit ofter the modification.
Define concatenating?
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?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
how to create gdg with out using idcams utility
Can you code instream data in a PROC ?
which utility is used to run a cobol-db2 program?
How do you submit a JCL under CICS environment ?
What is the function of the steplib dd statement?
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
What is primary allocation for a dataset?
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?