M204.1446

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

M204.1446  Outboard formatting halted​,​ maximum error count exceeded

The number of Outboard Formatting (OBF) errors has exceeded the value of the OBFMAXER parameter: the maximum number of errors allowed during a terminal session. The OBF function is disabled and the terminal session continues without OBF. The user is not notified that OBF has terminated. This message only appears on the audit trail.

System manager response: Examine the audit trail for other OBF error messages. The default value of OBFMAXER is 10.

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
COUNTIncrements the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages