What are Twins?
Answers were Sorted based on User's Feedback
Answer / deepak
Twins :
Multiple occurrences of a segment type under the
same immediate Parent.
Segments must belong to same Parent segment
occurrence, not just same segment type.
Maximum number is not limited by IMS.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / meenal
the child segment under a parent segment can have multiple
occurrences . these child segments are called twins .
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rajasekhar
a segment type that has two or more occurrences is called
twin.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is a Hierarchy path?
What is a database record?
Explain the two ways in which dl/i interface can be invoked?
Explain the maximum number of segment types allowed for a single database?
What is batch dl/i mode?
can u tell me and give me an example : how to code a program checkpoint , restart, and tell me when and where i have to run 2 programs...Thanks
How to write the PCB code ? if in thic PCB i have 3 PSB ?
What do you know about DBD gen?
What is meant by bmp mode?
Explain acbgen process?
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
Write the format of program starting from identification division for checkpoint restart logic.