M204.1738: Difference between revisions
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 | <P> | ||
<p><b>Response:</b> If it is | 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=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 |
AUDITMS | Writes the message with line type MS to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |
NOTERM | Does not display the message on the user's terminal |