HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)
CPI-C Calls
Set_Local_LU_Name (cmslln)
Chapter 3 263
lu_alias
This parameter specifies the starting address of the LU
alias. The LU alias can contain up to eight ASCII
characters.
lu_alias_length
This parameter specifies the length of the LU alias.
The range for this value is 0–8 bytes. If
lu_alias_length
is 0 (zero), the LU alias is set to all
zeros.
Returned Parameters
After the verb executes, SNAplus2 returns the following parameters:
return_code
Possible values are:
CM_OK The call executed successfully.
CM_PROGRAM_STATE_CHECK The conversation is not in
Initialize state.
CM_PROGRAM_PARAMETER_CHECK One of the following
has occurred:
• The value specified by
conversation_ID
is not valid
• The value specified by
lu_alias_length
is out of range
(greater than 8 or less than 0).
CM_PRODUCT_SPECIFIC_ERROR For an explanation of
this return code, see Appendix A,
“Common Return Codes.”
State When Issued
The conversation must be in Initialize state.
State Change
There is no state change.