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



In JCl which of this activities get executed if act002 abnormally terminates //job001 job .........

Answer / munu

act003 and act004 will execut

Is This Answer Correct ?    8 Yes 2 No

In JCl which of this activities get executed if act002 abnormally terminates //job001 job .........

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

In JCl which of this activities get executed if act002 abnormally terminates //job001 job .........

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

Post New Answer

More JCL Interview Questions

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

0 Answers  


01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250

1 Answers  


There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.

2 Answers   Merrill Lynch,


why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two

1 Answers   IBM, Perot Systems,


What are isolation levels? Where do we need to specify them in compiling JCL?

3 Answers  






What is a GDG

4 Answers   IBM,


How to fetch even records from one file to another file by using ICETOOL in JCL?

3 Answers  


Name some of the JCL statements that are not allowed in procs.?

1 Answers  


what is meant by jobtrac?

4 Answers   CSC,


The maximum number of in-stream procedure you can code in any JCL is ?

5 Answers  


In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.

4 Answers  


Explain the hierarchy levels in jcl?

0 Answers  


Categories