What are the special considerations of the PROCOPT field
based on the type of operation your program performs
Answers were Sorted based on User's Feedback
Answer / sandeep_1985
PROCOPT (PROCessing options) is 4 byte field of a PCB
(Program control block) and this is declared in the PSB
(Program specification block) for the given program.
The optins are
G - Get
R - Replace
I - Insert
P - parentage
O - To prevent hold.
If the child segment has the procopt defined, it will
override the parent's Procopt.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / adarsha
yes "A" will function in all ways except loading !
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain dbdgen process?
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
How does one reorg an HDAM IMS database when changing RAPS (Root Anchor Points)?
What is check pointing, sync point?
What are two reasons to run the DB Batch backout utility?
What is an ims database?
What is a Hierarchy path?
Which DB access method (OSAM or VSAM) is better and why?
I found some good questions/answers regarding IMS here:
What is hierarchical database?
Can we give the GSAM-PCB in between the DB-PCB'S like below? I/O-PCB DB-PCB1 GSAM-PCB1 GSAM-PCB2 DB-PCB2
How many root segments do we have per database record?