HP-UX SNAplus2 CSV Programmer's Guide

Common Service Verbs Reference
GET_CP_CONVERT_TABLE
Chapter 262
Unsuccessful Execution
When a verb does not execute successfully, SNAplus2 returns a primary
return code to indicate the type of error and a secondary return code to
provide specific details about the reason for unsuccessful execution.
Parameter Check If the verb does not execute because of a parameter
error, SNAplus2 returns the following parameters:
primary_rc
SV_PARAMETER_CHECK
secondary_rc
Possible values are:
SV_INVALID_CHAR_NOT_FOUND
The
char_not_fnd
parameter
contained a value that was not valid.
SV_INVALID_SOURCE_CODE_PAGE
The code page specified by the
source_cp
parameter is not
supported.
SV_INVALID_TARGET_CODE_PAGE
The code page specified by the
target_cp
parameter is not
supported.
Other Conditions Other conditions canresult in the following primary
return codes (
primary_rc
):
SV_COMM_SUBSYSTEM_NOT_LOADED (Windows only)
The SNAplus2 software has not been started. Consult
the System Administrator for corrective action.
SV_INVALID_VERB_SEGMENT (Windows only)
The supplied VCB extended beyond the boundary of a
data segment.
SV_INVALID_VERB
The
opcode
parameter did not match the operation
code of any verb. No verb executed.
SV_UNEXPECTED_DOS_ERROR