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

What does RDW mean


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

New User


Joined: 09 Jun 2006
Posts: 52

PostPosted: Wed Jul 09, 2008 5:12 pm
Reply with quote

Hello,

Can any one give explanation why extra 4 bytes for variable record length and what does '4 byte BDW/RDWs' mean?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Jul 09, 2008 5:18 pm
Reply with quote

they are ...
BDW Block Descriptior Word
RDW Record Description Word
the term sounds a bit funny because only the first halford is used..
both BDW and RDW are usually referred to as having the format "LLbb"
2 bytes for the length and two blank bytes
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed Jul 09, 2008 5:21 pm
Reply with quote

BDW -- Block Descriptor Word
RDW -- Record Descriptor Word

The length of a variable length record needs to be specified somehow. On the mainframe the RDW holds the length of the variable length record in the first 2 bytes; the last 2 bytes are reserved. The BDW holds the length of the block in the first 2 bytes and again the last 2 bytes are reserved.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Jul 09, 2008 5:23 pm
Reply with quote

It's all in the fine manual.

O.
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

 


Search our Forums:

Back to Top