COBOL Manual for TNS and TNS/R Programs
Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
48-25
Message List
Effect. The run unit terminates abnormally.
Recovery. Modify the PARAM text and rerun your program. For more information on
using PARAMs, see PARAM Command and the TACL Reference Manual.
27 (none)
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 (none)
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
(023)
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.
Ambiguity in application of PARAM
PARAM name 'value'
Missing language run-time library -- language
Program incompatible with run-time library -- COBOL85
Run unit not compatible with COBOL85 library