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
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 |
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 |
A dd statement consists of 4 fields. Name them?
What happens if both JOBLIB & STEPLIB is specified ?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?
what is use of space parameter in dd statement?
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
how do you access an uncataloged dataset in a jcl?
How do you override a parameter in Positional parameters?
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
What are the jcl procedures?