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 are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what is DD statement is used in JCL?
Must tape dataset definitions include vol=ser specifications?
What are steplib and joblib?
What all are the changes to be made in JCL so as to do testing?
The maximum number of in-stream procedure you can code in any JCL is ?
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
How to pass the temp dataset form one JOB step to another?
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
Explain in DD statement what is the use of DCB parameter?
What is a Generation Data Group (GDG)?