TIRXLAT allows the conversion of textual data based on from/to codepage and operating system information. View data that is passed between the client and server is translated from the client's code page to the server's code page, and vice versa. TIRXLAT uses the client's code page value, which is passed from the client to the server, and the host's code page value to locate a translation table.
This exit is used to translating both the data received from that client and the data to be sent to the client.
When translating data received from the client, the in* parameters correspond to the client data, the out* parameters correspond to the data presented to the server.
When translating data to be sent to the client the in* parameters correspond to the server data to be sent, the out* parameters correspond to the data presented to the client.
If a suitable translation table is not found, the data will be passed back without translation. The user can replace a translation table to customize their environment.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|