gtpg2m4lGeneral Macros

TPPCC FLUSH

Use the TPPCC general macro with the FLUSH verb specified to allow the application to transmit any data from the local LU's data buffer, including an ATTACH from the ALLOCATE verb.

Format




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

FLUSH
Directs the TPPCC macro to perform the FLUSH 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 is a 6-byte field in which the return code is returned. 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 FLUSH,                             X
                RESID=EBW004,                      X
                RCODE=EBW010