M204.1137
Jump to navigation
Jump to search
M204.1137 Unexpected end-of-procedure during procedure definition. Type 'END PROC' to end definition.
During procedure definition, all levels of procedure input were exhausted and further input will soon be expected from the terminal. All subsequent terminal input lines will become part of the procedure being defined until an END PROCEDURE command is entered.
Response: If you did not expect to enter part of the procedure from your terminal, enter END PROCEDURE. Edit the procedure that contains the PROCEDURE command, and add the missing END PROCEDURE
.
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 |