What is a Dummy Utility and what it does ?
Answers were Sorted based on User's Feedback
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 |
Answer / mdvasanth86
True.
You can use it for Allocate /delete / catalog / uncatalog..
| Is This Answer Correct ? | 0 Yes | 1 No |
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 |
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
How to run cobol program using jcl?
How much space OS allocates when you create a PS or PDS?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
What is condition checking in jcl? Is this possible?
what is use of dcb parameter in dd statement?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
What is dummy parameter in JCL??
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Explain about LMFREE�free data set from its association with data ID