What do you mean by RDW in VSAM?

Answers were Sorted based on User's Feedback



What do you mean by RDW in VSAM?..

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

What do you mean by RDW in VSAM?..

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

Post New Answer

More VSAM Interview Questions

What is control area?

1 Answers  


Discuss record management in vsam?

1 Answers  


can we create vsam files on multiple volumes ?

3 Answers   Tech Mahindra,


How to delete a member using JCL.?

5 Answers  


Explain about the file objects in vsam?

1 Answers  


to use the rewrite command, how should the vsam file be opened?

1 Answers   IBM,


explain how can you initialize a vsam file before any operation?

1 Answers   IBM,


Create syntax for a VSAM file ?

2 Answers   Xansa,


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

6 Answers   Cap Gemini, TCS,


What more info you should give in the DD statement while defining the next generation of a GDG?

1 Answers   IBM,


what do you mean by recovery and speed parameters in define cluster command?

1 Answers   IBM,


What is the place for VSAM KSDS?

1 Answers  


Categories