M204.1137

From m204wiki
Revision as of 04:19, 1 March 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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=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