M204.1249

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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