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 |
Name the statement which can be used to send data to another mvs jes3 node?
which utility is used to sort a file in jcl?
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
what are the ways of passing data to a cobol program from jcl?
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
List some valid operation codes in JCL
What does IEBGENER do?
What parameters can be used to limit the number of records written to a sysout dataset?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
What is MOD and when would you use it?
How many instream we can write in single jcl?
difference between internal sort and external sort