I have a PSB which contains 3 PCB, how to write it ?
please..
Answer Posted / vijay
*WE HAD 3 PCB
1. ORGN(ORGANIZATION)
2.DEPT(DEPARTMENT)
3.EMP(EMPLOYEE)
SYNTAX:-
PRINT NOGEN
PCB TYPE=DB,
DBDNAME=ORGNDBD,
PROCOPT=A,
KEYLEN=18,
POS=S
SENSEG NAME=ORGNSEG,PARENT=0
SENSEG NAME=DEPTSEG,PARENT=ORGNSEG
SENSEG NAME=EMPSEG,PARENT=DEPTSEG
PSBGEN PSBNAME=ORGNPROG,LANG=COBOL,CMPAT=Y
END
| Is This Answer Correct ? | 9 Yes | 11 No |
Post New Answer View All Answers
What do you mean by hierarchical database?
What is the advantage of creating the acbs well ahead of time?
Explain the maximum number of levels allowed in ims db?
Define pcb?
What is ims (db/dc)?
What information does a psb contain?
What is dl/i?
What are the two ways in which dl/i interface can be invoked?
What is the maximum of key fields and search fields allowed in a segment?
Explain the advantage of dynamic generation of acb?
What are the disadvantages of a hierarchical database?
Explain the maximum number of pcbs allowed in a psb?
What is mpp mode?
What are the retrieval sequences in ims db?
Explain the advantage of creating the acbs well ahead of time?