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
Explain the maximum number of fields allowed per segment and what is the maximum number of fields per database?
What is the advantage of dynamic generation of acb?
Explain acbgen process?
Define pcb?
What are the two ways in which dl/i interface can be invoked?
Explain the maximum number of segment types allowed for a single database?
Portfolio analysis application is an example of?
how do you bind the cobol with db2
What is ims (db/dc)?
What is the maximum of key fields and search fields allowed in a segment?
What are the retrieval sequences in ims db?
What is bmp mode?
How many root segments do we have per database record?
What is dbd?
What is the need for a secondary index in ims?