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 |
what is the use of IEBGENER utility?
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
How to empty the records in jcl
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Explain about LMFREE�free data set from its association with data ID
Can we browse or edit the GDG dataset if it is a tape entry?
How do you access a file that had a disposition of KEEP?
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
What is a Generation Data Group (GDG)?
what is the difference between JES3 and JES2?