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


Please Help Members By Posting Answers For Below Questions

Must tape dataset definitions include vol=ser specifications?

987


how can you check if a file is empty using jcl?

816


Explain about ISPF/TSO Commands

1315


in ways data can be passed to a COBOL program from JCL?

672


What is use of restart and how to use it?

774






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

694


Explain the function of the steplib dd statement?

651


How can a stopped job be started again?

716


Is automatic restart possible in jcl?

747


Explain how can return codes be tested before execution of a job step?

834


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

637


what is the resolution for sb37 error

7721


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

740


what are the various stages of job processing?

743


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

942