High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_TN3270_ASSOCIATION
Chapter 3460
DELETE_TN3270_ASSOCIATION
DELETE_TN3270_ASSOCIATION deletes an association between a
display LU and a printer LU, given the display LU name.
VCB Structure
typedef struct delete_tn3270_association
{
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 display_lu_name[8]; /* Display LU name */
} DELETE_TN3270_ASSOCIATION;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_TN3270_ASSOCIATION
display_lu_name
Specifies the name of the display LU whose association
is to be deleted. This is an EBCDIC string 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
Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2
returns the following parameters: