Answer Posted / xyz
Specifies whether the JOB should continue or terminate
depending on the outcome of any step in the JOB
Before each step is executed, the system checks the COND
parameter against the return code from completed JOB step
If satisfied, the system terminates the JOB, else it
executes the JOB
Format is COND=((code, operator), (code, operator)…)
| Is This Answer Correct ? | 46 Yes | 10 No |
Post New Answer View All Answers
Explain how can return codes be tested before execution of a job step?
whats the diff bw the evaluate also and and?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
how can you check if a file is empty using jcl?
Explain the function of a dd statement?
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' ?
How to override loadlib?
How do you submit a job for execution?
Explain the purpose of dd * statement in jcl?
What are the jcl procedures?
what is “Cond= even” and “Cond=only”?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain the job statement in jcl?
What is multithreading in jcl?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?