What is a COND parameter in JCL?

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


Please Help Members By Posting Answers For Below Questions

What are steplib and joblib?

725


What do you understand by jcl?

629


what is the resolution for sb37 error

7716


Explain the function of dd disp parameter?

595


what JCL Procedures?

701






what are the various stages of job processing?

741


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7606


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

787


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' ?

1588


which parameter is used to check the syntax of a jcl without executing it?

799


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

704


What is the use of disp parameter?

653


Why include statement is used in a jcl?

691


What is the function of the dd avgrec keyword in sms datasets?

841


How to submit a jcl from cics?

668