M204.1785
M204.1785 Data received has been truncated
The data received, as a result of a Receive statement, has been truncated due to one of the following reasons:
- The length of the data sent by the partner process is greater than the value of the DATALEN parameter, in the DEFINE PROCESS command, for this partner process.
- The length of the data sent by the partner process is greater than the length of the %variable specified in the Receive statement.
Response: Correct the SOUL program or the partner process program by specifying a valid length. Otherwise, ask your system manager to increase the size of the DATALEN parameter in the DEFINE PROCESS command for your partner process.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |
SAVE | Saves the message in the VIEW ERRORS table |