what is the meaning of 'sysin dd dummy'
Answers were Sorted based on User's Feedback
Answer / arun
sysin dd *
it is used to pass the input statement called 'control pad'
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
What are the jcl procedures?
Can we use empty VSAM as input?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
How to search strings in multiple dataset with conditions 'string1 & string2'?
What do you do if you do not want to keep all the space allocated to a dataset?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
How is a dataset passed from one step to another?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
In DCB, what is LRECL,BLKSIZE,DSORG