M204.1735: Difference between revisions
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 | <P> | ||
declarations must not contradict each other (for example, declared to be | 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=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 |
ECHO | Displays the line that caused the error |
COMPILE | Compilation error |