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 is a Dummy Utility and what it does ?

Answers were Sorted based on User's Feedback



What is a Dummy Utility and what it does ?..

Answer / ayyappa

"IEFBR14" is the Dummy Utility, it is called bcos, it
depends on the DCB parameter of DD Statement. eg DCB=
(NEW,KEEP,DELETE). so here, the utility will create a new
dataset and keeps the dataset when successfully executed
and will delete when abnormally executed. So as the utility
depends on the DCB parameter only and does according to the
positional parameters in DCB so its called DUMMY UTILITY.

Is This Answer Correct ?    2 Yes 3 No

What is a Dummy Utility and what it does ?..

Answer / mdvasanth86

True.

You can use it for Allocate /delete / catalog / uncatalog..

Is This Answer Correct ?    0 Yes 1 No

What is a Dummy Utility and what it does ?..

Answer / guest

IEFBR14 is a Dummy utility and it is used for the sake of
EXEC PGM= .... statement in JCL[when used it wouldn't
perform any task]. e.g. While Allocating a dataset you don't
have to run any utility [this could be done by giving
disp=new inDD statement]. But for a PGM name must be given
in EXEC statement, it is used.

Is This Answer Correct ?    5 Yes 7 No

Post New Answer

More JCL Interview Questions

what happens in execution stage in job processing?

0 Answers   IBM,


At what stage, operator can change the class and priority of a submitted job?

2 Answers  


WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.

1 Answers  


In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?

2 Answers   TCS,


can i sort packed decimal if i can tell the syntax

1 Answers   Barclays,


what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?

3 Answers   Convergys,


1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?

3 Answers   IBM,


What does a disposition of (NEW,CATLG,KEEP) mean?

1 Answers   Cap Gemini,


what is a cataloged procedure ?

1 Answers   Xansa,


Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?

5 Answers   L&T,


Explain how can an in-stream dataset be terminated?

0 Answers  


What does IEBGENER do?

10 Answers   BirlaSoft,


Categories