M204.1454

From m204wiki
Revision as of 18:28, 7 March 2018 by JAL (talk | contribs) (add <var>'s)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.1454  System manager has restricted use of this command

The system manager has restricted the use of this command within a particular Model 204 run. However, the function of this command can still be executed through the File Management facility of Dictionary/204.

The command restriction (implemented by setting option 4 of the SYSOPT parameter) applies to the following commands: CREATE FILE, DECREASE, DEFINE FIELD, DELETE FIELD, DESECURE FILE, INCREASE, INITIALIZE, REDEFINE FIELD, RENAME FIELD, SECURE FILE. The restriction also applies to the RESET command for any resettable file parameter except FISTAT.

File manager response: Use the File Management facility of Dictionary, or contact your system manager about the SYSOPT setting.

System manager response: The restriction may be dynamically lifted by resetting the SYSOPT parameter to exclude option 4.

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
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages