Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

Error in COPY "lixmldef.cpy".

$
0
0

We are compiling using Visual Cobol 2.2 with SQL embedded, and ProCobol Oracle.

Everything was working fine until we include the copy: lixmldef.cpy.

The Oracle Pre-compiler  gives us the next error:

System default option values taken from: /SOFTORACLE/product/11.2.0/client_1/pre

Error at line 4988, column 21 in file /MNG/DESA/VFUENTES/ATS/TIEN286.sks
         MicroFocus.COBOL.XmlExtensions.MicroFocusCOBOLXmlExtensions.
....................1
PCB-S-00400, Encountered the symbol "COBOL" when expecting one of the following:

   integer IDENTIFICATION ENVIRONMENT DATA PROCEDURE
   WORKING-STORAGE LINKAGE END COMMUNICATION FILE LOCAL-STORAGE
   REPORT SCREEN CONSTANT THREAD-LOCAL-STORAGE DECIMAL-POINT
   REPLACE COPY <end of statement> EXEC EXEC_SQL EXEC_SQL_BEGIN
   EXEC_SQL_END EXEC_SQL_VAR EXEC_SQL_INCLUDE EXEC_ORACLE
   EXEC_ORACLE_ENDIF EXEC_ORACLE_ELSE
The symbol "COPY" was substituted for "COBOL" to continue.

PCB-I-0556:  Unrecoverable error.  Fix previous errors and re-precompile
Error at line 4988, column 27 in file /MNG/DESA/VFUENTES/ATS/TIEN286.sks
         MicroFocus.COBOL.XmlExtensions.MicroFocusCOBOLXmlExtensions.
..........................1
PCB-S-00400, Encountered the symbol "XmlExtensions" when expecting one of the fo
llowing:

   integer IDENTIFICATION ENVIRONMENT DATA PROCEDURE
   WORKING-STORAGE LINKAGE END COMMUNICATION FILE LOCAL-STORAGE
   REPORT SCREEN CONSTANT THREAD-LOCAL-STORAGE DECIMAL-POINT
   REPLACE COPY <end of statement> EXEC EXEC_SQL EXEC_SQL_BEGIN
   EXEC_SQL_END EXEC_SQL_VAR EXEC_SQL_INCLUDE EXEC_ORACLE
   EXEC_ORACLE_ENDIF EXEC_ORACLE_ELSE

and we do not know because the pre-compiler gives us this error.

Can anyone help us?


Viewing all articles
Browse latest Browse all 4356

Trending Articles