C/C++ Programmer's Guide (G06.27+, H06.03+)

Table Of Contents
Run-Time Messages
HP C/C++ Programmer’s Guide for NonStop Systems429301-010
22-8
CRE Service Function Messages
Recovery. Correct the ASSIGNs in your TACL environment. For more details on using
ASSIGNs, see the TACL Reference Manual.
26
Cause. A PARAM specifies a value that is not defined by the CRE. For example, the
value for a DEBUG PARAM must be either ON or OFF:
PARAM DEBUG [ ON ]
[ OFF ]
The CRE reports this error if a DEBUG PARAM has a value other than ON or OFF.
error, if present, is a file-system error.
Effect. The CRE terminates the program.
Recovery. Modify the PARAM text and rerun your program. For more details on using
ASSIGNs, see the TACL Reference Manual.
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. For more details on using
ASSIGNs, see the TACL Reference Manual.
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.
Invalid PARAM value text ( error )
PARAM name 'value'
Ambiguity in application of PARAM
PARAM name 'value'
Missing language run-time library -- language