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

26
Invalid PARAM value text ( error ) PARAM name 'value'
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
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 CRE terminates the program.
Recovery
Correct the PARAM in your TACL environment. For more details on using ASSIGNs, see the
TACL Reference Manual.
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 CRE terminates the program.
Recovery
Consult your system administrator.
29
Program incompatible with run-time library -- [language | library]
Cause
One of these conditions occurred:
The language compiler used features that are not supported by the language run-time
library that the program used.
The application used a function or feature that was not compatible with the library to
which it was linked.
CRE Service Function Messages 369