Explain the device independent method to indicate where a record is stored?



Explain the device independent method to indicate where a record is stored?..

Answer / Suredh Kumar

In VSAM, the Sequential (SE) and Indexed (IS) organizational formats use relative record addressing. This allows records to be stored in any available space on any device without depending on specific physical devices. The position of a record within a dataset is defined using Record Keys.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VSAM Interview Questions

Explain the catalog?

1 Answers  


What is a cluster?

2 Answers  


is it required that primary key values have to be unique? Do alternate key values have to be unique?

1 Answers   IBM,


what is the use of aix in vsam why do we go for aix and wht is build index in vsam?

5 Answers   HCL, IBM,


In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?

3 Answers  


HOW TO SORT RECORDS IN VSAM FILE?

3 Answers  


OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output

1 Answers  


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.

2 Answers   HSBC,


How do you fix the problem associated with VSAM out of space condition?

1 Answers   IBM,


if not using the 'commit' when closing VSAM file,what will happend

5 Answers   CSC,


what is meant by s0c-07 system abend codes?

1 Answers   IBM,


What is speed parameters in define cluster command?

1 Answers  


Categories