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
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How do you submit a job for execution?
how would you create a temporary dataset? And where will you use them?
What is Cataloged Procedures?
What is the function of //jcllib statement?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what JCL Procedures?
what is use of disp parameter in dd statement?
Explain in DD statement what is the use of DCB parameter?
when does a dataset go uncataloged?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
how you can direct the data to spool using SYSOUT option?
What is notcat 2 - gs?
What do you understand by the terms: joblib and steplib?
How can a stopped job be started again?