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
List the different components of jcl statement?
How to do automated restart when a job abend?
Explain the purpose of dd * statement in jcl?
what is the JCL statement consists of?
When output dataset space is required, what quantity categories are used?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How can the attributes of one sms dataset be copied to another dataset?
what is “Cond= even” and “Cond=only”?
how to do automated restart when a job abends?
Suppose I have five jobs to do. But I want to hold one?
What is the purpose of disp parameter?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
how to run batch program without jcl?
Where & How Do You Code Identifier In Jcl?
which parameter is use to declare the name of dataset in dd statement?