APPC Management Verbs

This section describes the APPC management verbs:

The management verbs allow you to establish APPC LU 6.2 session limits and obtain configuration information and current operating values for the SNA node. The description of each verb provides:

Most parameters supplied to and returned by APPC are hexadecimal values. To simplify coding, these values are represented by meaningful symbolic constants, which are established by #define statements in the WINAPPC.H header file. For example, the opcode (operation code) member of the mc_send_data structure used by the MC_SEND_DATA verb is the hexadecimal value represented by the symbolic constant AP_M_SEND_DATA. Use only the symbolic constants when writing TPs.