MSIR.0832 Can't end with ellipses with TO clause: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (misc formatting) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
An < | <p> | ||
An <var>HTML</var> or <var>Text</var> statement was specified with a <var>To</var> keyword, but the last line in the block ended with an ellipsis (<tt>...</tt>). This is not allowed. </p> | |||
[[Category: | <p> | ||
If the intent of the ellipsis is to be able to append to the end of the last added <var>StringList</var> item, this must be accomplished some other way (for example, store what would be the last line in the <var>StringList</var> in a <var>Longstring</var>, then put that at the start of a subsequent <var>Html</var> or <var>Text</var> block). | |||
</p> | |||
{{Template:MSIR.0832 footer}} | |||
[[Category:MSIR.0800 - MSIR.0999]] |
Latest revision as of 16:42, 5 June 2018
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=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |
ECHO | Displays the line that caused the error |