what are the different types of vsam files available? Explain them
1. Entry sequential data set(ESDS) works like sequential file which contains only cluster and data components.
We must mention NONINDEXED while defining ESDS cluster.
It supports only sequential access in batch program.
2. Key sequential data set(KSDS) has three components(CLUSTER, DATA and INDEX).
We must code INDEXED while defining the KSDS cluster.
Data component consists of sorted records which are based on key values.
Index component consists of key values and the pointer to the data records.
3. Relative Record Data Set(RRDS) records are identified using Relative Record Number (RRN). Records are stored in numbered.
4. The linear dataset(LDS) is a byte-stream dataset which is commonly used in DB2 system. This dataset is rarely used in application programs.
Mainframe important concepts and programs are explained in the IIWOWIIS channel in youtube. Please support us and share your comments.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you delete vsam files with the delete option of the disposition parameter of jcl?
can we access sequential files online
What is the catalog?
there are seven idcams commands in vsam. Can you name and explain each of them?
what will happen if there is no secondary allocation made for datasets?
what are the different types of vsam files available? Explain them
differentiate between sequential files and esds files in vsam?
how yo view the vsam file?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
Explain the function of the relative record data set?
How do you load a VSAM data set with records ?
explain how do you define a gdg in vsam?