M204.1588: 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.1588 skeleton}}
{{Template:M204.1588 skeleton}}
<P>The ALIGN option cannot be specified with an image item whose length is defined as UNKNOWN or whose location is unknown during compilation because a previously defined item specified LEN UNKNOWN or OCCURS UNKNOWN. </P>
<P>
<p><b>Response:</b> If the ALIGN option is required, correct the request so that the item's length is specified and its location established. Otherwise correct the request by not specifying the ALIGN option. </p>
The <var>Align</var> option cannot be specified with an image item whose length is defined as <var>Unknown</var> or whose location is unknown during compilation because a previously defined item specified <code>Len Unknown</code> or <code>Occurs Unknown</code>. </P>
<p>
<b>Response:</b> If the <var>Align</var> option is required, correct the request so that the item's length is specified and its location established. Otherwise, correct the request by not specifying the <var>Align</var> option.  
</p>
{{Template:M204.1588 footer}}
{{Template:M204.1588 footer}}
<!-- skeleton as it was in pdf/UNKNOWN LENGTH OR LOCATION NOT ALLOWED WITH ALIGN /-->
<!-- skeleton as it was in pdf/UNKNOWN LENGTH OR LOCATION NOT ALLOWED WITH ALIGN /-->

Latest revision as of 01:12, 8 March 2018

M204.1588  Unknown length or location not allowed with align

The Align option cannot be specified with an image item whose length is defined as Unknown or whose location is unknown during compilation because a previously defined item specified Len Unknown or Occurs Unknown.

Response: If the Align option is required, correct the request so that the item's length is specified and its location established. Otherwise, correct the request by not specifying the Align option.

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

Back to list of messages