A job has 150 steps i want to execute only 57th step
Answer Posted / karthik
Include following two parameters in job card
restart=step57,COND=(0,LE)
by karthik
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain the jcl exec statement?
Is it possible to define dd statements as you want?
define cond parameter in jcl?
Differentiate between the joblib and the steplib statements?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is job control language?
What do you understand by the terms: joblib and steplib?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
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
What is the significance of addrspc parameter in exec statement?
How can unused space allocation be returned to the system when a dataset is closed?
Are there any set of rules for the names of the steps used in a job?
Explain the function of //jcllib statement?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
how to run batch program without jcl?