What will happen if you attempt to restart a job in the
middle of a JCL // IF .... // ENDIF?

Answers were Sorted based on User's Feedback



What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?..

Answer / guest

Job will fall through to the ENDIF (not executing any
steps), then resume execution with the first step AFTER the
// ENDIF.

Is This Answer Correct ?    7 Yes 1 No

What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?..

Answer / mahesh babu

step which is coded after the If and End-If will be executes

Is This Answer Correct ?    2 Yes 0 No

What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?..

Answer / brahmareddy.t

If you code restart in between if & end-if
the job will execute from first step.
i.e. if you want to restart step5 in between if $ end-if then it will start from step1.

Is This Answer Correct ?    1 Yes 2 No

What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?..

Answer / satheesh

It will fail with JCL error.

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More JCL Interview Questions

Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

0 Answers   IBM,


Explain about Cobol Subroutines

1 Answers  


How do you submit a job for execution?

0 Answers  


What are three major types of JCL statements? What are their functions?

1 Answers  


How to search strings in multiple dataset with conditions 'string1 & string2'?

1 Answers   IBM,






whats the difference between empty and noempty of GDG?

4 Answers   Patni,


after submiting the jcl.how do you know that the job has been completed.

4 Answers   ACS,


what is the control cards?

3 Answers  


I have a PDS and want to omit few rows of all members of a PDS. How to do it?

6 Answers   Accenture,


//step#3 exec pgm = hkbc762 what is wrong with the syntax?

3 Answers  


What do you understand by jcl?

0 Answers  


Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?

7 Answers   IBM,


Categories