MSIR.0708 (C_or_X): (XML document fragment)

From m204wiki
Jump to navigation Jump to search

This message is issued when an error occurs while parsing an XML document, and the cause of the error is such that diagnosis might require examination of the hexadecimal content of the input string.

MSIR.0708 is always issued as three consecutive messages, with C_or_X indicating the raw or hexadecimal representation, and XML document fragment containing the respective raw, first digit, or second digit of the entire XML document, or a portion of it near the point at which an error was discovered:

C
The input in raw form, one byte per column.
X
The corresponding first hexadecimal digits of the input.
X
The corresponding second hexadecimal digits of the input.

The reason for the error is explained in message MSIR.0668, which is issued prior to message MSIR.0708. Also, message MSIR.0665 will follow message MSIR.0708, and will consist of a vertical bar (|) underneath the byte displayed in MSIR.0708 which is at or near the error.

This is an informational message.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' 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

Back to list of messages