Page 1 of 1

What is actually DD DUMMY

PostPosted: Sat Nov 01, 2008 8:00 am
by luckjoy
What is actually DD DUMMY? System wise, I know DD DUMMY can be used as a file name but if we don't need any file name we can simply remove it but still sometime we use DD DUMMY.Why? What system understands with DD DUMMY?

Re: JCL

PostPosted: Sat Nov 01, 2008 8:06 am
by dick scherrer
Hello and welcome to the forum,

Why? What system understands with DD DUMMY?
The sustem understands whatever you tell it in the jcl (i.e. dcb info).

DD DUMMY is used to make sure a ddname is resolved even though there is no actual input/output associated with this execution.

Two of the main uses of DD DUMMY are to signify no input (as when //SYSIN DD DUMMY is used with a utility such as IEBGENER) or when the program is to run but there is no need to create a particular output (for example, a very large output report that is not wanted for this run).