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 is default if we don't specify RD parameter at all ?

1 Answers   IBM,


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,


Explain about Specifying compiler options in the PROCESS (CBL) statement

1 Answers  


what is the use of JCL?

0 Answers  


Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???

4 Answers  






On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?

2 Answers  


What dd statement is used to supply the name of a dataset?

0 Answers  


In SPACE,what is directory,RLSE

6 Answers   TCS,


What is GDG?

1 Answers  


oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset

3 Answers   Cognizant,


There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.

1 Answers   IBM,


Explain the jcl exec statement?

0 Answers  


Categories