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 |
Explain the maximum number of pcbs allowed in a psb?
What is the maximum number of levels allowed in ims db?
I have PCB with structure: PCB TYPE=DB, C DBDNAME=EMPCADBD, C KEYLEN=18, C PROCOPT=LS SENSEG NAME=EMPLOYEE, C PARENT=0 SENSEG NAME=COMPDTL, C PARENT=EMPLOYEE SENSEG NAME=BANKDTL, C PARENT=COMPDTL SENSEG NAME=SALDTLS, C PARENT=BANKDTL SENSEG NAME=EDUCDATA, C PARENT=EMPLOYEE SENSEG NAME=EMERDETL, C PARENT=EDUCDATA SENSEG NAME=ADDRESS, C PARENT=EMPLOYEE ************************************************************ *********** PSBGEN PSBNAME=PSBCALDP,LANG=COBOL END Requirement is to Create a report based on Salary brackets. ( Use SSA’s for logic) · It should have CTCGROSS brackets and No of employees o Employee names falling in each bracket Salary < 100,000 No of Employees Employee-Name Level 100,000 < Salary < 300,000 No of Employees Employee-Name Level 300,000 < Salary No of Employees Employee-Name Level
Which languages does ims support / application program languages?
What are the main control blocks available in ims db?
What is the maximum number of segment types allowed for a single database?
what are the control blocks in IMS ?
Explain dbdgen process?
What is difference between concurrent image copy and online image copy?
What is bmp mode?
What are the special considerations of the PROCOPT field based on the type of operation your program performs
which is the first statement in COBOL-IMS programs?