M204.1771: 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.1771 skeleton}}
{{Template:M204.1771 skeleton}}
<P>
<P>
A DECLARE statement was found that ended in an unrecognized word. Refer to [[Statement syntax#DECLARE|DECLARE]] for the syntax of the DECLARE statement. </P>
A <var>Declare</var> statement was found that ended in an unrecognized word. Refer to [[Statement syntax#DECLARE|Declare]] for the syntax of the <var>Declare</var> statement. </P>
<p>
<p>
<b>Response:</b> Correct the statement, and retry. </p>
<b>Response:</b> Correct the statement, and retry.  
</p>
{{Template:M204.1771 footer}}
{{Template:M204.1771 footer}}
<!-- skeleton as it was in pdf/EXPECTING "COMMON" OR "GLOBAL" NOT text /-->
<!-- skeleton as it was in pdf/EXPECTING "COMMON" OR "GLOBAL" NOT text /-->

Latest revision as of 18:48, 12 March 2018

M204.1771  Expecting "Common" or "Global" not token

A Declare statement was found that ended in an unrecognized word. Refer to Declare for the syntax of the Declare statement.

Response: Correct the statement, and retry.

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