What is PSB,PCB & ACB?
Answers were Sorted based on User's Feedback
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 |
Answer / sudip ghanvat
pSB:Program specification block.
PCB:program control blocks.
| Is This Answer Correct ? | 37 Yes | 5 No |
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 |
Answer / deepak
PSB (Program Specification Block)
describes the database as a particular application program
views it.
| Is This Answer Correct ? | 17 Yes | 4 No |
which is the first statement in COBOL-IMS programs?
How to write the PCB code ? if in thic PCB i have 3 PSB ?
What is PSB,PCB & ACB?
What are two reasons to run the DB Batch backout utility?
What is a segment?
What are the main control blocks available in ims db?
I have a PSB which contains 3 PCB, how to write it ? please..
Explain dbdgen process?
Which is the DL/I function used in CICS-IMS program?
I have PCB with structure: PCB TYPE=DB, C DBDNAME=EMPCADBD, C KEYLEN=18, C PROCOPT=LS SENSEG NAME=EMPLOYEE, C PARENT=0 SENSEG NAME=COMPDTL, C PARENT=EMPLOYEE SENSEG NAME=BANKDTL, C PARENT=COMPDTL SENSEG NAME=SALDTLS, C PARENT=BANKDTL SENSEG NAME=EDUCDATA, C PARENT=EMPLOYEE SENSEG NAME=EMERDETL, C PARENT=EDUCDATA SENSEG NAME=ADDRESS, C PARENT=EMPLOYEE ************************************************************ *********** PSBGEN PSBNAME=PSBCALDP,LANG=COBOL END Requirement is to Create a report based on Salary brackets. ( Use SSA’s for logic) · It should have CTCGROSS brackets and No of employees o Employee names falling in each bracket Salary < 100,000 No of Employees Employee-Name Level 100,000 < Salary < 300,000 No of Employees Employee-Name Level 300,000 < Salary No of Employees Employee-Name Level
What is mpp mode?
How many root segments do we have per database record?