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
How can a stopped job be started again?
What is condition checking in jcl? Is this possible?
What is the purpose of dd * statement in jcl?
Explain about ISPF/TSO Commands
What are the 2 types of parameters in dd statement?
a dd statement has 2 types of parameters. Name them?
How can the attributes of one sms dataset be copied to another dataset?
What is notcat 2 - gs?
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?
What is the motivation behind coding class parameter in job statement?
what is the purpose of coding class parameter in job statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Differentiate between addressing mode and run mode.
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Explain the function of //cntl statement?