what is the cond=even only
Answers were Sorted based on User's Feedback
Answer / kishore
it means that even if the previous step abends in jcl -
jes will go to the next step.
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / meenu
The step coded with cond=even is executed whether there is an error in the previous or not
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / vinay sonar
It means execute that step even if previous step abends
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / raghavendra
even previous step terminates abnormally then also next
step will be executed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
What do you understand by jcl?
How do you handle empty files in a JCL ?
wht happens if cond=true ? pls give me with an example ?
What all are the changes to be made in JCL so as to do testing?
How to send data from cobol program to jcl?
I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,
What is jcl in mainframe?
What is a COND parameter in JCL?
What is COND=ONLY ?