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

CPI-C Calls
Send_Data (cmsend)
Chapter 3 221
Usage Notes
The LU does not automatically perform any conversion between ASCII
and EBCDIC on the string of data to be sent.
For Unix If the remote program requires data to be sent in EBCDIC, the local
program can use the Convert_Outgoing call to convert the data to
EBCDIC before sending it.
For Windows If the remote program requires data to be sent in EBCDIC, the local
program can use the CSV CONVERT verb to convert the data to
EBCDIC before sending it. Refer to the SNAplus2 CSV Programmers
Guide for more information.
End of Section