M204.1249

From m204wiki
Revision as of 04:27, 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.1249  Unexpected end of subsystem procedure

An outer level procedure in an application subsystem contains no more input lines but does not end at a command input point. The procedure ends in the middle of compiling a SOUL request or in the middle of a multi-line command.

Response: Stop the subsystem, and edit the procedure to supply the input lines required to complete the request or last command.

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

Back to list of messages