How to write the PCB code ? if in thic PCB i have 3 PSB ?
Answer Posted / 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 |
Post New Answer View All Answers
What information does a psb contain?
Explain acbgen process?
Define pcb?
What is 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?
What are the objectives of dbms in ims?
What are the disadvantages of a hierarchical database?
What is meant by batch dl/i mode?
What are the main control blocks available in ims db?
Define acb?
Explain the advantage of dynamic generation of acb?
Can we use procopt on pcb and segment field (senseg)?
Explain dbdgen process?
What are the processing modes available in ims db?
Explain the maximum number of pcbs allowed in a psb?