Oracle Procob is ignoring include-Param
Hi.
I've got a problem with the Oracle procob Precompiler. We are using Oracle-Client 11.2.0.4, procob 11.2.0.4 with AIX 7.1
In /ora_client/11.2.0.4/precomp/public is an old version of sqlca.cob installed, ending with this code:
10 SQLWARN6 | PIC X(1). | |
10 SQLWARN7 | PIC X(1). | |
05 SQLEXT | PIC X(8). |
We got an update for athird-party software which is using the sqlca, and the developer of this third-party-software delivered another Version of sqlca.cob, ending with this code:
10 SQLWARN6 | PIC X. | |
10 SQLWARN7 | PIC X. | |
10 SQLWARN8 | PIC X. | |
10 SQLWARN9 | PIC X. | |
10 SQLWARNA | PIC X. | |
05 SQLSTATE | PIC X(5). |
We use the procob to precompile our cobol-Sources and to expand the includes. The documentation / man-pages for procob says, that I can specify an include-parameter to tell the procob, where to find the sources for the include-Statements.