M204.1735: 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.1735 skeleton}}
{{Template:M204.1735 skeleton}}
<P>A declaration for a COMMON variable of the same name exists in the current request, but that variable is of a different type. A COMMON variable must be declared in each section of the request in which it is used, and the
<P>
declarations must not contradict each other (for example, declared to be FLOAT in one subroutine, and STRING in another). </P>
A declaration for a <var>Common</var> variable of the same name exists in the current request, but that variable is of a different type. A <var>Common</var> variable must be declared in each section of the request in which it is used, and the
<p><b>Response:</b> Correct the statement and retry. </p>
declarations must not contradict each other (for example, declared to be <var>Float</var> in one subroutine, and <var>String</var> in another). </P>
<p>
<b>Response:</b> Correct the statement, and retry.  
</p>
{{Template:M204.1735 footer}}
{{Template:M204.1735 footer}}
<!-- skeleton as it was in pdf/TYPE INCOMPATIBILITY BETWEEN COMMON VARIABLES /-->
<!-- skeleton as it was in pdf/TYPE INCOMPATIBILITY BETWEEN COMMON VARIABLES /-->

Latest revision as of 18:15, 12 March 2018

M204.1735  Type incompatibility between Common variables

A declaration for a Common variable of the same name exists in the current request, but that variable is of a different type. A Common variable must be declared in each section of the request in which it is used, and the declarations must not contradict each other (for example, declared to be Float in one subroutine, and String in another).

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