HP-UX SNAplus2 CSV Programmer's Guide

Common Service Verbs Reference
CONVERT
Chapter 244
This is described in the HP-UX
SNAplus2 Administration Guide.
Set this parameter to the full path
name of the file. (If the file is not
found, the system returns the
SV_TABLE_ERROR return code.)
len
The number of characters to be converted.
source
Address of buffer containing character string to be
converted.
target
Address of buffer to contain the converted character
string.
This buffer can overlap or coincide with the buffer
pointed to by the source parameter. In this case, the
converted data string overwrites the source data
string.
Returned Parameters
After the verb executes, SNAplus2 returns parameters to indicate
whether the execution was successful and, if not, to indicate the reason
the execution was unsuccessful.
Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameter:
primary_rc
SV_OK
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_CONVERSION_ERROR