COBOL Manual for TNS and TNS/R Programs

Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
48-4
Standard Message Format—Non-CRE Environment
The last line (from the operating environment, not from COBOL85) reports that the
process terminated abnormally.
\SHEM.13,012 - *** COBOL85 Library Error 009 ***
\SHEM.13,012 - From TESTT + %75
\SHEM.13,012 - $NOAH.ZARK.TWO - 29 Feb 88 14:19
\SHEM.13,012 - *** ERROR [770]
Message table $SYSTEM.SYSTEM.C8LIMEO
cannot be used. File system error 11.
ABENDED: 13,12
When the text “File does not contain messages for this product” appears instead of
“Message table ...”, the file C8LIMEO does not contain the message text for the object.
Usually, the reason is that the object has an old version of the run-time library bound
into it, which resulted from the file C8LIB being in the same subvolume as the compiler.
Either remove C8LIB and recompile the program or use the BIND utility to delete all of
the code that starts with C8LIB^. Otherwise, contact support about getting a version of
C8LIMEO that contains the messages for the object.
Note. In the non-CRE environment, if the executing program delivers a message of this form,
the file containing the run-time diagnostic message texts is not available. Report this to the
appropriate system support personnel.