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 |
What is the error code SOC01 indicate ?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
which utility is used to run a cobol-db2 program?
What do you do if you do not want to keep all the space allocated to a dataset?
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
can we bowse or edit the GDG dataset if it is a tape entry?
Explain the function of the steplib dd statement?
how to create gdg with out using idcams utility
What is COND=EVEN ?
A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 Answers Cap Gemini, CSC, Xchanging,
Name what parameter directs the output of the job log dataset?
can we write a proc with in a proc