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
Explain dbdgen process?
What do you mean by hierarchical database?
What information does a dbd contain?
My IMS main progam is calling Db2 subroutine ...Its giving - 923 db2 sql code..so could any one tell how to solve this issue.
What is acbgen process?
What is dbdgen process?
What is dl/i?
What is an ims database?
What are the retrieval sequences in ims db?
What are the processing modes available in ims db?
What is psbgen process?
Explain the maximum number of fields allowed per segment and what is the maximum number of fields per database?
What is the maximum number of segment types allowed for a single database?
Explain the advantage of creating the acbs well ahead of time?
What is psb?