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
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the function of the dd avgrec keyword in sms datasets?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Explain the function of //jcllib statement?
Define concatenating?
Explain in DD statement what is the use of DCB parameter?
Is it possible to left uncode disp?
Is condition checking possible in jcl? If yes, how?
What is one line to pass PARM from JCL to COBOL?
How do you create a temporary dataset?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What statement can be used to send data to another mvs jes3 node?
What is the use of symbol // in jcl?
List in order the hierarchical levels of jcl?
Are there any set of rules for the names of the steps used in a job?