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
what sort card you will use to copy the data from one dataset to another dataset?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is the motivation behind coding class parameter in job statement?
What is the use of disp parameter?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What do you understand by the terms: joblib and steplib?
define cond parameter in jcl?
Suppose I have five jobs to do. But I want to hold one?
Is their any set of rules for dd? Explain.
How do you create a temporary dataset?
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.
How do you submit a job for execution?
Is condition checking possible in jcl? If yes, how?
Differentiate between addressing mode and run mode.
Describe the various parameters utilized in the creation of a gdg?