Max. No of DD statements in a job ?
Answers were Sorted based on User's Feedback
Answer / shailendra
i think this 3273 dd statement we can specifyin a singal
step, and in a job we can specify 255 step
it's means 3273*255 dd statement is possible
| Is This Answer Correct ? | 26 Yes | 6 No |
Answer / sangamesh
the answer 3273 is exact one.it is for a job not for a step
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / sharmila_g
one job can have 255 exec statements and one exec statement can have upto 255 dd statements. so from this theory calculate number of dd statements in a job.
| Is This Answer Correct ? | 1 Yes | 5 No |
how do you access an uncataloged dataset in a jcl?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
What is STEPLIB, JOBLIB? What is it used for?
hi friends........if u know syntax of IEBEDIT IN JCL
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
Explain the function of the steplib dd statement?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
what r the types of job control statements?
What does a disposition of (NEW,CATLG,DELETE) mean?