How does one reorg an HDAM IMS database when changing RAPS
(Root Anchor Points)?
Answers were Sorted based on User's Feedback
Answer / david
image that baby FIRST to keep what you have! then follow the
steps listed in the first answer.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / s
1.Unload the DB
2.Delete/Define Database Datasets (if space allocation
needs to be changed make necessary changes)
3.Change the DBD to calculate how many RAPS is needed.
RAPS is the number of DB records that can be stored in a
Block, say 8KB Blocksize. Say you have 1000 byte records
and 16,000 records 8*1024/1000= 8. Relative Block Number
(RBN) is the number of blocks in the Root addressable area
= 16000/8 = 2000. Add some % to these blocks as free space,
say 2500.
Make changes to DBD. RMNAME(DFSHDC40,8,2500)
4.Reload DB with new DBD.
5.Use other utilities to rebuild logical relationships and
secondary indices.
6.Image Copy the DB.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is acbgen process?
What for procopt is used? List some of them?
How do you write a PSB code ?
Hi all..., Nowadays many of the companies asking for IMS/DB , actually i hav learned mainframes but i dont have any knowledge on IMS/DB. it will be a great help if any one suggest me whr i can learn it ( in any institute).
How to write the PCB code ? if in thic PCB i have 3 PSB ?
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?
Define pcb?
15. Secondary indexes can be used with following databases a. HSAM,HISAM,HIDAM b. HIDAM, HISAM c. HDAM, HISAM, HIDAM d. All the above
What is the advantage of dynamic generation of acb?
What is Hierarchy Chart?
How many root segments do we have per database record?
Define acb?