M204.0581

From m204wiki
Jump to navigation Jump to search

M204.0581  Waiting for share access to file token

A batch Model 204 run is attempting to establish a share enqueue on a Model 204 file, but another job already has an exclusive enqueue outstanding for the same file. Model 204 retries the enqueue and waits for the file to become available.

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 exclusive enqueue on the file, or holding the job until the required file is available.

Operator response: Notify the system manager.

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