M204.1738: 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.1738 skeleton}}
{{Template:M204.1738 skeleton}}
<P>This message is issued when the image to be written in a WRITE IMAGE statement is larger than the output data set record length or the output terminal buffer size. </P>
<P>
<p><b>Response:</b> If it is WRITE IMAGE ON TERMINAL, the output buffer length is controlled by the user parameter OUTMRL. If it is WRITE IMAGE ON data set, the record length is controlled by LRECL (or BLKSIZE for RECFM=V). Adjust the image
This message is issued when the image to be written in a <var>Write Image</var> statement is larger than the output data set record length or the output terminal buffer size. </P>
<p>
<b>Response:</b> If it is <code>Write Image On Terminal</code>, the output buffer length is controlled by the user parameter <var>OUTMRL</var>. If it is <code>Write Image On <i>dataset</i></code>, the record length is controlled by <var>LRECL</var> (or BLKSIZE for RECFM=V). Adjust the image
size or the output record/buffer size to avoid truncation. </p>
size or the output record/buffer size to avoid truncation. </p>
{{Template:M204.1738 footer}}
{{Template:M204.1738 footer}}
<!-- skeleton as it was in pdf/IMAGE DATA TRUNCATED /-->
<!-- skeleton as it was in pdf/IMAGE DATA TRUNCATED /-->

Latest revision as of 18:20, 12 March 2018

M204.1738  Image data truncated

This message is issued when the image to be written in a Write Image statement is larger than the output data set record length or the output terminal buffer size.

Response: If it is Write Image On Terminal, the output buffer length is controlled by the user parameter OUTMRL. If it is Write Image On dataset, the record length is controlled by LRECL (or BLKSIZE for RECFM=V). Adjust the image size or the output record/buffer size to avoid truncation.

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