M204.1276

From m204wiki
Revision as of 21:52, 6 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.1276  Insufficient access to select on field token

When using a %%variable (field name variable), the "companion" %variable contains a field name with too high a level of security for access.

Response: If you must select on this field, notify your file manager.

File manager response: Do one of the following:

  • Use the REDEFINE command to change the level of the field to allow access by this user.
  • Ask your system manager to use the LOGCTL command to change this user's access level.
  • Explain to the user that security considerations prohibit access to this field.

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