Error: 39[0] - symbol table not present in COBOL object

 
0 Likes

Problem:

A program that is working with ACUCOBOL-GT runtime, using XML EXTENSIONS and RMNET, may return the following message:

Error: 39[0] - symbol table not present in COBOL object

Resolution:

To work correctly with XML EXTENSIONS and RMNet in ACUCOBOL-GT, a COBOL program must be compiled with the following options:

-Ze
This option adds XML symbol table information to the COBOL object for use by XML Extensions.
Programs using XML Extensions must be compiled with the -Ze option. Add the -Ze compiler option to the compile command to include the XML symbol table information in the compiled COBOL object.

-Cr
This option sets the compiler to its RM COBOL compatibility mode. In this mode, it accepts features of RM COBOL that are not otherwise accepted.


Support Incident number: 2666802

Tags:

Comment List
Related
Recommended