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 |
if we give two job cards in a single what happens
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
I need exexution process for JCL programs
What does a disposition of (new,catlg,keep) for a dsn mean?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
How to print data of sequential file to Spool..?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
How to use COND Parameter in jcl