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 maximum length of a single line of jcl?
In job processing, what happens in execution stage?
List in order the hierarchical levels of jcl?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What are the jcl procedures?
Must tape dataset definitions include vol=ser specifications?
What is catelog procedure and how many catelog procedure to use in one job?
Name what parameter directs the output of the job log dataset?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Is their any set of rules for dd? Explain.
what are the types of abends that occur on job failure? And explain the possible causes of these
How do you create a temporary dataset?
what is use of space parameter in dd statement?
What is the purpose of dd dummy statement?
What is the format of comment statement?