MSIR.0832 Can't end with ellipses with TO clause

From m204wiki
Jump to navigation Jump to search

An HTML or Text statement was specified with a To keyword, but the last line in the block ended with an ellipsis (...). This is not allowed.

If the intent of the ellipsis is to be able to append to the end of the last added StringList item, this must be accomplished some other way (for example, store what would be the last line in the StringList in a Longstring, then put that at the start of a subsequent Html or Text block).

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