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
how JCL works?
What happens if both JOBLIB & STEPLIB is specified ?
when does a dataset go uncataloged?
is there any way to execute more than one proc in the same exec statement at the same time..?
what is the compile process of cobol program expalin with code
I need exexution process for JCL programs
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What is timing concept in mainframe?
What are s0c1, s0c4, s0c5, s0c7 and socb?
In sms datasets, what is the function of the dd avgrec keyword?
when can a job time-out occur? How to overcome that?
What is multithreading in jcl?
which utility is used a dummy utility?
how to compare two datasets without using superce because output is limited to 133 bytes
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?