M204.1744

From m204wiki
Jump to navigation Jump to search

M204.1744  Close statement invalid for file or group

An attempt to close a Model 204 file or group using a Close statement failed because it is not allowed.

Response: Close the Model 204 file or group with a CLOSE command instead of the Close statement.

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
NOTERMDoes not display the message on the user's terminal

Back to list of messages