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


Please Help Members By Posting Answers For Below Questions

how do you bind the cobol with db2

2315


Explain the maximum number of fields allowed per segment and what is the maximum number of fields per database?

567


What is meant by bmp mode?

582


What is psb?

627


My IMS main progam is calling Db2 subroutine ...Its giving - 923 db2 sql code..so could any one tell how to solve this issue.

3197






What information does a dbd contain?

600


What are the main control blocks available in ims db?

640


Can we use procopt on pcb and segment field (senseg)?

571


What are the two types of fields available in ims db?

563


What are the advantages and disadvantages of a hierarchical database?

618


Which languages does ims support / application program languages?

569


Explain psbgen process?

715


What are the disadvantages of a hierarchical database?

2766


What is the maximum number of fields allowed per segment and what is the maximum number of fields per database?

619


What is the disadvantage of dynamic generation of acb?

578