ContentsIndexPreviousNext

4.3.3 Sample "client.cfg" file

The following file is included in the sample directory on your AcuConnect installation disk or CD-ROM. You can use this file as a starting point. Modify it to suit your needs.

"client.cfg"
# This is a sample configuration file used when starting your program on the
client.  # You should edit it to match your needs see the AcuConnect User's
Guide).
# Use the "*" notation to point to the cobol object on the server.
code-prefix . *server1:c:\acuconnect\sample .
# Allow code name aliases.  A name alias is a substitute string for the literal
# name that appears in the CALL statement.
#code-mapping 1
#prog2 *server1:c:\acuconnect\sample\prog2.acu
# runtime flags on the server
acuconnect-runtime-flags *server1: -le errfile
# runtime configuration file on server (defaults to /etc/cblconfig)
acuconnect-configuration-file *server1:c:\acuconnect\etc\cblconfig
# action to be taken with the connection to the remote runtime after a CANCEL
acuconnect-close-after-cancel 0
# map special characters in client character set to their equivalent on server.
#default-map-file c:\etc\pc_iso