M204.1044: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.1044 skeleton}}
{{Template:M204.1044 skeleton}}
<P>
<P>
The USE command issued before compilation of a SOUL request no longer applies because: </P>
The <var>USE</var> command issued before compilation of a SOUL request no longer applies because: </P>
<ul>
<ul>
<li>The request ended with END NORUN. </li>
<li>The request ended with <code>End Norun</code>. </li>
<li>The request had compilation errors. </li>
<li>The request had compilation errors. </li>
<li>You entered the EDIT command while composing an ad hoc request. </li>
<li>You entered the <var>EDIT</var> command while composing an ad hoc request. </li>
<li>You pressed the attention key or entered <code>*CANCEL</code> during compilation. </li>
<li>You pressed the attention key or entered <code>*CANCEL</code> during compilation. </li>
</ul>
</ul>
<p>
<p>
<b>Response:</b> Correct any SOUL errors. Reissue the USE command, and recompile the request. </p>
<b>Response:</b> Correct any SOUL errors. Reissue the <var>USE</var> command, and recompile the request.  
</p>
{{Template:M204.1044 footer}}
{{Template:M204.1044 footer}}
<!-- skeleton as it was in pdf/OUTPUT SET TO NORMAL /-->
<!-- skeleton as it was in pdf/OUTPUT SET TO NORMAL /-->

Latest revision as of 18:21, 2 March 2018

M204.1044  Output set to normal

The USE command issued before compilation of a SOUL request no longer applies because:

  • The request ended with End Norun.
  • The request had compilation errors.
  • You entered the EDIT command while composing an ad hoc request.
  • You pressed the attention key or entered *CANCEL during compilation.

Response: Correct any SOUL errors. Reissue the USE command, and recompile the request.

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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages