M204.2403: Difference between revisions

From m204wiki
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 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 a FDV or SORT VALUES statement. </P>
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=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

Back to list of messages