what is the COND=EVEN ? Can anyone give me an example to
explain the usage.
Answer Posted / dnyandeep
COND=EVEN, when it is coded on JCL step, that step will execute EVEN when previous step executes abnormally. This means even if previous step completes then also this step will execute.
COND=ONLY, when it is coded on JCL step, that step will execute only when previous step executes abnormally.
I think the use of it depends on programmers need and logic.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is “Cond= even” and “Cond=only”?
how you can direct the data to spool using SYSOUT option?
How can a fb file convert to vb file using sort program?
when does a dataset go uncataloged?
A dd statement consists of 4 fields. Name them?
What is the purpose of dd * statement in jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How dummy is used in jcl?
what is a jcl?
Is automatic restart possible in jcl? If yes, how?
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?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?