Answer Posted / 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 |
Post New Answer View All Answers
What are steplib and joblib?
what is use of dcb parameter in dd statement?
Where & How Do You Code Identifier In Jcl?
how to do automated restart when a job abends?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Differentiate between the joblib and the steplib statements?
In job processing, what happens in execution stage?
What are the utility programs in jcl?
Explain the function of a dd statement?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is condition checking in jcl? Is this possible?
Mention the types of job control statements?
how would you create a temporary dataset? And where will you use them?
what happens in execution stage in job processing?
What is the use of disp parameter?