Precompilers and OCI (MOSC)

MOSC Banner

Oracle Procob is ignoring include-Param

edited Aug 19, 2018 5:04AM in Precompilers and OCI (MOSC) 1 commentAnswered

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center