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
What dd statement is used to supply the name of a dataset?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the function of a dd statement?
What statement can be used to send data to another mvs jes3 node?
what JCL Procedures?
List the various advantages of using jcl language?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what is SOC4 error?
Explain the purpose of dd * statement in jcl?
What are the 4 fields in dd statement?
Explain the function of a dd statement?
How to pass the parameter in parm using linkage section ? (syntax)?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How can unused space allocation be returned to the system when a dataset is closed?