M204.0822: Difference between revisions

From m204wiki
Jump to navigation Jump to search
DmeWiccan (talk | contribs)
Automatically generated page update
 
(No difference)

Latest revision as of 14:11, 25 February 2018

M204.0822  Can't close group because of active procedure

You are attempting to close a group from a procedure that was included from one of the files in the group. Model 204 will not allow the group to be closed until the procedure has ended.

Response: If you wish to close the group from an active procedure included from that group, you must first open the file as an individual file.

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
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages