Hi,
I installed Micro Focus Net Express recently. And after installing I made sure to set all the paths and environments. Now when I am trying to compile one cobol-db2 program, I am getting a system error "SQL5005C System Error".
* 801-S ( 0)
** External Compiler Module message
** DB0100 SQL5005C System Error.
COBDB0100S SQL5005C System Error.
Rebuild complete with errors
I tried to resolve a lot but unable to resolve the issue. Is there anyone can help me on resolving the issue.
Can you please try to compile the example program that tests the DB2 support?
Start Net Express and then use File-->Open and navigate to:
C:\\Program Files (x86)\\Micro Focus\\Net Express 5.1\\Examples\\Net Express IDE\\DB2ESQL
and open up CONNECT.APP
Can you compile this successfully?
Other questions:
1. What version of NX are you using?
2. What version of DB2 and DB2 Client are you using?
3. What are the compiler directives you are using?
4. Under what OS are you compiling?
Thanks.
Hi,
I installed Micro Focus Net Express recently. And after installing I made sure to set all the paths and environments. Now when I am trying to compile one cobol-db2 program, I am getting a system error "SQL5005C System Error".
* 801-S ( 0)
** External Compiler Module message
** DB0100 SQL5005C System Error.
COBDB0100S SQL5005C System Error.
Rebuild complete with errors
I tried to resolve a lot but unable to resolve the issue. Is there anyone can help me on resolving the issue.
Hi Chris,
I able to resolve the issue. The problem was due to some configuration file missing or due to some DB2 instance name. So I uninstalled DB2 client and installed again and set all the databases with correct alias name and then the issue got resolved. Now the cobol-db2 program compiles successfully. Thank you so much for your reply.