How to write the PCB code ? if in thic PCB i have 3 PSB ?
Answers were Sorted based on User's Feedback
Answer / lu
you're wrong....How to write 1 PSB, if i have 3 PCB ....
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / devendar nandi
Its very simple write one by one. But map them from your
application program in the order same as in your PSB.
Eg: If my PSB is like
PCB1 PCB TYPE=DB....
SENSEG NAME=...
SENSEG NAME=...
PCB2 PCB ...
SENSEG NAME=...
SENSEG NAME=...
PCB3 PCB ...
SENSEG NAME=...
SENSEG NAME=...
PSBGEN LANG=COBOL, PSBNAME=EXAMPLE
Mapping in application program should be like
ENTRY DLITCBL USING PCB1,PCB2,PCB3
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / saranyah shanmugam
1 PSB will have n no of PCB.
code for pcb:
EX:
PCB TYPE=DB,DBDNAME=WGMGRPDB,KEYLEN=200,PROCOPT=AP,
where: Data base name,keylen and process option
after this segment and the corresponding parent has to be
desp
SENSEG NAME=WGMGRPR,PARENT=0
| Is This Answer Correct ? | 2 Yes | 1 No |
What is hierarchical database?
What is meant by mpp mode?
how do you bind the cobol with db2
What are the parameters used in CBLTDLI call?
Explain the maximum number of fields allowed per segment and what is the maximum number of fields per database?
What are the advantages of a hierarchical database?
Which languages does ims support / application program languages?
What is a database record?
What is IMS?
Which DB access method (OSAM or VSAM) is used for primary index or secondary index and why?
Explain psbgen process?
I found some good questions/answers regarding IMS here: