gtpg2m4rGeneral Macros

TPPCC REQUEST_TO_SEND

Use the TPPCC general macro with the REQUEST_TO_SEND verb specified to notify the remote transaction program that the local TPF transaction program is requesting to enter send state for the conversation. The conversation is changed to send state when the local TPF program receives a SEND indication from the remote program.

Format




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

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

RESID
Specifies the symbolic name of a field or a register pointing 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 pointing to a field. This 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 REQUEST_TO_SEND,                   X
                RESID=EBW004,                      X
                RCODE=EBW064