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 is jcl in mainframe?
In sms datasets, what is the function of the dd mgmtclas keyword?
When space is allocated for an output dataset, what units can be used?
How does the jcl specify the job to os?
what are JCLLIB and STEPLIB in JCL?
What is multithreading in jcl?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is notcat 2 - gs?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
can any one plzzzzzz tell the jcl code for creating ps using idcams
How can a stopped job be started again?
What is the maximum length of a single line of jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what is JCL?
In job processing, what happens in execution stage?