wt will happen to the step of a job if u code COND=ONLY
Answers were Sorted based on User's Feedback
//s1 exec pgm=ex1
//s2 exec pgm=ex2
//s3 exec pgm=ex3,cond=only
//s4 exec pgm=ex4
1) if s1 executes sucess, s2 got abend ,then executes s3.and
stops execution
2) if s1 got abend, s2 dont executes ,then s3 executes.and
stops execution
3) if s1 executes sucess ,s2 executes sucess,then s3 wont
executes. and go to s4.....
if any wrong in my answer plz correct me..
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / suman
It is to execute subsequent activity when previous activity
terminated abnormally(unsucessfully).
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vinay sonar
//STEP2 DD PGM=IEBGENER,COND=ONLY
it means execute that step only if previous step abends
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rahaman
that step cond=only wil be executed only when the about step fails or shows an abend.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sdexcellent@yahoo.co.in
if COND=ONLY then the next step will be executed only when
the previous step is not executed
| Is This Answer Correct ? | 1 Yes | 3 No |
What do you understand by the terms: joblib and steplib?
Describe the various parameters utilized in the creation of a gdg?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain about LMGET�read a logical record from a data set
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
How can a jobs execution priority be modified?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
Suppose I have five jobs to do. But I want to hold one?
wht r s722,s822,s122 and s222 abends pls reply fast
What happens if both JOBLIB & STEPLIB is specified ?
What is a Dummy Utility and what it does ?