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 / pratim
If act002 exec pgm=cob02 fails,
actoo3 exec pgm=cob03, will execute because of cond=only!
but actoo4 will not execute!!
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the rules employed while naming the steps in a job?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What are the 2 types of parameters in dd statement?
in ways data can be passed to a COBOL program from JCL?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is use of dsn parameter in dd statement?
Mention the types of job control statements?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
how do you access an uncataloged dataset in a jcl?
Can I send output of job to my remote device careerride123?
Explain how can a jobs execution priority be modified?
what is a jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is the purpose of disp parameter?
Explain how can a stopped job be started again?