M204.2396

From m204wiki
Revision as of 03:43, 14 March 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.2396  With result longer than 255 bytes was truncated

Concatenation operation invoked by With keyword generated a string longer than 255 bytes. The string was truncated to 255 bytes.

Response: The user should take a close look at the data involved in the concatenation operation. The statement at which the truncation occurred can be located through the use of the SOUL Debug facility. Other DEBUGUL bits can be set to achieve this result.

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