HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_LU_0_TO_3_RANGE
Chapter 3 447
DELETE_LU_0_TO_3_RANGE
This verb is used to delete a range of LUs used for 3270 emulation or
LUA (type 0-3 LUs).
The supplied parameters to this verb include a base name for the LUs
and the range of NAU addresses. The LU names to be deleted are
determined by combining the base name with the NAU addresses. For
example, a base name of LUNME combined with a NAU range of 11-14
would delete the LUs LUNME011, LUNME012, LUNME013, and LUNME014.
All LUs with names in the specified range are deleted; SNAplus2 does
not return an error if one or more names in the range do not exist.
VCB Structure
typedef struct delete_lu_0_to_3_range
{
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 base_name[6]; /* Base name */
unsigned char min_nau; /* Minimum NAU address in range */
unsigned char max_nau; /* Maximum NAU address in range */
unsigned char name_attributes; /* Extension type */
unsigned char base_number; /* First extension number */
unsigned char reserv5[16]; /* reserved */
} DELETE_LU_0_TO_3_RANGE;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_LU_0_TO_3_RANGE
base_name
Base name for the names of the LUs. This is a 5-byte
type-A EBCDIC string (starting with a letter), padded
on the right with EBCDIC spaces if the base name is