Can we give the GSAM-PCB in between the DB-PCB'S like below?
I/O-PCB
DB-PCB1
GSAM-PCB1
GSAM-PCB2
DB-PCB2
Answer Posted / sneha
its possible to give GSAM PCB in between DB-PCBs-
The following is the example-
PRINT NOGEN
PCB TYPE=DB,
DATABASE=XXXDB,
PROCOPT=PA,
KEYLEN=27
SENSEG NAME=XXXDB1,
PARENT=0
PCB TYPE=GSAM
DBDNAME=XXXG,
PROCOPT=L
PCB TYPE=GSAM
DBDNAME=XXXG1,
PROCOPT=L
PCB TYPE=DB
DBDNAME=XXDB2,
PROCOPT=PA,
KEYLEN=17
PSBGEN LANG=PL/I,
PSBNAME=JDHSJDH,
CMPAT=YES,
OLIC=NO
END
END
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the processing modes available in ims db?
What information does a psb contain?
What is dl/i?
Define psb?
What is dbdgen process?
What is the maximum number of pcbs allowed in a psb?
Can we use procopt on pcb and segment field (senseg)?
Define dl/i?
Explain the maximum number of fields allowed per segment and what is the maximum number of fields per database?
Explain the advantage of dynamic generation of acb?
What is the maximum of key fields and search fields allowed in a segment?
Explain acbgen process?
What is hierarchical database?
What is the maximum number of fields allowed per segment and what is the maximum number of fields per database?
What are the disadvantages of a hierarchical database?