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 |
When do you do Build DBD, PSB for making changes in ACBLIB?
Define psb?
I have a PSB which contains 3 PCB, how to write it ? please..
What is check pointing, sync point?
What information does a psb contain?
I found some good questions/answers regarding IMS here:
What are the two ways in which dl/i interface can be invoked?
What is Program Isolation?
Is it necessary that all the segments in a Dl/i database have key fields ?
What is the maximum of key fields and search fields allowed in a segment?
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
15. Secondary indexes can be used with following databases a. HSAM,HISAM,HIDAM b. HIDAM, HISAM c. HDAM, HISAM, HIDAM d. All the above