COBOL Manual for TNS and TNS/R Programs

Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
48-69
Message List
none (107)
Cause. The device assigned to the file specified in PARAM EXECUTION-LOG is not a
disk, terminal, or process.
Effect. The run unit terminates abnormally.
Recovery. Specify a file on the proper device.
none (120)
Cause. The file name specified in the PARAM PRINTER-CONTROL does not conform
to the rules for a COBOL file name.
Effect. The run unit terminates abnormally.
Recovery. Change the file name in PARAM PRINTER-CONTROL to a legal COBOL
file name (for the syntax of a legal COBOL file name, see the Guardian Procedure
Calls Reference Manual).
none (125)
Cause. A program that was compiled without the directive ENV COMMON or ENV
LIBRARY (a non-CRE program) called a routine that must run in the CRE. An example
of a routine that must run in the CRE is COBOL_ASSIGN_ (or any other COBOL utility
library routine with underscores in its name).
Effect. The run unit terminates abnormally.
Recovery. Either compile the calling program with ENV COMMON or change the
name of the called routine to its COBOL-environment equivalent (for example, change
COBOL_ASSIGN_ to COBOLASSIGN). For COBOL-environment equivalents of other
CRE routines, see Table 13-6, Table 13-16, Table 13-18, and Table 13-11.
File referenced in PARAM EXECUTION-LOG is an invalid device
The file name in PARAM PRINTER-CONTROL is not a legal COBOL
file name
An ENV COMMON routine called from an ENV OLD program