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
For what purpose steplib and joblib are used ?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What is the function of the dd avgrec keyword in sms datasets?
Explain the hierarchy levels in jcl?
how to run batch program without jcl?
Differentiate between addressing mode and run mode.
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what is the resolution for sb37 error
Is there any command to check wether the ps file is in sorted order?
Brief description of inline procedure of jcl.
how you can access an uncataloged dataset in a JCL?
List the different components of jcl statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What dd statement is used to supply the name of a dataset?