I need to compile my COBOL file with Informix Embedded SQL, but preprocessor fails because of this error:
CSQL-F-012: INFORMIXDIR must be set for Informix Support
I'm using Visual Studio 2017. The variable is correctly set in Windows' environment variables. The preprocessor is "Oracle Pro*COBOL(COBSQL), with "COBSQLTYPE" directive set to INFORMIX-NEW.
How can I solve the problem?
#VisualStudio
#Informix
#VisualCOBOL
#esql