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
How jcl is used for testing batch programs?
What is the purpose of disp parameter?
Give the syntax of job specifying jcl statement.
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what is SOC4 error?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
which utility is used to sort a file in jcl?
What is the function of //jcllib statement?
When space is allocated for an output dataset, what units can be used?
Is it possible to left uncode disp? If yes, how?
how would you create a temporary dataset? And where will you use them?
what is DSN parameter and DISP parameter is used for?
how JCL works?
Brief description of inline procedure of jcl.