High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_COS
Chapter 3 403
DELETE_COS
DELETE_COS deletes a class of service entry. Only locally defined
classes of service can be deleted; the default classes of service defined by
SNA cannot be deleted.
If the node supports mode to COS mapping (as defined by the
mode_to_cos_map_supp
parameter on DEFINE_NODE) and the
configuration includes modes that are mapped to the COS that you are
deleting, SNAplus2 will remap these modes to the default COS (specified
by a DEFINE_MODE verb with a null mode name) or to the SNA-defined
COS #CONNECT if no default COS is specified.
VCB Structure
typedef struct delete_cos
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char cos_name[8]; /* class of service name */
} DELETE_COS;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_COS
cos_name
Class of service name. This is an 8-byte type-A
EBCDIC string (starting with a letter), padded on the
right with EBCDIC spaces.
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameters:
primary_rc
AP_OK