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 does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
When output dataset space is required, what quantity categories are used?
describe the exec statement,its meaning ,syntax and keywords?
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
What are the difference between jcl and jes?
wht happens if cond=true ? pls give me with an example ?
What is a Dummy Utility and what it does ?
Which COND paramter will u use to execute the step only if the previous step does not execute
What is DSNDB06 ?
How do you submit a JCL under CICS environment ?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
Can we delete the data using IEFBR14 , IEBGENER??