Dummy

Sometimes you might want an input data set to be a dummy so that no data is passed to the program when using a DD statement. For example because you are testing a program or the script
You can achieve this in two ways
//NAME DD DSN=NULLFILE
Or
//NAME DD DUMMY