FABP2098E DBRC IS REQUIRED TO PROCESS HALDB DB: dbdname
Explanation
If the database that is being processed is a HALDB or an IMS catalog database that is registered in the RECON data set, DBRC must be activated. This message indicates that the DBRC was not active under such conditions.
This error message also appears if the database that is being processed is an unregistered IMS catalog database and if the Catalog Definition exit routine (DFS3CDX0) is not found in the STEPLIB DD or DFSDF=xxx is not specified on the EXEC statement.
System action
Processing stops.
User response
If the database that is being processed is a HALDB or an IMS catalog database that is registered in the RECON data set, specify Y for
the 14th parameter on the EXEC statement of the HD Pointer job step. For
example,
//HDPCPRO EXEC PGM=DFSRRC00,
// PARM=(ULU,FABPMAIN,,,,,,,,,,,,Y,N)
If
the processing database is an unregistered IMS catalog
database, specify the library that contains the Catalog Definition exit routine (DFS3CDX0), which
unregistered IMS catalog database names are defined in, to the
STEPLIB DD statement. Alternatively, specify DFSDF=xxx for the 27th parameter on
the EXEC statement of the HD Pointer job step. DFSDF specifies the 3-character suffix
xxx of the DFSDFxxx member that specifies the unregistered IMS catalog database names. For
example://HDPCPRO EXEC PGM=DFSRRC00,
// PARM=(DLI,FABPMAIN,psbname,,,,,,,,,,,N,N,
// ,,,,,,,,,,,'DFSDF=xxx')