


To install ACUCOBOL-GT, perform the following steps:
1. Copy the "CCBL.PR", "RUNCBL.PR", "CBLUTIL.PR", "LOGUTIL.PR", "VUTIL.PR", and "VIO.PR" files to a directory mentioned in your search-list. They should have "execute" permission for everyone who will be using the compiler or runtime system.
2. If you do not have a ":ETC" or ":TMP" directory, you must create them. The ":ETC" directory should have "read" permission for anyone using the compiler or runtime systems. The ":TMP" directory should have "write" permission for anyone using the compiler. This directory is used for temporary work files created by the compiler.
3. Copy the "A_TERMCAP", "CBLCONFIG", and "CBLHELP" files to your ":ETC" directory. Make sure these files have "read" permission for anyone using the runtime system.
4. The remaining files can be left where they were loaded.
5. Move to the directory that contains the ACUCOBOL-GT sample programs. Try compiling and running the tour demonstration program with the following commands:
XEQ CCBL TOUR.CBL
XEQ RUNCBL
If you get the message "Can't find entry for `terminal' in `a_termcap'", then you will need to configure your terminal for ACUCOBOL-GT. See section A.2 if you need to do this. If the function keys do not respond, you should make sure your terminal's parity is set to "none" and its data bits setting is "8 bit".
6. Once you have the sample program running, you will probably need to edit the ":ETC:CBLCONFIG" file and change it to meet the needs of your site.