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 |
how do you invoke an IMS screen (coded in COOOLGEN) from a MQ transaction..... help plz?????
In the RECON, what always sets the IC NEEDED flag on for a registered DB?
What are the command codes and their purposes?
What is the maximum number of fields allowed per segment and what is the maximum number of fields per database?
What are the path calls in imsdb?
Write the format of program starting from identification division for checkpoint restart logic.
Explain the processing modes available in ims db?
I have database, in that segment1 having dept code and segment 2 and so on multiple employees num. using dept & employee num we have to compare whether that employee belong to that dept or not, if that employee belongs to that dept then incentive is same same as in the table or else incentive must be zero? using IMS & cobol
What is difference between concurrent image copy and online image copy?
which is the first statement in COBOL-IMS programs?
What is meant by bmp mode?
What are the advantages and disadvantages of a hierarchical database?