M204.1838

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.1838  Offload disabled for ring stream token due to token2 error on token3 stream token4

The offload process for RING stream token cannot continue because of failure on the token3 stream named by token4. The potential values for the error are:

  • OPEN (open error for CONTROL stream or member of the ring stream)
  • I/O (I/O error on CONTROL stream, a member of the ring stream or the control stream)
  • SWITCH (error on the offload stream when it has been defined as a concatenated stream)
  • RECORD COUNT (the record count for the member being offloaded does not agree with the count of records written to the member).

The stream type values are MEMBER, CONTROL, or OFFLOAD. Further offloading is discontinued, and the OFFLOAD stream is closed.

If the error occurred on the RING member being offloaded, the RING stream will continue to be used until this member is needed for reuse. At that time, the ring will be considered full. If the error occurred on the CONTROL stream, the RING will continue to be used until the active member is full. At that time, an I/O error will be detected for the ring.

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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal
OPRWrites the message to the (operator) console

Back to list of messages