COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-95
Other Products’ Error Messages
613 (Warning)
Cause. The compilation unit contains incompatible directives; for example, CALL-
SHARED and NON-SHARED.
Other Products’ Error Messages
Products that are merged with the compiler sometimes cause compile-time error
messages when you run the compiled program. Examples of such products are:
•
NMCGEN, the “back end” of the NMCOBOL compiler
•
SCI, the SQL/MP compiler interface
NMCGEN
Cause. The small data area is too large. The small data area is for relatively small
items that are referenced frequently. Access to items in the small data area is twice as
fast as access to other data items.
Recovery. Compile your program with the LARGEDATA directive, specifying a number
smaller than 64 (the default).
SCI
Cause. Too few pages of memory were allocated to the SQL compiler interface (SCI)
for processing SQL/MP statements.
Recovery. Compile your program with the directive SQL PAGES n, where n is
between 385 and 1000. If this error still occurs, recompile the program with a larger
value of n.
Directives: directive-1;directive-2
Duplicate setting, previous setting ignored
Example 47-3. NMCGEN Run-Time Error Message
*** Error detected by as1 phase gp-relative segments together
exceed 64k bytes in source program file 'file-name' at source line
n
Example 47-4. SCI Run-Time Error Message
*** Embedded SQL Fatal Error ***
*** ERROR 11998 - Embedded SQL memory exceeded during parsing --
report to HP.
Problem on line nnn
** Failure 19 ** Server failure