How can we execute only one step in a job
Answer Posted / suresh
Hi,
This can be achieved by two ways.
1. As Sravanthi mentioned - A null (/*) statement at the
end of this step can be given for running this step alone.
2. By using COND parameter in the second step. Like
//STEP2 EXEC PGM=EXAMPLE,COND=(0,LE,STEP1)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is job control language?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what is use of disp parameter in dd statement?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Can I send output of job to my remote device careerride123?
Explain dd statement in jcl?
What is the function of dd name parameter with a 2 part structure; audit.report?
How to pass the parameter in parm using linkage section ? (syntax)?
Explain about LMFREE�free data set from its association with data ID
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How to do automated restart when a job abend?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
which utility is used to sort a file in jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Explain the jcl exec statement?