/usr/share/hercules/hercmsg.html is in hercules 3.12-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
<HTML>
<HEAD><TITLE>
Hercules Version 3: System Message Overview</TITLE>
<LINK REL=STYLESHEET TYPE="text/css" HREF="hercules.css">
</HEAD>
<BODY BGCOLOR="#ffffcc" TEXT="#000000" LINK="#0000A0"
VLINK="#008040" ALINK="#000000">
<h1>Hercules Version 3: System Message Overview</h1>
<p>
This page describes the system messages for the Hercules S/370,
ESA/390, and z/Architecture emulator.
<h3>Message format</h3>
<p>All Hercules-issued messages are of the form:
<code>HHC<em>mmnnns text</em></code>
where:
<dl>
<dt><code>HHC</code>
<dd>is the message prefix for Hercules. All Hercules messages will have
this prefix.
<dt><code><em>mm</em></code>
<dd>specifies the function that issued the message, from the following list:
<dl>
<dt><code><a href="hercmsca.html">CA</a></code>
<dd>Communication Adapter emulation
<dt><code><a href="hercmscf.html">CF</a></code>
<dd>Configuration file processing
<dt><code><a href="hercmscp.html">CP</a></code>
<dd>CPU emulation
<dt><code><a href="hercmsct.html">CT</a></code>
<dd>Channel-to-channel adapter emulation
<dt><code><a href="hercmscu.html">CU</a></code>
<dd>CCKD utility
<dt><code><a href="hercmsda.html">DA</a></code>
<dd>DASD emulation (both CKD and FBA)
<dt><code><a href="hercmsdc.html">DC</a></code>
<dd><code>dasdcopy</code>
<dt><code><a href="hercmsdg.html">DG</a></code>
<dd><code>dyngui.dll</code>
<dt><code><a href="hercmsdi.html">DI</a></code>
<dd><code>dasdinit</code>
<dt><code><a href="hercmsdl.html">DL</a></code>
<dd><code>dasdload</code>
<dt><code><a href="hercmsds.html">DS</a></code>
<dd><code>dasdisup</code>
<dt><code><a href="hercmsdt.html">DT</a></code>
<dd><code>dasdcat</code>
<dt><code><a href="hercmsdu.html">DU</a></code>
<dd>DASD utilities common functions
<dt><code><a href="hercmshd.html">HD</a></code>
<dd>Hercules Dynamic Loader
<dt><code><a href="hercmshe.html">HE</a></code>
<dd><code>hetinit</code>
<dt><code><a href="hercmshg.html">HG</a></code>
<dd><code>hetget</code>
<dt><code><a href="hercmshm.html">HM</a></code>
<dd><code>hetmap</code>
<dt><code><a href="hercmsht.html">HT</a></code>
<dd>HTTP server
<dt><code><a href="hercmshu.html">HU</a></code>
<dd><code>hetupd</code>
<dt><code><a href="hercmsif.html">IF</a></code>
<dd><code>hercifc</code> (Network interface configuration handler)
<dt><code><a href="hercmsin.html">IN</a></code>
<dd>Hercules initialization
<dt><code><a href="hercmslc.html">LC</a></code>
<dd>LCS emulation
<dt><code><a href="hercmslg.html">LG</a></code>
<dd>System Log functions
<dt><code><a href="hercmspn.html">PN</a></code>
<dd>Hercules control panel command messages
<dt><code><a href="hercmspr.html">PR</a></code>
<dd>Printer emulation
<dt><code><a href="hercmspu.html">PU</a></code>
<dd>Card punch emulation
<dt><code><a href="hercmsrd.html">RD</a></code>
<dd>Card reader emulation
<dt><code><a href="hercmssd.html">SD</a></code>
<dd>Socket devices common functions
<dt><code><a href="hercmsta.html">TA</a></code>
<dd>Tape device emulation
<dt><code><a href="hercmstc.html">TC</a></code>
<dd><code>tapecopy</code>
<dt><code><a href="hercmste.html">TE</a></code>
<dd>1052 and 3270 terminal emulation
<dt><code><a href="hercmstm.html">TM</a></code>
<dd><code>tapemap</code>
<dt><code><a href="hercmsts.html">TS</a></code>
<dd><code>tapesplt</code>
<dt><code><a href="hercmstt.html">TT</a></code>
<dd>TOD Clock and Timer Services
<dt><code><a href="hercmstu.html">TU</a></code>
<dd>TUN/TAP driver support
<dt><code><a href="hercmsvm.html">VM</a></code>
<dd>VM/CP emulation facility
</dl>
<dt><code><em>nnn</em></code>
<dd>Specific message number, assigned more or less sequentially.
<dt><code><em>s</em></code>
<dd>Message severity:
<dl>
<dt><code>S</code>
<dd>Severe error. Causes immediate termination of Hercules.
<dt><code>E</code>
<dd>Error. The function being requested did not execute correctly, but
Hercules should continue running.
<dt><code>W</code>
<dd>Warning. Not necessarily an error, but something to take note of and
possibly correct.
<dt><code>I</code>
<dd>Information. General messages that do not require any further action.
<dt><code>A</code>
<dd>Action. You need to do something.
</dl>
<dt><code><em>text</em></code>
<dd>Message text.
</dl>
<p>You may look up any message by following the link from the function
identifier in the above list.
<p><center><hr width=15% noshade></center>
<p>
If you have a question about Hercules, see the
<a href="hercfaq.html">Hercules Frequently-Asked Questions</a> page.
<p><center><hr width=15% noshade>
<a href="hercinst.html"><img src="images/back.gif" border=0 alt="back"></a>
</center>
<p class="lastupd">Last updated $Date$ $Revision$</p>
</BODY>
</HTML>
|