MSIR.0852 Daemon requires non-command-level input -- restarting

From m204wiki
(Redirected from MSIR.0852)
Jump to navigation Jump to search

The sdaemon thread doing work for a Daemon object required terminal input, but the input stream (the first parameter to the Daemon class Run method) had reached its end. Each invocation of the Run method must return the daemon thread to Model 204 command level. There are too many possible reasons for such an error to generalize about possible corrective actions. See Daemon class for more information about Daemon objects.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages