[Migrated content. Thread originally posted on 30 January 2004]
For machine interaction we have several C programs reading/writing to the tty ports on unix. These programs are being called from acu-cobol using sub interface method. These programs work perfectly okay but only in the debug mode.for e.g.
runcbl -d PROG1
works perfectly ok and is able to read data from the tty ports.
but
runcbl PROG1
fails to read data from the ports but does not return any error.
We are using acu-cobol version 5.2 and the the compiler options that we are using are
ccbl32.exe -cr -w -zz -ds -zd -Za
Any ideas ...
Thanks