What is Alternate Index ? How is it different from regular
index ?
Answers were Sorted based on User's Feedback
Answer / vish
The answer provided by NK is absolutely correct but we
should be very careful whil choosing the alternate index as
it may not be Unique. e.g. in the example given by NK, the
Emp# will always be Unique within a company but many many
employees can have the same name. So if we declare Emp_name
as AIX (i.e. alternate Index) and then use it for fetching
data then we may end up in multiple rows and hence we may
need additonal logic to arrive at the desired unique record.
Your comments are Welcome!!
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / 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 |
What is an in-line perform ?
What is a report item?
COMP-3 field occupy ?
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
If I want to increase the Limit in GDG. What should I do?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
i want to learn mainframes. i completed MCA ,whats the future of mainframes
what is the difference between implicit and explicit scope terminator with example?
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
What is the figurative constant in cobol?
How to recover a deleted source physical file from library?