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 |
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?
What is DATACOM db?
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
What will happen if we write two STOP RUN's in a COBOL program?
What statement can be used to send data to another mvs jes3 node?
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
Explain the function of the dd dcb keyword?
What are isolation levels? Where do we need to specify them in compiling JCL?
if we give TIME=0 how many sec that job/step
what is the difference between JES3 and JES2?
What is the function of the dd avgrec keyword in sms datasets?
If your job fails at particular step then what would be the return code for next steps