MSIR.0970: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
Line 1: Line 1:
{{Template:MSIR.0970 skeleton}}
{{Template:MSIR.0970 skeleton}}
<p>
<p>
Description
A SOUL statement that includes a directive had been coded incorrectly. The following examples relate to use of the tilda directive within targeted text statements ( audittext, printtext, and tracetext ), which is the only directive for which this message would currently be produced :
</p>
</p>
<ul>
<li>A ~ directive has been coded without a following target expression, enclosed in curly braces,  on the same line, in which case the following message is produced:
<p class="code>MSIR.0970: Invalid use of '~' directive: must be followed by expression on same line</p></li>
</ul>
<p>
<p>
<b>Response:</b>
<b>Response:</b>
</p>
</p>
{{Template:MSIR.0970 footer}}
{{Template:MSIR.0970 footer}}

Revision as of 14:46, 24 April 2019

MSIR.0970  Invalid use of 'token' directive: token2

A SOUL statement that includes a directive had been coded incorrectly. The following examples relate to use of the tilda directive within targeted text statements ( audittext, printtext, and tracetext ), which is the only directive for which this message would currently be produced :

  • A ~ directive has been coded without a following target expression, enclosed in curly braces, on the same line, in which case the following message is produced:

    MSIR.0970: Invalid use of '~' directive: must be followed by expression on same line

Response:

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