M204.0052

From m204wiki
Revision as of 21:36, 13 February 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.0052  Illegal term

One of the following errors occurs in a User Language arithmetic expression:

  • The expression contains an invalid number.
  • A function name is invalid or misspelled.
  • The FUNC module is not linked into Model 204.

Response: If the expression contains an invalid number or invalid function name, correct the statement and retry. If a valid function has been named, contact the system manager.

System manager response: Rebuild the Model 204 module and include the FUNC module.

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