M204.1785: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 Automatically generated page update  | 
				m add <var>'s  | 
				||
| Line 1: | Line 1: | ||
{{Template:M204.1785 skeleton}}  | {{Template:M204.1785 skeleton}}  | ||
<P>  | <P>  | ||
The data received, as a result of a   | The data received, as a result of a <var>Receive</var> statement, has been truncated due to one of the following reasons: </P>  | ||
<ul>  | <ul>  | ||
<li>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. </li>  | <li>The length of the data sent by the partner process is greater than the value of the <var>DATALEN</var> parameter, in the <var>DEFINE PROCESS</var> command, for this partner process. </li>  | ||
<li>The length of the data sent by the partner process is greater than the length of the %variable specified in the   | <li>The length of the data sent by the partner process is greater than the length of the %variable specified in the <var>Receive</var> statement. </li>  | ||
</ul>  | </ul>  | ||
<p>  | <p>  | ||
<b>Response:</b> 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  | <b>Response:</b> 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 <var>DATALEN</var> parameter in the <var>DEFINE PROCESS</var> command for your partner process.    | ||
partner process.    | |||
</p>  | </p>  | ||
{{Template:M204.1785 footer}}  | {{Template:M204.1785 footer}}  | ||
<!-- skeleton as it was in pdf/DATA RECEIVED HAS BEEN TRUNCATED /-->  | <!-- skeleton as it was in pdf/DATA RECEIVED HAS BEEN TRUNCATED /-->  | ||
Latest revision as of 18:59, 12 March 2018
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 |