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
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is the purpose of the dd keylen parameter?
in ways data can be passed to a COBOL program from JCL?
What are the 4 fields in dd statement?
What parameter directs the output of the job log dataset?
What is Cataloged Procedures?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
what are the statements that are not valid to be included in an include statement?
What is the difference between the positional and keyword parameters? Give examples.
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Can I share my data with other jobs? How?