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 control area?
Discuss record management in vsam?
can we create vsam files on multiple volumes ?
How to delete a member using JCL.?
Explain about the file objects in vsam?
to use the rewrite command, how should the vsam file be opened?
explain how can you initialize a vsam file before any operation?
Create syntax for a VSAM file ?
In a file(PS), we dont know how many records are there. requirement is divide half n half the records n insert into 2 another files(PS).
What more info you should give in the DD statement while defining the next generation of a GDG?
what do you mean by recovery and speed parameters in define cluster command?
What is the place for VSAM KSDS?