ContentsIndexPreviousNext

4.3.2.5 server-MAP-FILE

Similar to DEFAULT-MAP-FILE, this configuration variable lets you specify a map file for use with international character translation. However, this variable specifies a map file for use with a specific server. The map file itself can be stored anywhere.

For example, if you include the following statement in your client application:

CALL "prog2" using my-data.

And your client configuration file includes:

CODE-PREFIX *sun3:/usr/obj *sun4:/usr/obj

Then:

sun3-MAP-FILE=c:\etc\pc_iso_map

causes the map file "pc_iso_map" to be applied if prog2 is found and run on sun3 but not on sun4. As with DEFAULT-MAP-FILE, you may use AcuServer remote name notation to point to a map file residing on a remote server running AcuServer.


Note: You can have only one DEFAULT-MAP-FILE variable specified in the client configuration file, but you can have as many server-MAP-FILE variables as you want.