M204.0052

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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