A. Job Abended in STEP03. Now run job again to execute
STEP03, STEP04 (STEP01,STEP02 should not execute again)

Answers were Sorted based on User's Feedback



A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not ex..

Answer / guest

There are two ways we can do that,

1)Please use the Restart parameter in the job card (for
example Restart=step03)

2).Please use the COND=(0,LE) in step 1 and step2(for
example(Step1 exec pgm=XXXX,cond=(0,LE) and step2= exec
PGM=XXXX,cond=(0,LE)).

Is This Answer Correct ?    17 Yes 0 No

A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not ex..

Answer / bvr

Here, In this Sceneraio it is better to use restart

Is This Answer Correct ?    15 Yes 0 No

A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not ex..

Answer / guest

by using restart parameter you can do this.


//jobcard, restart=(step3)


Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More JCL Interview Questions

Explain the function of //jcllib statement?

0 Answers  


If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.

4 Answers   IBM,


what is SOC4 error?

0 Answers  


What is the purpose of the PARM keyword in the EXEC statement?

3 Answers  


what is full form of AIX

3 Answers   Accenture,






THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".

2 Answers  


how can i use the parameters decalred in main pgm in sub pgm

2 Answers   TCS,


Describe the EXEC statement, its meaning, syntax and keywords?

2 Answers  


Explain about Internal Sort

1 Answers  


If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.

2 Answers   IBM,


Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.

2 Answers   GJ,


How to identify in JCL that an input file is empty without reading it?

4 Answers   L&T,


Categories