M204.1735
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 |