What is the meaning of the EXEC statement keyword, COND?
What is its syntax?
Answer Posted / suresh babu
EXEC operation is meant for executing a program or
procedure. Each EXEC is known as one step. Maximum EXEC
steps in a JCL can be: 255.
The COND parameter coded on the EXEC statement applies only
to the job step that it is coded in. The job step is
executed or bypassed, depending on the condition codes
issued by one or more prior job steps.
SYNTAX: COND=(comparison-code,condition,stepname)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can the submitting users racf authority be overridden in a job stream?
Is it possible to code instream data in a PROC?
Explain the purpose of dd dummy statement?
List the various advantages of using jcl language?
Is automatic restart possible in jcl? If yes, how?
what is the use of IEBGENER utility?
What is the function of dd disp parameter?
Is there any command to check wether the ps file is in sorted order?
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 condition checking possible in jcl?
Explain the purpose of the dd keylen parameter?
What do you understand by jcl?
How to submit jcl through a cobol program?
what is use of space parameter in dd statement?
which utility is used to run a cobol-db2 program?