M204.0583

From m204wiki
Revision as of 04:59, 25 February 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.0583  Waiting for exclusive access to file token

A batch Model 204 run is attempting to establish an exclusive enqueue on a Model 204 file, but another job already has an exclusive or share enqueue outstanding for the file. Model 204 retries the enqueue and waits for the file to become available. This message is usually preceded by message M204.0582. Refer to that message for more information.

Response: Notify your system manager if you suspect the run of Model 204 that had the enqueue has crashed.

System manager response: The message indicates that a job is waiting for an enqueued file to become available, and is tying up system resources. You have the options of waiting for the enqueued file to be dequeued, closing the file in the job which has the enqueue on the file, or holding the job until the required file is available.

Operator response: Notify the system manager if there are multiple occurrences of this message.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' 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
OPRWrites the message to the (operator) console

Back to list of messages