SRV_T_CHARTYPE

A client application expects character data to be represented in a particular way. An Open Server application can retrieve the client’s expected character data representation by calling srv_thread_props with property set to SRV_T_CHARTYPE and cmd set to CS_GET. The client will return the following values in *bufp:

Table 2-30: Character data representations

Value

Meaning

SRV_CHAR_ASCII

ASCII character format

SRV_CHAR_EBCDIC

EBCDIC character format

SRV_CHAR_UNKNOWN

Unknown character format