Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Question about DD DUMMY

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
kumar1234

Active User


Joined: 06 Nov 2007
Posts: 62
Location: bangalore

PostPosted: Thu Jul 10, 2008 6:52 pm    Post subject: Question about DD DUMMY
Reply with quote

Can anyone help me understand this JCL syntax? Will it have some records or not, if dummy then why is DCB given?

//Q105PRT DD DUMMY,DCB=(RECFM=FBA,LRECL=133,BLKSIZE=3990)


Thanks,
Kumar.
Back to top
View user's profile Send private message
References
PostPosted: Thu Jul 10, 2008 6:52 pm    Post subject: Re: Question about DD DUMMY Reply with quote

expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3167
Location: Brussels once more ...

PostPosted: Thu Jul 10, 2008 6:57 pm    Post subject:
Reply with quote

Well, take a look at your DD statement. If the file is output where would the records be written to, and if it is input, from which file will the data be read from. In both cases the answer is the same - no file specified.

DCB is usually picked up from the catalog entry of the dataset if input, or defined in the DD statement if output. In the case of input dummy file;, there is no filename to get the catalog information from, hence the need to define it.
Back to top
View user's profile Send private message
Bill Dennis

Active User


Joined: 17 Aug 2007
Posts: 273
Location: Iowa, USA

PostPosted: Thu Jul 10, 2008 7:03 pm    Post subject:
Reply with quote

expat wrote:
DCB is usually picked up from the catalog entry of the dataset if input....
The DCB info is more often found in the tape header label or DASD VTOC entry for a file. Only VSAM files have record length info in the catalog.
Back to top
View user's profile Send private message
kumar1234

Active User


Joined: 06 Nov 2007
Posts: 62
Location: bangalore

PostPosted: Thu Jul 10, 2008 7:11 pm    Post subject: Reply to: Doubt in DUMMY
Reply with quote

Thanks for this valuable info........
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1493

PostPosted: Fri Jul 11, 2008 6:44 pm    Post subject:
Reply with quote

As I recall, if the DUMMYed file is O/P and the pgm has not specified the minimum DCB info (usually w/Assembler pgms) the pgm will abend or issue a bad status code if the DD card doesn't contain the LRECL.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1