An application programmer comes to you and says your DB is
no good, they got an II status code on an insert call from
IMS, is this a DB problem?
Answers were Sorted based on User's Feedback
Answer / mahesh vasudevan
Key determines whether a duplicate segment or Not. If you
try to insert a segment that already exists then you
receive II status...you will get NI status if the same
thing happens in the Index.
Is This Answer Correct ? | 1 Yes | 0 No |
Is it necessary that the key field in a Dl/I database be unique?
Explain the maximum of key fields and search fields allowed in a segment?
What is hierarchical database?
How to write the PCB code ? if in thic PCB i have 3 PSB ?
How do you write a PSB code ?
In the RECON, what always sets the IC NEEDED flag on for a registered 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
How does one reorg an HDAM IMS database when changing RAPS (Root Anchor Points)?
Explain the advantage of dynamic generation of acb?
What is acbgen process?
What is a key field in an IMS database?
Explain the processing modes available in ims db?