What is the difference between HDAM & HIDAM DB types and
when would you use each?
Answer / s
HDAM is used for random access
HIDAM is used for sequential access as well as random
access.
HDAM provides fast direct access to root via the randomizer.
HIDAM provides direct access to root via the HIDAM index
that requires 2 I/Os one to the index and one to the data.
| Is This Answer Correct ? | 21 Yes | 1 No |
This question regarding Checkpoint. Suppose my program has checkpoint for every 100 records. If my program abends at 120 records, what will happen. I know first 100 records are committed and rest of 20 records where they gone and where they are stored.
What are the processing modes available in ims db?
What does the Change Accum do?
Define the terms Parent & Child.
What are common status codes that you come across?
Explain the maximum number of segment types allowed for a single database?
Can we give the GSAM-PCB in between the DB-PCB'S like below? I/O-PCB DB-PCB1 GSAM-PCB1 GSAM-PCB2 DB-PCB2
My IMS main progam is calling Db2 subroutine ...Its giving - 923 db2 sql code..so could any one tell how to solve this issue.
What is the return code you get after a successful IMS call?
How man key fields and search fields can a segment have?
How does one reorg an HDAM IMS database when changing RAPS (Root Anchor Points)?
What do you know about DBD gen?