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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
Is automatic restart possible in jcl?
How to print data of sequential file to Spool..?
What is the use of IEBGENER ?
what is the function of iebcompr?....is it compare record length or characteristics of a dataset?...pls explain with examples.......
what are the various stages of job processing?
how you can access an uncataloged dataset in a JCL?
What are the parameter we cannot use in procedure?
How to fetch even records from one file to another file by using ICETOOL in JCL?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
What are hierarchy levels in jcl?
Why include statement is used in a jcl?