HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)

CPI-C Calls
Set_Log_Data (cmsld)
Chapter 3266
The program must format the error data as a General
Data Stream (GDS) error log variable. For further
information, refer to the IBM publication IBM Systems
Network Architecture: LU 6.2 Reference: Peer Protocols.
log_data_length
This parameter specifies the length of the log data.
The range for this value is 0512 bytes.
A length of 0 (zero) indicates that there is no log data.
The
log_data
parameter is ignored, and the
log_data
conversation characteristic is set to a null string.
Returned Parameters
After the verb executes, SNAplus2 returns the following parameters:
return_code
Possible values are:
CM_OK The call executed successfully.
CM_PROGRAM_PARAMETER_CHECK One of the following
has occurred:
The value specified by
conversation_ID
is not valid.
The conversation type is set to
mapped.
The value specified by
log_data_length
is out of range
(greater than 512 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 can be in any state except Reset.
State Change
There is no state change.