![]() | ![]() |
Home |
|
|
Access Service User's Guide DirectConnect for AS/400 |
|
| Chapter 2 Configuring the DirectConnect Access Service Library |
|
| Access service Target Interaction properties |
|
| QCCSIDRemap |
Provides a way to remap a standard character code set identifier (CCSID) value to a special, alternate CCSID.
You can use only one of these parameters per service library.
QCCSIDRemap=[ccsid,alt_ccsid],[ccsid,alt_ccsid], [ccsid,alt_ccsid]
65535
ccsid indicates the standard CCSID value to be remapped.
alt_ccsid represents the alternate CCSID.
The following example shows the line added to the Target Interaction as400.cfg file that changes the mapping of the yen sign from 930 to 3000:
QCCSIDRemap=930,3000
Following is an example of three remappings, the maximum number allowed per service:
QCCSIDRemap=5035,3003,930,3000,939,3001
In this example, CCSID 5035 is remapped to CCSID 3003, CCSID 930 is remapped to CCSID 3000, and CCSID 939 is remapped to 3001.
For a list of available mappings, see Table B-13 .
|
|