M204.2416: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <var>'s) |
||
Line 2: | Line 2: | ||
<P> | <P> | ||
An IFFETCH call specified an edit specification of A(n), U(n), or V(n), which requires truncation or padding on the right. The field type was pure DBCS, and the field value's length was different from the length specified in the edit spec. PURE DBCS fields can be truncated but not padded on the right.</P> | An <var>IFFETCH</var> call specified an edit specification of A(n), U(n), or V(n), which requires truncation or padding on the right. The field type was pure DBCS, and the field value's length was different from the length specified in the edit spec. PURE DBCS fields can be truncated but not padded on the right.</P> | ||
<p> | <p> | ||
<b>Response:</b> Correct the program. | <b>Response:</b> Correct the program. |
Latest revision as of 17:25, 19 March 2018
M204.2416 Pure DBCS values cannot be padded on the right
An IFFETCH call specified an edit specification of A(n), U(n), or V(n), which requires truncation or padding on the right. The field type was pure DBCS, and the field value's length was different from the length specified in the edit spec. PURE DBCS fields can be truncated but not padded on the right.
Response: Correct the program.
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 |