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 |
How to change default PROCLIB?
Max. No of DD statements in a job ?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?
How to search strings in multiple dataset with conditions 'string1 & string2'?
Explain about LMFREE�free data set from its association with data ID
What is 'S0C7' abend?
How do you find which GDG is using which dataset?
What are the default system and catalog libraries in JCL?
what happens in conversion stage in job processing?
How to copy one PS file to multiple PS files with same data?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.