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 |
Can a variable length segment be declared in IMS? If yes, what is the structure; If no, why?
Portfolio analysis application is an example of?
How many sgment types can u have in a DL/I database?
Looking for mainframes IMS DB training @ 9912598882
What is meant by bmp mode?
What is a key field in an IMS database?
My IMS main progam is calling Db2 subroutine ...Its giving - 923 db2 sql code..so could any one tell how to solve this issue.
Explain the processing modes available in ims db?
What is the limitation on the no. of levels in a DL/I database?
What is an ims database?
I found some good questions/answers regarding IMS here:
What is hierarchical database?