What is a Dummy Utility and what it does ?

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


Please Help Members By Posting Answers For Below Questions

how you can direct the data to spool using SYSOUT option?

925


what is the purpose of coding notify parameter in job statement?

683


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

669


What do you know about jcl?

649


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

1663






How to alter the parameters for the existing gdg?

712


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1583


What are the rules employed while naming the steps in a job?

662


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

938


Differentiate between the joblib and the steplib statements?

857


List in order the hierarchical levels of jcl?

666


Are there any set of rules for the names of the steps used in a job?

637


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1732


I need exexution process for JCL programs

1849


What is the function of dd name parameter with a 2 part structure; audit.report?

700