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

Effect
The run unit terminates abnormally.
Recovery
Modify the PARAM text and rerun your program. For more information on using PARAMs, see
PARAM Command (page 586) and the TACL Reference Manual.
27
Ambiguity in application of PARAM
PARAM name 'value')
Cause
A PARAM specifies a value that is ambiguous in the current context. For example, the PARAM
specification:
PARAM PRINTER-CONTROL A
is ambiguous if the program contains more than one logical file named A.
Effect
The run unit terminates abnormally.
Recovery
Correct the PARAM in your TACL environment. See the TACL Reference Manual for more
information on using PARAMs.
28
Missing language run-time library -- language
Cause
The run-time library for a module that is written in language is not available to the program.
Effect
The run unit terminates abnormally.
Recovery
Consult your system administrator.
29
Program incompatible with run-time library -- COBOL85
Cause
The run unit was compiled by a version of HP COBOL that is not compatible with this version of
the COBOL85 run-time library.
Effect
The run unit terminates abnormally.
Recovery
Recompile the main program.
34
Released space not allocated
Cause
The FREE statement attempted to release memory not obtained by ALLOCATE (or by the C run-time
library function malloc()).
Message List 1187