We have 100 steps in a procedure and we need to run the jcl
and execute only 25th step in the proc and not the
remaining steps. How can we do it?
Answer Posted / prakash
Use IEBEDIT utility and select the required step alone for
execution
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
is there any way to execute more than one proc in the same exec statement at the same time..?
what happens in conversion stage in job processing?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How do you create a temporary dataset?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
For what purpose steplib and joblib are used ?
List the different components of jcl statement?
which parameter is use to declare the name of dataset in dd statement?
what is the JCL statement consists of?
how you can direct the data to spool using SYSOUT option?
What is the function of //cntl statement?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
When output dataset space is required, what quantity categories are used?
Is their any set of rules for dd? Explain.