M204.1276: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.1276 skeleton}}
{{Template:M204.1276 skeleton}}
<P>When using a %%variable (field name variable), the "companion" %variable contains a field name with too high a level of security for access. </P>
<P>
<p><b>Response:</b> If you must select on this field, notify your file manager. </p>
When using a %%variable (field name variable), the "companion" %variable contains a field name with too high a level of security for access. </P>
<p><b>File manager response:</b> Do one of the following: </p><ul>
<p>
<li>Use the REDEFINE command to change the level of the field to allow access by this user. </li>
<b>Response:</b> If you must select on this field, notify your file manager. </p>
<li>Ask your system manager to use the LOGCTL command to change this user's access level. </li>
<p>
<b>File manager response:</b> Do one of the following: </p>
<ul>
<li>Use the <var>REDEFINE</var> command to change the level of the field to allow access by this user. </li>
 
<li>Ask your system manager to use the <var>LOGCTL</var> command to change this user's access level. </li>
 
<li>Explain to the user that security considerations prohibit access to this field. </li>
<li>Explain to the user that security considerations prohibit access to this field. </li>
</ul>
</ul>
{{Template:M204.1276 footer}}
{{Template:M204.1276 footer}}
<!-- skeleton as it was in pdf/INSUFFICIENT ACCESS TO SELECT ON FIELD fieldname /-->
<!-- skeleton as it was in pdf/INSUFFICIENT ACCESS TO SELECT ON FIELD fieldname /-->

Latest revision as of 21:52, 6 March 2018

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