What is an alternate index and path ?
Answer Posted / guest
An alternate index is an another way of accessing key
sequenced data record stored in a base cluster and path is
the linkage which connect alternate index to its base cluster.
| Is This Answer Correct ? | 39 Yes | 5 No |
Post New Answer View All Answers
Tell me how many alternate indexes you can have on a dataset?
What is the biggest disadvantage of using a vsam dataset?
What is the main purpose of having user catalog in vsam?
What is the main function of linear dataset?
How does control intervals and control areas related to each other?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?
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
name the utility program closely associated with vsam?
On which dataset you can have alt index?
What is the purpose of having vsam data space?
Explain the index set?
What does the keyranges parameter in define cluster commends do?
What are the steps involved in access method services?
what is the syntax of ams modal commands?