What is Alternate Index ? How is it different from regular
index ?
Answer Posted / nk
The purpose of any index is to provide the most efficient
access to the records in a file. Say you have a file of
employee names and numbers. Usually the primary index will
be the employee number. If you request a record by
providing the empl#, the access will be very fast. If you
have to very often request a record by the empl name, you
may want to create a second (a/k/a alternate) index based
on the name. So when you provide a name, the access to the
correct record also will be very fast.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Write a program to explain size error.
What are all the divisions of a COBOL program?
What is the difference between PIC 9.99 and PIC9v99?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is cobol?
Why did you choose to work with ibm mainframe cobol programming?
What is the difference between structured cobol programming and object alternativelyiented cobol?
) what is the difference between AID and HANDLE AID?
What is the usage of comp fields in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
how do you reference the variable block file formats from cobol programs
What are declaratives and what are their uses in cobol?
How many sections are there in data division in COBOL?