MSIR.0832 Can't end with ellipses with TO clause: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (misc formatting)
 
Line 1: Line 1:
An <tt>HTML</tt> or <tt>Text</tt> statement was specified with a <tt>To</tt> keyword, but the last line in the block ended with a ellipses (...). This is not allowed. If the intent of the ellipses is to be able to append to the end of the last added StringList item, this must be accomplished some other way, perhaps by, instead, storing what would be the last line in the StringList in a Longstring and putting that at the start of a subsequent <tt>HTML</tt> or <tt>Text</tt> block.
<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>
<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}}
{{Template:MSIR.0832 footer}}
[[Category:MSIR.0800 - MSIR.0999]]
[[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=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