suppose i have job it contains 10 steps after exicution of
job failuer at 3 and 7 th steps i want exicute step 3 and
step 7 only how we specify condition ?
Answer Posted / ravi
in job for all other steps excluding 3rd and 7th steps give
this condition code as below
COND.Step1=(99,NE),
COND.Step2=(99,NE),
COND.Step4=(99,NE),
COND.Step5=(99,NE),
COND.Step6=(99,NE),
COND.Step8=(99,NE),
COND.Step9=(99,NE),
COND.Step10=(99,NE)
or we can use IF then condition condtions also
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
define cond parameter in jcl?
Why block size is multiple of lrecl in jcl?
how you can access an uncataloged dataset in a JCL?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Is it possible to code instream data in a PROC?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is the format of comment statement?
List in order the hierarchical levels of jcl?
Must tape dataset definitions include vol=ser specifications?
what is the difference between JES3 and JES2?
Give the syntax of job specifying jcl statement.
Can we use DISP=SHR in output file in JCL
what is DD statement is used in JCL?
When space is allocated for an output dataset, what units can be used?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?