


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