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
In job processing, what happens in conversion stage?
Can I share my data with other jobs? How?
What is the difference between run mode and addressing mode?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Is their any limit for data sets?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what is DD statement is used in JCL?
What is catelog procedure and how many catelog procedure to use in one job?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Differentiate between the joblib and the steplib statements?
What is the purpose of dd dummy statement?
For what purpose steplib and joblib are used ?
How does jcl act on a cobol code?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
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?