M204.0933: 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.0933 skeleton}}
{{Template:M204.0933 skeleton}}
<P>
<P>
During compilation of a SOUL request, all levels of procedure input were exhausted and further input will be expected from the terminal. All subsequent terminal input will become part of the request until an END statement is entered. </P>
During compilation of a SOUL request, all levels of procedure input were exhausted and further input will be expected from the terminal. All subsequent terminal input will become part of the request until an <var>End</var> statement is entered. </P>
<p>
<p>
<b>Response:</b> Enter SOUL statements to complete the partial request, and run it. Enter END NORUN to end the compilation without running the request. If you did not expect to enter part of the request from your terminal, add the
<b>Response:</b> Enter SOUL statements to complete the partial request, and run it. Enter <code>END NORUN</code> to end the compilation without running the request. If you did not expect to enter part of the request from your terminal, add the
missing END statement to the procedure you were running. </p>
missing <var>End</var> statement to the procedure you were running.  
</p>
{{Template:M204.0933 footer}}
{{Template:M204.0933 footer}}
<!-- skeleton as it was in pdf/UNEXPECTED END-OF-PROCEDURE DURING REQUEST COMPILATION. TYPE 'END NORUN' TO CANCEL /-->
<!-- skeleton as it was in pdf/UNEXPECTED END-OF-PROCEDURE DURING REQUEST COMPILATION. TYPE 'END NORUN' TO CANCEL /-->

Latest revision as of 01:20, 2 March 2018

M204.0933  Unexpected end-of-procedure during request compilation. Type 'END NORUN' to cancel.

During compilation of a SOUL request, all levels of procedure input were exhausted and further input will be expected from the terminal. All subsequent terminal input will become part of the request until an End statement is entered.

Response: Enter SOUL statements to complete the partial request, and run it. Enter END NORUN to end the compilation without running the request. If you did not expect to enter part of the request from your terminal, add the missing End statement to the procedure you were running.

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

Back to list of messages