I am getting an error when trying to compile COBOL source code in Net Express version 4.0.38.
Below are the messages I receive:
Rebuilding C:\\Work\\Net Express Projects\\rgc-info.pco
* Micro Focus COBSQL Integrated Preprocessor
* Net Express V4.0 Copyright (C)1984-2006 Micro Focus (IP) Limited.
* URN AAAPA/ZZ0/00065
* CSQL-I-006: Rejected CSQLT=ORA10
* CSQL-I-004: Accepted VERBOSE
* CSQL-I-004: Accepted makesyn
* CSQL-I-003: COBSQLTYPE is incorrect defaulting to ORACLE8
* CSQL-I-008: Invoking cp Preprocessor
* CSQL-I-018: Invoking ORACLE8 Precompiler/Translator
'procob' is not recognized as an internal or external command,
operable program or batch file.
* CSQL-F-021: Precompiler did not complete -- Terminating
Rebuild complete with errors
Here is what is in my my cobol.dir file:
copyext(cob,cpy) p(COBSQL) CSQLT=ORA10 CSTART CSTOP VERBOSE makesyn p(cp) ENDP
Could anyone point me in the direction of what may be the problem?
Thank you!

