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 |
what is the use of JCL?
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
What is DATACOM db?
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
which statement is used to end the in-stream procedure in a jcl?
Can we write same stepname for one or more steps in on job ?
Is acct parameter mandatory?
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 ?