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
How do you create a temporary dataset?
Where & How Do You Code Identifier In Jcl?
Differentiate between addressing mode and run mode.
how you can direct the data to spool using SYSOUT option?
What is the syntax of JCL statement?
What are hierarchy levels in jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
what is the JCL statement consists of?
How is the record format of an output dataset specified?
What is the function of the steplib dd statement?
How can unused space allocation be returned to the system when a dataset is closed?
how to run batch program without jcl?
What are the utility programs in jcl?
What is the purpose of disp parameter?
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) ?