COBOL Manual for TNS/E Programs (H06.08+, J06.03+)

705 (Error)
Expected key-word INITIALIZED, RETURNING, or a verb
Cause
The syntax of the ALLOCATE statement is incorrect.
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:
ECOBOL Compiler Back End
SCI, the SQL/MP compiler interface
ECOBOL Compiler Back End
Example 319 ECOBOL Compiler Back End Run-Time Error Message
*** Failure:
--> Compiler logic error 0_46204 [Failure 0]
Cause
The compiler’s internal consistency checker discovered a logic error. Please report this failure to
your service provider.
SCI
Example 320 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
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.
Other Products’ Error Messages 1177