what is the meaning of 'sysin dd dummy'

Answers were Sorted based on User's Feedback



what is the meaning of 'sysin dd dummy'..

Answer / bhanu

It is use to test the program an empty file

Is This Answer Correct ?    11 Yes 1 No

what is the meaning of 'sysin dd dummy'..

Answer / arun

sysin dd *

it is used to pass the input statement called 'control pad'

Is This Answer Correct ?    3 Yes 1 No

what is the meaning of 'sysin dd dummy'..

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

Post New Answer

More JCL Interview Questions

what is check pending option

1 Answers   Fujitsu,


How does jcl specify the job to the operating system?

0 Answers  


wht r s722,s822,s122 and s222 abends pls reply fast

1 Answers   Wipro,


how you can access an uncataloged dataset in a JCL?

0 Answers  


How to Enter The Spool Area In Real Time?

7 Answers   IBM,






01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250

1 Answers  


is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?

4 Answers   Accenture,


How can i execute 5th step without executing first 4 steps?

4 Answers  


What is the exact difference between PRTY and DPRTY

2 Answers   iGate,


how to resolve sb37,sd37 se37 abends

3 Answers   Keane India Ltd,


What is model dataset label(Model DSCB)?

1 Answers  


I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?

4 Answers  


Categories