Is there a limit of 3273 DD statements for a JCL or for
every EXEC step in a JCL?

Answers were Sorted based on User's Feedback



Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?..

Answer / syam

The maximum number of DD statements per job step is 3273,
based on the number of single DD statements allowed for a
TIOT (task input output table) control block size of 64K.
This limit can be different depending on the
installation-defined TIOT size. The IBM-supplied default
TIOT size is 32K. For information about changing the size of
the TIOT, see ALLOCxx parmlib member section in z/OS MVS
Initialization and Tuning Reference. For information about
how dynamic allocation might cause changes to the task
input/output table (TIOT). see z/OS MVS Programming:
Authorized Assembler Services Guide.

Is This Answer Correct ?    27 Yes 1 No

Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?..

Answer / 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

More JCL Interview Questions

How jcl work to handle various input output file operations?

0 Answers  


what is the difference between perform varying and perform

1 Answers  


difference between internal sort and external sort

1 Answers  


how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths

4 Answers   IBM,


What is jcl in mainframe?

0 Answers  






Explain about LMPUT-

1 Answers  


How to pass the temp dataset form one JOB step to another?

6 Answers   IBM,


i want to store 20 digits . how will u do it in cobol ?

0 Answers  


Which storage devices are grouped under DASD and SYSDA ?

1 Answers   IBM,


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

0 Answers  


Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.

2 Answers   GJ,


what is XSUM in some fields= none, xsum ??

7 Answers   Xansa,


Categories