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

i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?

4 Answers   IBM,


What is DATACOM db?

2 Answers  


I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP

4 Answers   CSC,


What will happen if we write two STOP RUN's in a COBOL program?

4 Answers   Satyam,


What statement can be used to send data to another mvs jes3 node?

0 Answers  






When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?

1 Answers   IBM,


Explain the function of the dd dcb keyword?

0 Answers  


What are isolation levels? Where do we need to specify them in compiling JCL?

3 Answers  


if we give TIME=0 how many sec that job/step

14 Answers  


what is the difference between JES3 and JES2?

0 Answers  


What is the function of the dd avgrec keyword in sms datasets?

0 Answers  


If your job fails at particular step then what would be the return code for next steps

3 Answers   ADP,


Categories