CRE Programmer's Guide

Run-Time Diagnostic Messages
Common Run-Time Environment (CRE) Programmer’s Guide528146-004
10-11
CRE Service Function Messages
Effect. The CRE terminates the program.
Recovery. Modify the PARAM text and rerun your program. See the HP Tandem
Advanced Command Language (TACL) Reference Manual for more information on
using PARAMs.
27
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 CRE terminates the program.
Recovery. Correct the PARAM in your TACL environment. See the HP Tandem
Advanced Command Language (TACL) Reference Manual for more information on
using PARAMs.
28
Cause. The run-time library for a module that is written in language is not available
to the program.
Effect. The CRE terminates the program.
Recovery. Consult your system administrator.
29
Cause. The language compiler used features that are not supported by the
language run-time library that the program used.
Effect. The CRE terminates the program.
Recovery. Use a compiler and run-time library that are compatible. You might need to
consult your system administrator.
Ambiguity in application of PARAM
PARAM name 'value'
Missing language run-time library -- language
Program incompatible with run-time library -- language