Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.

2 Answers   GJ,


how many types of sorts are there in jcl?

2 Answers   IBM,


if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete

4 Answers  


How to view the hexa decimal value thru file aid if copy book is not present for that particular data

1 Answers  


How jcl work to handle various input output file operations?

0 Answers  


how to do automated restart when a job abends?

0 Answers   IBM,


what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

1 Answers  


what is XSUM in some fields= none, xsum ??

7 Answers   Xansa,


how do you access an uncataloged dataset in a jcl?

0 Answers   IBM,


How can we execute only one step in a job

22 Answers   MAHINDRA, Mind Tree, Tech Mahindra,


Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.

1 Answers  


what is JCL?

0 Answers  


Categories