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 need some shortcuts and tso commands can any on ehelp me in these ?
Is condition checking possible in jcl?
What are SD37, SB37, SE37 abends?
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
How to get the last but one duplicate record of the file using Sort?
What is meant by S0C7 system abend code?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
List the various advantages of using jcl language?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
How to release the Output HELD by using HOLD = YES on 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?