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
Is automatic restart possible in jcl?
How to submit jcl through a cobol program?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What are hierarchy levels in jcl?
What is the purpose of dd?
In job processing, what happens in execution stage?
How can a fb file convert to vb file using sort program?
How do you overcome this limitation ?
Is it possible to define dd statements as you want?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
When output dataset space is required, what quantity categories are used?
What do you understand by jcl?
how can you check if a file is empty using jcl?
What is the use of symbol // in jcl?
which utility is used to sort a file in jcl?