In JCl which of this activities get executed if act002
abnormally terminates
//job001 job .........
//act001 exec pgm=cobo01
//act002 exec pgm=cob02, cond=(01,le)
//actoo3 exec pgm=cob03, cond=only
//actoo4 exec pgm=con04
Answer Posted / vinay sonar
ACT003 AND ACT004 WILL EXECUTE BECAUSE COND=ONLY MEANS
EXECUTE THAT STEP ONLY IF PREVIOUS STEP ABENDS
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is the resolution for sb37 error
What are some jcl statements that are not allowed in procedures?
Explain the job statement in jcl?
What is the function of //jcllib statement?
what is use of disp parameter in dd statement?
What is the difference between the positional and keyword parameters? Give examples.
List in order the hierarchical levels of jcl?
How jcl is used for testing batch programs?
How does jcl act on a cobol code?
what is the purpose of coding notify parameter in job statement?
Is automatic restart possible in jcl?
which utility is used a dummy utility?
List the different components of jcl statement?
Is it possible to left uncode disp?
What are steplib and joblib?