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
Explain how can an in-stream dataset be terminated?
what happens in execution stage in job processing?
how do you code a null statement?
Can we call instream to catalog and catalog to instream?
what is the use of JCL?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Mention the types of job control statements?
How to pass data to a program that is coded in an exec statement?
When output dataset space is required, what quantity categories are used?
what is DSN parameter and DISP parameter is used for?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
For what purpose steplib and joblib are used ?