


ACUCOBOL-GT comes with a database of terminal descriptions. On UNIX machines, this is called "a_termcap". On VMS machines it is called "A_TERMS.DAT". On OS/2 machines, it's called "A_TERMCA". This database contains encoded descriptions of many types of terminals. You need to select the terminal type in the database that most closely matches the terminal you are using. If you need to, you can add your own entries in the database. This process is described in detail in Chapter 4, "Terminal Manager," in Book 1, "User's Guide."
By default, the terminal database should reside in a pre-selected directory on your machine. On UNIX machines, this is the "/etc" directory; on VMS machines, it is the "SYS$LIBRARY" directory. If you want to place your terminal database somewhere else, then you must define the variable "A_TERMCAP" to be the full name of the database file. For example, on a VMS system, you could place the database in the "SYS$LOCAL" directory with the following command:
A_TERMCAP == SYS$LOCAL:A_TERMS.DAT
On UNIX systems (using the Bourne shell), you might use the command:
A_TERMCAP=/usr/local/etc/a_termcap; export A_TERMCAP
Chapter 4, "Terminal Manager," in the User's Guide contains more detailed information about setting up terminals and making full use of their capabilities. Please refer to it if you have any questions about this procedure.