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 |
Explain acbgen process?
I am totally confused on IMS message segments. When I create a message and it contains 5 segments does the entire message have a 32k limit or does each segment have a 32k limit? Is there a setting in the stage1 sys gen that defines if a transaction can receive/send multi-segmented messages?
What is the return code you get after a successful IMS call?
how do you invoke an IMS screen (coded in COOOLGEN) from a MQ transaction..... help plz?????
Define pcb?
What is the difference between HDAM & HIDAM DB types and when would you use each?
Which languages does ims support / application program languages?
What is dl/i?
What is a Root?
Can a variable length segment be declared in IMS? If yes, what is the structure; If no, why?
What do you mean by hierarchical database?
What type of pointers should you specify on the root segment of a HIDAM DB to improve sequential processing?