What is secondary indexing?
Answers were Sorted based on User's Feedback
Answer / guest
Secondary Index is used when we need to
* Access the IMS Database in an order other than its
primary hierarchical sequence
* Access a segment in the database directly without
supplying its complete concatenated key
| Is This Answer Correct ? | 16 Yes | 3 No |
Answer / david
I might add that batch processing thru a secondary index is
extremely slow with many IOs. It is best used in an online
transaction when just one record is being processed at a time.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sukanthi
Secondary indexes are based on any field (unique or non-
unique) in a IMS database. It provides for different
processing requirements other than the primary index key
sequence.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / meenal
secondary indexing means accessing a segment in different
ways... using different primary keys..
| Is This Answer Correct ? | 3 Yes | 3 No |
What is the maximum of key fields and search fields allowed in a segment?
What is the need of a secondary index in IMS?
What is batch dl/i mode?
What is dbd?
What are the special considerations of the PROCOPT field based on the type of operation your program performs
Can a variable length segment be declared in IMS? If yes, what is the structure; If no, why?
What is the difference between HDAM & HIDAM DB types and when would you use each?
What are the two ways in which dl/i interface can be invoked?
Define the terms Parent & Child.
What information does a dbd contain?
What is ims (db/dc)?
What is dl/i?