M204.0933

From m204wiki
Jump to navigation Jump to search

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