M204.1605: 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.1605 skeleton}}
{{Template:M204.1605 skeleton}}
<P>An image item within an array is defined with an AT clause that specifies a numeric position. Within an array, the AT clause must specify the name of another item or array in the same array as the item being defined. </P>
<P>
<p><b>Response:</b> Correct the image definition to eliminate the AT position clause. Use the AT name clause to place an item at the same position as another item that is already defined. A SKIP statement with an AT clause can be used to
An [[Images|image]] item within an array is defined with an <var>At</var> clause that specifies a numeric position. Within an array, the <var>At</var> clause must specify the name of another item or array in the same array as the item being defined. </P>
place an item somewhere other than the beginning of another item. </p>
<p>
<b>Response:</b> Correct the image definition to eliminate the <var>At</var> position clause. Use the <var>At</var> name clause to place an item at the same position as another item that is already defined. A <var>Skip</var> statement with an <var>At</var> clause can be used to place an item somewhere other than the beginning of another item.  
</p>
{{Template:M204.1605 footer}}
{{Template:M204.1605 footer}}
<!-- skeleton as it was in pdf/AT POSITION NOT VALID WITHIN AN ARRAY /-->
<!-- skeleton as it was in pdf/AT POSITION NOT VALID WITHIN AN ARRAY /-->

Latest revision as of 22:55, 8 March 2018

M204.1605  At position not valid within an array

An image item within an array is defined with an At clause that specifies a numeric position. Within an array, the At clause must specify the name of another item or array in the same array as the item being defined.

Response: Correct the image definition to eliminate the At position clause. Use the At name clause to place an item at the same position as another item that is already defined. A Skip statement with an At clause can be used to place an item somewhere other than the beginning of another item.

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