Is there a limit of 3273 DD statements for a JCL or for
every EXEC step in a JCL?
Answer Posted / raja
The maximum number of 255 steps can be there in a job. Each
step can have 3273 DD statements. From this statement we
can understand that in a single job we can have 255*3273 DD
statements.
| Is This Answer Correct ? | 21 Yes | 10 No |
Post New Answer View All Answers
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What are the 2 types of parameters in dd statement?
What is the function of dd disp parameter?
Explain in DD statement what is the use of DCB parameter?
Explain how can the submitting users racf authority be overridden in a job stream?
Explain the purpose of the dd keylen parameter?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
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 ?
How is a type of file defined in the jcl that executes the cobol program?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
when does a dataset go uncataloged?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is the use of symbol // in jcl?