M204.2790

From m204wiki
Revision as of 17:56, 13 March 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.2790  Initial clause references uninitialized variable: token

The expression in an Initial clause contains an uninitialized variable.

Response: This message is for informational purposes only. The default value, (NULL for string, 0 for FIXED and FLOAT) is assigned to the uninitialized variable. The statement is compiled and evaluated without errors.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
ECHODisplays the line that caused the error

Back to list of messages