What is the limitation on the no. of levels in a DL/I
database?
Answers were Sorted based on User's Feedback
Answer / rama krishna
Maximum number of levels are allowed are 15.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / subrahmanyam
Maximum number of levels are 15. In Real time we can use
upto 4 levels only.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is check pointing, sync point?
Explain the maximum number of fields allowed per segment and what is the maximum number of fields per database?
I have a PSB which contains 3 PCB, how to write it ? please..
What are the valid recovery points?
What is the maximum of key fields and search fields allowed in a segment?
Which is the DL/I function used in CICS-IMS program?
What are the special considerations of the PROCOPT field based on the type of operation your program performs
Which DB access method (OSAM or VSAM) is better and why?
What are the disadvantages of a hierarchical database?
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
I am totally confused on IMS message segments. When I create a message and it contains 5 segments does the entire message have a 32k limit or does each segment have a 32k limit? Is there a setting in the stage1 sys gen that defines if a transaction can receive/send multi-segmented messages?
What are the parameters used in CBLTDLI call?