M204.0908: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <code>s) |
||
Line 1: | Line 1: | ||
{{Template:M204.0908 skeleton}} | {{Template:M204.0908 skeleton}} | ||
<P> | <P> | ||
The field or %variable name list following DATA, EDIT, or LIST in an <var>[[IFGET (HLI function)|IFGET]]</var>, <var>[[IFMORE (HLI function)|IFMORE]]</var>, <var>[[IFPUT (HLI function)|IFPUT]]</var>, or <var>[[IFCTO (HLI function)|IFCTO]]</var> call, or a %variable specification, has invalid syntax. | The field or %variable name list following <code>DATA</code>, <code>EDIT</code>, or <code>LIST</code> in an <var>[[IFGET (HLI function)|IFGET]]</var>, <var>[[IFMORE (HLI function)|IFMORE]]</var>, <var>[[IFPUT (HLI function)|IFPUT]]</var>, or <var>[[IFCTO (HLI function)|IFCTO]]</var> call, or a %variable specification, has invalid syntax. | ||
One of the following errors causes this message: </P> | One of the following errors causes this message: </P> | ||
Line 15: | Line 15: | ||
<P>The call returns a code of 4. </P> | <P>The call returns a code of 4. </P> | ||
<p> | <p> | ||
<b>Response:</b> Consult the function description to correct the name list, and retry. </p> | <b>Response:</b> Consult the function description to correct the name list, and retry. | ||
</p> | |||
{{Template:M204.0908 footer}} | {{Template:M204.0908 footer}} | ||
<!-- skeleton as it was in pdf/NAME LIST SYNTAX ERROR /--> | <!-- skeleton as it was in pdf/NAME LIST SYNTAX ERROR /--> |
Latest revision as of 00:59, 2 March 2018
M204.0908 Name list syntax error
The field or %variable name list following DATA
, EDIT
, or LIST
in an IFGET, IFMORE, IFPUT, or IFCTO call, or a %variable specification, has invalid syntax.
One of the following errors causes this message:
- The name list does not start with a left parenthesis.
- The right parenthesis is missing.
- An occurrence subscript is specified incorrectly.
- A %variable name is not defined or does not start with %.
The call returns a code of 4.
Response: Consult the function description to correct the name list, and retry.
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 |