We are installing a new server running Server Express 5.1 under Sco UNIX 7.1.4
We have 2 developer licenses.
I've copied the Cobol programs, copy files and data from our old server and regenerated all the code, which is running OK. However there are some different results in some of the reports to our original system and I want to animate to find out why.
On the Developer Environment I compiled the first program I want to animate and checked that an idy and an int were created from the original cbl
I then press F4 to start the animation and type my program name into the file parameter. When I press enter I am returned straight back to the developer screen without any messages and without entering an animation screen.
I guessed I might have a problem with my environment variables, but I can't see where I'm going wrong.
The variables set up are:
COBDIR=/opt/lib/cobol
export COBDIR
COBIDY=/source/cobol/idy
export COBIDY
COBCPY=/source/copy
export COBCPY
LD_LIBRARY_PATH=$COBDIR/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
PATH=$COBDIR/bin:$PATH
export PATH
COBTERMINFO=$COBDIR/terminfo
export COBTERMINFO
set `tty`
if [ $1 = "/dev/console" ]
then TERM=AT386-ie
else TERM=vt220aec
fi
export TERM
COBPATH=/source/cobol
export COBPATH
#debugging
#ServerExpress