M204.2318

From m204wiki
Jump to navigation Jump to search

M204.2318  fileOrGroupName is disabled

The current request attempted to reference a file or group that previously became disabled due to communication errors, and there is no active On Missing File unit. The request is canceled, and its active transaction, if any, is backed out.

Response: Use an On Missing File statement to be able to continue request execution.

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
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages