M204.2403: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <var>'s) |
||
Line 2: | Line 2: | ||
<P> | <P> | ||
Any label that is declared as global must reference only a | Any label that is declared as global must reference only a <var>Find</var> or <var>Sort</var> statement that creates a <var>Record</var> set. A label on any other statement may not be declared as global, nor can a label on an <var>FDV</var> or <var>Sort Values</var> statement. </P> | ||
<p> | <p> | ||
<b>Response:</b> Correct the program. </p> | <b>Response:</b> Correct the program. | ||
</p> | |||
{{Template:M204.2403 footer}} | {{Template:M204.2403 footer}} | ||
<!-- skeleton as it was in pdf/GLOBAL LABEL label DOES NOT REFERENCE A RECORD SET /--> | <!-- skeleton as it was in pdf/GLOBAL LABEL label DOES NOT REFERENCE A RECORD SET /--> |
Latest revision as of 17:11, 19 March 2018
M204.2403 Global label token does not reference a record set
Any label that is declared as global must reference only a Find or Sort statement that creates a Record set. A label on any other statement may not be declared as global, nor can a label on an FDV or Sort Values statement.
Response: Correct the program.
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 |