M204.0695

From m204wiki
Jump to navigation Jump to search

M204.0695  Invalid binary input

Model 204 has detected a binary field that exceeds four bytes in length. The high-order four bytes are stored as the binary number.

Response: Correct the FLOD instructions or the source data, and rerun the job. If this FLOD operation updates an existing file, the input stream will have to be edited to account for the previous updates that may have occurred prior to the error.

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

Back to list of messages