What is the difference between SIBLINGS and TWINS in IMS-DB
database
Answers were Sorted based on User's Feedback
Answer / lokesh
Siblings:
occurrences of different segment types under a parent
Twin:
all occurrences (2 or more) Of a segment type
under a parent
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / duvva
Siblings are the segments that are dependent on a parent
segment. Twins are those segments which share the same
parent.
| Is This Answer Correct ? | 2 Yes | 8 No |
What is a segment?
What for procopt is used? List some of them?
Which is the DL/I function used in CICS-IMS program?
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
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 common status codes that you come across?
What do you mean by hierarchical database?
How do you write a PSB code ?
What is batch dl/i mode?
What is check pointing, sync point?
Explain ims software environment?
What is dbd?