What is the use of DUMMY statement in the JCL?
What is the use of DUMMY Utility in the JCL?

Answer Posted / sivakumar sekharannair

The use a a DD statement with a DUMMY parameter will allow
a program to run if a data set does not exist. In the cobol
program the OPEN will be successful, the first READ will
return an End-of-File return code and the close will be
successful.

Is This Answer Correct ?    20 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1778


what is SOC4 error?

745


How to alter the parameters for the existing gdg?

725


How can the submitting users racf authority be overridden in a job stream?

772


What is the motivation behind coding class parameter in job statement?

700






what are the types of abends that occur on job failure? And explain the possible causes of these

1129


Is it possible to code instream data in a PROC?

769


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2115


What parameter directs the output of the job log dataset?

774


which utility is used a dummy utility?

811


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

641


How do you access an uncatalogued dataset in a jcl?

737


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

624


what is use of space parameter in dd statement?

764


Can an individual step be restricted from using all the jobs allowed cpu time?

1022