M204.0620

From m204wiki
Jump to navigation Jump to search

M204.0620  File fileName opened token

An OPEN command to open a Model 204 file has completed successfully. The clause NO UPDATES ALLOWED appears if the file is opened with retrieval-only privileges.

A file is opened with retrieval-only privileges if any of the following conditions apply:

  • A public or semipublic file is opened with default privileges specifying retrieval only.
  • A private or semipublic file was opened, and you specify a password associated with retrieve-only privileges.
  • The Model 204 file being opened resides on a read-only disk.

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

Back to list of messages