M204.1605: Difference between revisions
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 | <P> | ||
<p><b>Response:</b> Correct the image definition to eliminate the | 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=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 |
ECHO | Displays the line that caused the error |
COMPILE | Compilation error |