Question:
How do you determine if TERMCAP or TERMINFO is enabled on an RM/COBOL installation?
Answer:
The librmterm.so file determines whether termcap or terminfo is used by runcobol.
To switch to terminfo, change to the RM/COBOL installation directory, and copy the librmti.so file to the librmterm.so file. For example:
cd /usr/rmcobol
cp librmti.so librmterm.so
To switch back, copy librmtc.so to librmterm.so.