gtps1m1gSystem Macros

BBPDH-Recoup Record Find and Count Interface

Use this system macro to provide settings that are used by the recoup and program directory update (PDU) online pool directory handler (BPDH) and the record ID update table (BRID or BRV7).

Format




label
is a symbolic name that can be assigned to the macro statement.

NOPROC=nextaddr
specifies that the address being chain chased is an RCI candidate that should not be processed if it has already been chain chased, where nextaddr is the location in which to branch if the address has already been chain chased. If the NOPROC parameter is not specified, the address will be chain chased even if it has already been chased.

ERROR=errloc
specifies the location in which to be branched if an error is detected by BPDH, where errloc is the location in which to branch.

LEVEL=level
specifies the level on which to run the FINDC macro in the TPF Database Facility (TPFDF) recoup environment, where level is a number from 0 to 7.
Note:
Specify the LEVEL parameter when the entry control block (ECB) level is passed from the TPFDF product.

DECB
specifies one of the following:

decbaddr
specifies a core location containing the address of a data event control block (DECB) that will be used in the processing of a FINDC macro.

(Rx)
specifies a general register (R1-R7) containing the address of a DECB that will be used in the processing of a FINDC macro.

Entry Requirements

Return Conditions

Programming Considerations

Examples

BBPDH ERROR=ERRLOC,LEVEL=0,NOPROC=DUPLOC
BBPDH ERROR=ERRLOC,DECB=(R3)
BBPDH ERROR=ERRLOC,DECB=BC0RDCB