MSIR.0584 Invalid expression

From m204wiki
(Redirected from MSIR.0584)
Jump to navigation Jump to search

An expression that did not end correctly was specified in an HTML or TEXT block. Most likely, this is a case of the expression start character occurring in an HTML or TEXT block for something other than an expression, or the expression end characters being mis-typed or left off by mistake. The former case is most likely to happen with the default expression start of "{" when the HTML or TEXT block contains code from a programming language such as JavaScript. I such a case, either specify NOEXPR on the HTML/TEXT statement or specify a different expression start character using the EXPRSTART parameter.


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

Back to list of messages