M204.1632: 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.1632 skeleton}}
{{Template:M204.1632 skeleton}}
<P>The length of an image item was not specified. </P>
<P>
<p><b>Response:</b> Specify the length of the item with the LEN, TO, DIGITS, or BITS clause. </p>
The length of an image item was not specified. </P>
<p>
<b>Response:</b> Specify the length of the item with a <var>Len</var>, <var>To</var>, <var>Digits</var>, or <var>Bits</var> clause.  
</p>
{{Template:M204.1632 footer}}
{{Template:M204.1632 footer}}
<!-- skeleton as it was in pdf/ITEM LENGTH MUST BE SPECIFIED /-->
<!-- skeleton as it was in pdf/ITEM LENGTH MUST BE SPECIFIED /-->

Latest revision as of 00:07, 9 March 2018

M204.1632  Item length must be specified

The length of an image item was not specified.

Response: Specify the length of the item with a Len, To, Digits, or Bits clause.

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
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter
ECHODisplays the line that caused the error
COMPILECompilation error

Back to list of messages