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 |
What do you do if you do not want to keep all the space allocated to a dataset?
Is automatic restart possible in jcl?
what do you mean By spooling? Expand SPOOL?
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
once we submitted the job to the operating system, how can we cancel the job before execution?
What are the jcl procedures?
Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
can i sort packed decimal if i can tell the syntax
What parameter directs the output of the job log dataset?