What do you mean by RDW in VSAM?
Answers were Sorted based on User's Feedback
Answer / vinod
RDW stands for Record Descriptor Word.This is the first 4
bytes in a VSAM - Variable Record Length file that stores
the actual length of the record. This is hidden if you
browse a VSAM file. In a VB file, realistically the record
startsfrom COL 5 and NOT COL 1 as you see when you browse
the file.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / e s hudders
VSAM does not use an RDW as control of the record lengths is handled by a cotrol area called an RDF which uis written at the end of the CI in VSAM after the CIDF that controls the free spae.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are s0c1, s0c4, s0c5, s0c7 abends?
What is the purpose of the FILE STATUS clause in the SELECT statement?
can you specify some the distinctive features of a ksds, key sequenced dataset?
What is an RBA in rrds? What does it do? What is it used for?
What does the keyranges parameter in define cluster commends do?
what is a Base Cluster?
How to open VSAM file from 3.4? i have millions of records and i dont want to use the print ch ids(/) command bcz it takes to much time. so if you have any another command to open this plz tell me.
What are the different commands used in idcams for vsam?
how many buffers are allocated to vsam ksds and esds?
what's the biggest disadvantage of using a VSAM dataset?
8 Answers Anjana, CTS, DSRC, IBM,
What is a cluster?
can any one tell "in esds in what structure records will stored?"