M204.1745: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.1745 skeleton}}
{{Template:M204.1745 skeleton}}
<P>
<P>
Data passed to the partner process in a SEND or TRANSFER statement exceeds the length of the sequential I/O buffer. </P>
Data passed to the partner process in a <var>Send</var> or <var>Transfer</var> statement exceeds the length of the sequential I/O buffer. </P>
<p>
<p>
<b>Response:</b> Check the DATALEN parameter in the DEFINE PROCESS command. Reduce the length of the data to be sent, or contact the system manager to adjust DATALEN in the DEFINE PROCESS command. </p>
<b>Response:</b> Check the <var>DATALEN</var> parameter in the <var>DEFINE PROCESS</var> command. Reduce the length of the data to be sent, or contact the system manager to adjust <var>DATALEN</var> in the <var>DEFINE PROCESS</var> command. </p>
<p>
<p>
<b>System manager response:</b> Check or adjust the DATALEN parameter in the DEFINE PROCESS command for the process. </p>
<b>System manager response:</b> Check or adjust the <var>DATALEN</var> in the <var>DEFINE PROCESS</var> command for the process.  
</p>
{{Template:M204.1745 footer}}
{{Template:M204.1745 footer}}
<!-- skeleton as it was in pdf/DATA SENT HAS BEEN TRUNCATED /-->
<!-- skeleton as it was in pdf/DATA SENT HAS BEEN TRUNCATED /-->

Latest revision as of 18:31, 12 March 2018

M204.1745  Data sent has been truncated

Data passed to the partner process in a Send or Transfer statement exceeds the length of the sequential I/O buffer.

Response: Check the DATALEN parameter in the DEFINE PROCESS command. Reduce the length of the data to be sent, or contact the system manager to adjust DATALEN in the DEFINE PROCESS command.

System manager response: Check or adjust the DATALEN in the DEFINE PROCESS command for the process.

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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages