What is a VSAM slot?
Answer / guest
A relative record dataset (RRDS) consists of a specified
number of areas called slots. Each slot is identified by a
relative record number (RRN) which indicates its relative
position in the file.
| Is This Answer Correct ? | 4 Yes | 0 No |
to use the rewrite command, how should the vsam file be opened?
What are the information stored in ci?
What is the biggest disadvantage of using a vsam dataset?
Define free space?
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 is the use Free space in CI ?
What is the main function of linear dataset?
Do primary key values have to be unique? Do alternate key values have to be unique?
what does a file status of 02 on a vsam signifies?
What are the common vsam error conditions and codes?
Can we copy a sequential file to a VSAM file ? If yes, What will happen of the size of the sequential file is bigger than that of the VSAM file?
Using alternate indexes in batch program?