When do you do Build DBD, PSB for making changes in ACBLIB?
Answer / s
BUILD DBD is done when you make any changes to DBD. For
other request BUILD PSB is used.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is hierarchical database?
What is the physical nature of a database called?
Define dl/i?
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 are qualified and unqualified SSA's.
What is batch dl/i mode?
Define ims (db/dc)?
Portfolio analysis application is an example of?
I have a PSB which contains 3 PCB, how to write it ? please..
What is the need of a secondary index in IMS?
What are the two types of fields available in ims db?
How to write the PCB code ? if in thic PCB i have 3 PSB ?