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

Can we browse or edit the GDG dataset if it is a tape entry?

4 Answers  


what is the resolution for sb37 error

2 Answers   TCS,


When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?

6 Answers  


How does jcl act on a cobol code?

0 Answers  


diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)

4 Answers   RBS,






In sms datasets, what is the function of the dd mgmtclas keyword?

0 Answers  


What 3 guidelines do we have to follow when concatenating DD statements?

3 Answers  


Explain about Cobol Subroutines

1 Answers  


consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above

1 Answers  


How to ALTER the name of a GDG ?

2 Answers   IBM,


Can you code instream data in a PROC ?

10 Answers  


Please give me the coding for converting VB to FB and FB to VB

3 Answers   HP,


Categories