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 |
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
List some valid operation codes in JCL
delete rules in db2
What is the exact difference between PRTY and DPRTY
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 ?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
can anyone explain me about sort in jcl with inrec and outrec ?
Can an individual step be restricted from using all the jobs allowed cpu time?
What dd statement is used to supply the name of a dataset?