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 |
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
How can a job send a status message to a tso user at the completion of a job?
what is the purpose of SYSOUT parameter in the DD statement?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
what is JCLLIB and PROCLIB in jcl and their syntax
describe the exec statement,its meaning ,syntax and keywords?
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes
How do you access a file that had a disposition of KEEP?
What is GDG?
what is use of disp parameter in dd statement?