Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 ?    2 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

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

4 Answers   ACS,


how many types of sorts are there in jcl?

2 Answers   IBM,


how to resolve the soc4 error?

5 Answers   ITC Infotech,


What is one line to pass PARM from JCL to COBOL?

0 Answers  


Definition of COND parameter in JCL

5 Answers   TCS,


Explain COND used in JCL?

1 Answers   Patni,


what is JCLLIB and PROCLIB in jcl and their syntax

3 Answers   IBM,


If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?

13 Answers   Cognizant, Convergys, IBM, TCS, Wipro,


which utility is used to run a cobol-db2 program?

0 Answers   IBM,


hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.

3 Answers  


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

0 Answers   HP,


What does a disposition of (MOD,DELETE,DELETE) mean ?

0 Answers  


Categories