M204.0933: Difference between revisions
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 | 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 | 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=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 |
AUDITAD | Writes the message with line type AD to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |