Can a variable length segment be declared in IMS? If yes,
what is the structure; If no, why?
Answers were Sorted based on User's Feedback
Answer / guest
Yes.
The first field should contain the segment length and then
we can have the variable lenth field at the end.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / gopal
seglen= maximum length of the variable segment you need to
mention in the dbd segment defination along with seg name .
| Is This Answer Correct ? | 6 Yes | 0 No |
Define the terms Parent & Child.
What are Twins?
abt ssa.purpose of ssa
Hi all..., Nowadays many of the companies asking for IMS/DB , actually i hav learned mainframes but i dont have any knowledge on IMS/DB. it will be a great help if any one suggest me whr i can learn it ( in any institute).
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
What is bmp mode?
Explain the maximum of key fields and search fields allowed in a segment?
How do you write a PSB code ?
Explain the maximum number of segment types allowed for a single database?
Looking for mainframes IMS DB training @ 9912598882
Can we give the GSAM-PCB in between the DB-PCB'S like below? I/O-PCB DB-PCB1 GSAM-PCB1 GSAM-PCB2 DB-PCB2
What is a segment in ims?