Answer Posted / sree
Each step returns a code to the system once it finishes its
execution.This is a condition code. COND parameter is used
to control the execution of a step based on the condition
code of its previous steps.
Syntax
COND=(comparsion-code,condition)
(If coded on job)
COND=(comparsion-code,condition [,stepname] [,EVEN / ONLY])
(If coded on step )
condition can be GT,GE,LT,LE,EQ,NE
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
What are the rules employed while naming the steps in a job?
Explain how can a stopped job be started again?
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
What is the purpose of dd?
How gdg are concatenated?
What is the purpose of dd * statement in jcl?
Is their any set of rules for dd? Explain.
What is condition checking in jcl? Is this possible?
List the different components of jcl statement?
what is use of disp parameter in dd statement?
what are the statements that are not valid to be included in an include statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
How to run cobol program using jcl?
How can return codes be tested before execution of a job step?