Answer Posted / guest
COND is a condition parameter, consists of 2 sub parameters,
1st - return code from the previous step, 2nd - condition.
If COND is true, the step on which COND is coded will be
BYPASSED.
| Is This Answer Correct ? | 30 Yes | 5 No |
Post New Answer View All Answers
What is the purpose of dd dummy statement?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
how to do automated restart when a job abends?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
what is SOC4 error?
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 the purpose of the dd keylen parameter?
what happens in conversion stage in job processing?
What is the purpose of dd * statement in jcl?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How to override loadlib?
How does jcl act on code(if you take a cobol program)?
What does a disposition of (MOD,DELETE,DELETE) mean ?
what sort card you will use to copy the data from one dataset to another dataset?
What is multithreading in jcl?