What is the use of DUMMY statement in the JCL?
What is the use of DUMMY Utility in the JCL?
Answer Posted / rahul tripathi
DUMMY statement is used in JCL to specify the MVS that no
device,disposition and I/O processing is to be done for the
dummy file. It is used in the DD statement in case we want
to refer to some file which does not exists or to refer to
a null file.
//SYSIN DD DUMMY
IS EQUIVALENT TO ........
//STEP01 DD DSN=NULLFILE
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
A dd statement consists of 4 fields. Name them?
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' ?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what is use of disp parameter in dd statement?
What is the purpose of dd?
What is the significance of addrspc parameter in the exec statement?
How jcl work to handle various input output file operations?
How can a jobs execution priority be modified?
how you can direct the data to spool using SYSOUT option?
How can a stopped job be started again?
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.
Describe the various parameters utilized in the creation of a gdg?
Explain how can a jobs execution priority be modified?
what is use of dsn parameter in dd statement?
when can a job time-out occur? How to overcome that?