In Net Express 5.1 how do I get it to compile a COBOL program to connect to a given Oracle database, not eSQL, I'm using COBSQL? We have our code logic like such:
EXEC SQL
CONNECT :USERNAME IDENTIFIED BY :PASSWD
END-EXEC.
In the past, we used to set an IDE Environment Variable LOCAL with the value of the database name (SID) and after compiling, the program implicitly knew to connect to the proper database when it encountered the above logic. This is not working in this version of Net Express. I've searched through the documentation and find no hints of what to do to get this to work. I can successfully compile, but not debug the programs. These programs compile and connect to the correct database on the Unix server. I've been chosen to fix legacy programs and am new to this Net Express, project building, etc. and am frustrated and short on time.
#debugging
#login
#COBOL
#ConnectingtoDatabase
#NetExpress5.0
#Oracle
#Compiling




