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 |
Explain the catalog?
What is a cluster?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
what is the use of aix in vsam why do we go for aix and wht is build index in vsam?
In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?
HOW TO SORT RECORDS IN VSAM FILE?
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
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.
How do you fix the problem associated with VSAM out of space condition?
if not using the 'commit' when closing VSAM file,what will happend
what is meant by s0c-07 system abend codes?
What is speed parameters in define cluster command?