What is multi positioning ?
Answers were Sorted based on User's Feedback
Answer / prasanna
multi positioning is a process of keeping multiple
positions in the single database hirarchy
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / devendar nandi
multi positioning is a process of keeping multiple
positions in the database using a single PCB. POS should be
M in the PSB.
Normally it is not possible while processing the siblings
of a parent repeatedly using GN calles using the same PCB
in single positioning. It is possible in multiple
positioning.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / techy
Multi positioning is the process of handling more than one
level/segment in the same program using different PSBs.
| Is This Answer Correct ? | 1 Yes | 4 No |
Explain acbgen process?
What is the disadvantage of dynamic generation of acb?
What information does a psb contain?
What is the limitation on the no. of levels in a DL/I database?
What is mpp 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
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 are common DLI functions?
Define the terms Parent & Child.
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 a key field in an IMS database?
What are the parameters used in CBLTDLI call?