What is PSB,PCB & ACB?

Answers were Sorted based on User's Feedback



What is PSB,PCB & ACB?..

Answer / rama krishna

PSB : Program Specification Block which is inturn a
collection of one or more PCBs.
PCB : Program Control Block which represents the
application program's view of the database.
ACB : Application Control Block which is the combination of
DBD and PSB. ACBs can be two types
1. Dynamic: Which is used for IMS DB programs as the ACB
constructs at run time by giving respective DBDGEN and
PSBGEN.
2. Static : Which is used for IMS DC programs as the ACB
need to be created before executing the IMS DC program.

Is This Answer Correct ?    46 Yes 4 No

What is PSB,PCB & ACB?..

Answer / sudip ghanvat

pSB:Program specification block.
PCB:program control blocks.

Is This Answer Correct ?    37 Yes 5 No

What is PSB,PCB & ACB?..

Answer / nygrande

PSB - Program Specification Block defines the programs view
of the database and application programs access authority to
database. It defines the logical data structure. A PSB is
made up of one or more PCBs (Program communication blocks).

PCB - Program Communication Block defines which database the
program will access and the type of access allowed. It is
defines the programmer's view of the database.

ACB - Application Control Block is an internal control block
consisting of combined information from the DBD and PSB.

Is This Answer Correct ?    23 Yes 1 No

What is PSB,PCB & ACB?..

Answer / deepak

PSB (Program Specification Block)
describes the database as a particular application program
views it.

Is This Answer Correct ?    17 Yes 4 No

Post New Answer

More IMS Interview Questions

What is the maximum of key fields and search fields allowed in a segment?

0 Answers  


What is the disadvantage of dynamic generation of acb?

0 Answers  


What is ims (db/dc)?

0 Answers  


Is it necessary that the key field in a Dl/I database be unique?

1 Answers  


Explain the maximum number of fields allowed per segment and what is the maximum number of fields per database?

0 Answers  






Define psb?

0 Answers  


Which is the DL/I function used in CICS-IMS program? IBM

3 Answers   IBM,


DLI Vs BMP

13 Answers   CTS, IBM,


What is a segment?

5 Answers  


This question regarding Checkpoint. Suppose my program has checkpoint for every 100 records. If my program abends at 120 records, what will happen. I know first 100 records are committed and rest of 20 records where they gone and where they are stored.

1 Answers   IBM, John Deere,


what is the maximumm length of account information in job card of a jcl?

8 Answers   Accenture,


Explain the disadvantage of dynamic generation of acb?

0 Answers  


Categories