DBRC and HD Pointer Checker
Certain considerations apply when running HD Pointer Checker with DBRC.
The HD Pointer Checker processor (FABPMAIN) of the HD Pointer Checker runs under the IMS batch region controller (DFSRRC00) to refer to certain DL/I control blocks. Even with this method, HD Pointer Checker does not access databases through DL/I calls.
IMS (DFSRRC00) treats HD Pointer Checker the same way it treats any other batch application program. IMS calls DBRC to obtain authorization. If authorization is denied, a DFS047A message is issued and HD Pointer Checker cannot be processed.
To avoid DBRC authorization failure, use one of the following methods:
If you cannot apply any of these methods, and if you encounter a DBRC authorization failure, run HD Pointer Checker after the cause of authorization failure has been resolved or after the job that has DBRC authorization ends.
Run HD Pointer Checker in a ULU region without a DBD name
When the IMS management of ACBs is not enabled, the simplest method to avoid DBRC authorization failure is to use a ULU region and not specify a DBD name. The following figure shows an example.
//HDPCPRO EXEC PGM=DFSRRC00,
// PARM='ULU,FABPMAIN,,,,,,,,,,,,Y,N'
Specify DBRC=N
Another method to avoid authorization failure is to inactivate DBRC. DBRC is required for HD Pointer Checker under certain conditions (see FABPMAIN EXEC statement for information about these conditions). If your HD Pointer Checker job does not meet these conditions, you can specify DBRC=N. The 14th position of the PARM= parameter is for DBRC.
Use PROCOPT=G or GO PCB
If you cannot use a ULU region or set DBRC=N (which means you need to use a DLI or DBB region with DBRC=Y), specify the name of the PSB that contains PROCOPT=G or GO PCB of the processing database. The PSB name is in the third position of the PARM parameter of DFSRRC00 that is specified in the EXEC statement. You can decrease the possibility of a DBRC authorization failure by using PROCOPT=G or GO PCB. Even if you use PROCOPT=G or GO PCB, DBRC can deny authorization depending on the database status. If authorization is denied, run HD Pointer Checker after the cause of authorization failure has been resolved.