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 is RECOVERY and SPEED parameters in DEFINE CLUSTER command?
What is an alternate index and path ?
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?
explain in brief what are the 3 types of vsam files?
What are the different commands used in idcams for vsam?
Why is master catalog used in vsam?
how yo view the vsam file?
If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?
what is difference between repro and export? if any one know this plz tell me
What more info you should give in the DD statement while defining the next generation of a GDG?
What is FREESPACE ?
difference between vsam and database tables