M204.1462

From m204wiki
Revision as of 04:46, 1 March 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.1462  Access to file token parameter token2 not authorized

You issued a DISPLAY token2 or used a $View token2 function in a SOUL procedure to retrieve a secured file parameter without the proper file access privilege.

Response: Inform your file manager.

File manager response: If it is necessary for the user to access the secure file parameters, and the file is not password-protected, use the PRIVDEF command to change the default file access privileges (turn on the low-order bit in the low-order byte of the privilege control field). Otherwise, if the file is password-protected, ask your system manager to change the file access privileges in the password table.

System manager response: Use a LOGCTL command to change the file access privileges in the password table.

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
NOTERMDoes not display the message on the user's terminal

Back to list of messages