Is it necessary that all the segments in a Dl/i database
have key fields ?
Answers were Sorted based on User's Feedback
Answer / s
Database Records are accessed in Root key sequence when
using HIDAM database. The HIDAM index stores one record for
each root key and its RBA. However you can also access the
records using an alternate sequence field by using
secondary indexes.
| Is This Answer Correct ? | 0 Yes | 1 No |
In the RECON, what always sets the IC NEEDED flag on for a registered DB?
What is multi positioning ?
Can we use procopt on pcb and segment field (senseg)?
Explain the disadvantage of dynamic generation of acb?
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 is the DL/I function used in CICS-IMS program? IBM
What is psbgen process?
which is the first statement in COBOL-IMS programs?
What is the return code you get after a successful IMS call?
what are the control blocks in IMS ?
What is difference between concurrent image copy and online image copy?
What is the need for a secondary index in ims?