To whom it may concern,
I have just installed the ACUCOBOL runtime version 7.2 for linux on my machine and it does the following when I run a program:
I type the following command:
runcbl test1.acu
...and it gives me the following:
Missing required termcap function 'cm' in entry for 'linux'
I installed the a_termcap file in the /etc directory and set the A_TERM and TERM variables to linux in my /etc/profile file, but to no avail.
I need to know how to fix this issue because I tried different things and it doesn't work.
I also tried suppressing terminal initialization by typing in runcbl -b test1.acu and it gave me a memory access violation error as well.
Jack S.
#AcuCobol