gtpg2m4jGeneral Macros

TPPCC CONFIRMED

Use the TPPCC general macro with the CONFIRMED verb specified to send a confirmation reply to the remote transaction program. This allows the 2 programs to synchronize their processing. The local TPF transaction program can issue this verb when it receives a confirmation request from the remote transaction program. See the WHATRCV parameter of the RECEIVE verb (see TPPCC RECEIVE).

Format




label
A symbolic name can be assigned to the macro statement.

CONFIRMED
Directs the TPPCC macro to perform the CONFIRMED verb function.

RESID
Specifies the symbolic name of a field or a register that points to a field. This is a 4-byte field in which the resource ID is supplied. This resource ID must be the one assigned on the initial ALLOCATE for this conversation or one that was assigned by an incoming ATTACH.

RCODE
Specifies the symbolic name of a field or a register that points to a field. This field is a 6-byte field in which the return code is placed. The return code consists of a 2-byte primary return code followed by a 4-byte secondary return code. The actual values returned are listed in Return Conditions.

Entry Requirements

Return Conditions

Programming Considerations

Examples

SYMB100   TPPCC CONFIRMED,                         X
                RESID=(R4),                        X
                RCODE=EBW010