M204.0960

From m204wiki
Revision as of 02:09, 2 March 2018 by JAL (talk | contribs) (add <var>'s)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.0960  Apparent restart loop​,​ thread halted after nn

It appears the thread is in a restart loop. This is caused by too many restarts without any IFSTRT calls. IFAM will shut the thread down, while other threads remain unaffected. This situation usually reflects a system problem. The message displays the number of restart tries.

Response: Contact the system manager.

System manager response: Have the user review the HLI program for logic errors. If this problem occurs repeatedly, gather all pertinent information and contact Technical Support.

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
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
OPRWrites the message to the (operator) console
SAVESaves the message in the VIEW ERRORS table
SNAPGenerates a CCASNAP for the run
DUMPGenerates a SYSUDUMP for the entire Model 204 region

Back to list of messages