how to increase the space of a dataset in instream procedure.
Simply override the parameter.
//STEP1 EXEC TESTPROC,
//STEP2.DD1 DD SPACE=(100,100)
| Is This Answer Correct ? | 1 Yes | 1 No |
Which COND paramter will u use to execute the step only if the previous step does not execute
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
How do you submit JCL via a Cobol program?
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
How much space OS allocates when you create a PS or PDS?
Explain about LMCOPY -
How can the submitting users racf authority be overridden in a job stream?
Explain the function of //jcllib statement?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
How many steps we can overide in the proc's?
how to execute the last 5 steps in jcl
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?