IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Question about DD DUMMY


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kumar1234

New User


Joined: 06 Nov 2007
Posts: 84
Location: bangalore

PostPosted: Thu Jul 10, 2008 6:52 pm
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
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Jul 10, 2008 6:57 pm
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 Member


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

PostPosted: Thu Jul 10, 2008 7:03 pm
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

New User


Joined: 06 Nov 2007
Posts: 84
Location: bangalore

PostPosted: Thu Jul 10, 2008 7:11 pm
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: 1592

PostPosted: Fri Jul 11, 2008 6:44 pm
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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Question for file manager IBM Tools 7
No new posts question for Pedro TSO/ISPF 2
No new posts question on Outrec and sort #Digvijay DFSORT/ICETOOL 20
No new posts panel creation question TSO/ISPF 12
No new posts Sort w/OUTREC Question DFSORT/ICETOOL 2
Search our Forums:

Back to Top