Answer Posted / deepak gairola
//sysin dd dumy :DUMMY has meaning as NULLFILE and is used
to suppress unused files. If you use it, it handles files
as non existing.
You can use it for example in IDCAMS with various input and
output files.
You have 20 input and 20 output files, but you only want to
use the 9th thru 13th input/output files without changing
the sysin instructions (REPRO).
So you set input/output file 1 thru 8 and 14 thru 20 to DD
DUMMY.
It works, try it.
Please go through the manual before posting
If you use it in a concatenated DD statement, be careful,
because it
identifies the EOF in the DD DUMMY, so it is the best way
to place it
at the end of a DD instruction.
All parameters used after a DD DUMMY, are ignored, this is
the difference between NULLFILE and DD DUMMY. NULLFILE
recognizes applied parameters.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
In job processing, what happens in conversion stage?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Explain how can the submitting users racf authority be overridden in a job stream?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What is the function of the steplib dd statement?
Where can program checkpoints be stored for use in a restart?
Explain how can a jobs execution priority be modified?
How can the disposition of sysout datasets be set for an entire jobstream?
What statement can be used to send data to another mvs jes3 node?
How jcl is used for testing batch programs?
Explain how can an in-stream dataset be terminated?
Which dd parameters are required?