What is the use of DUMMY statement in the JCL?
What is the use of DUMMY Utility in the JCL?
Answer Posted / harsh kumar
The DUMMY parameter specifies that no device is to be
allocated to this DD statement and that no disposition
processing or I/O is to be
done.
One use of the DUMMY parameter is in testing a program.
When testing is finished and you want input or output
operations performed on the data set, replace the DD DUMMY
statement with a DD statement that fully defines the data
set.
| Is This Answer Correct ? | 24 Yes | 4 No |
Post New Answer View All Answers
whats the diff bw the evaluate also and and?
what is JCL?
how you can direct the data to spool using SYSOUT option?
What is the syntax of JCL statement?
Is their any set of rules for dd? Explain.
What is the function of the dd avgrec keyword in sms datasets?
What is the difference between run mode and addressing mode?
What is the purpose of dd * statement in jcl?
List in order the hierarchical levels of jcl?
What is the significance of addrspc parameter in the exec statement?
what is the use of JCL?
Explain about ISPF/TSO Commands
Is it possible to left uncode disp? If yes, how?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Explain dfsort utility?