I have a PSB which contains 3 PCB, how to write it ?
please..
Answer Posted / jahan
*WE HAD 3 PCB
1. ORGN(ORGANIZATION)
2.DEPT(DEPARTMENT)
3.EMP(EMPLOYEE)
--------------------
PRINT NOGEN
PCB TYPE=DB,
NAME=ORGNDBD,
PROCOPT=GOT,
KEYLEN=10,
POS=S,
PCBNAME=PCB0001
SENSEG NAME=ORGNSEG, PARENT=0
SENSEG NAME=DEPTSENG, PARENT=ORGNSEG,PROCOPT=G
SENSEG NAME=SEMPSEG, PARENT=DEPTSENG
PSBGEN PSBNAME=ORGNPROG,
LANG=COBOL,
CMPAT=YES,
IOEROPN=(451,WTOR)
END
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is hierarchical database?
Define dl/i?
What is the maximum number of segment types allowed for a single database?
What are the two ways in which dl/i interface can be invoked?
Explain the maximum number of fields allowed per segment and what is the maximum number of fields per database?
What is the disadvantage of dynamic generation of acb?
What is the maximum of key fields and search fields allowed in a segment?
What is psb?
What is the maximum number of pcbs allowed in a psb?
What is acbgen process?
What is mpp mode?
What is dbms in ims?
What are the disadvantages of a hierarchical database?
Explain the maximum of key fields and search fields allowed in a segment?
What is batch dl/i mode?