M204.0952: 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.0952 skeleton}}
{{Template:M204.0952 skeleton}}
<P>
<P>
An IFFLS call specifies field <var class="term">token0</var>. Your field security level access does not allow access to <var class="term">token0</var> in the manner specified by the access string passed. The call returns a code of 4. </P>
An <var>IFFLS</var> call specifies field <var class="term">token0</var>. Your field security level access does not allow access to <var class="term">token0</var> in the manner specified by the access string passed. The call returns a code of 4. </P>
<p>
<p>
<b>Response:</b> If the return code is expected, no response is necessary. If increased field level security is necessary, contact the file manager to increase your field security level or to decrease the field's security level. </p>
<b>Response:</b> If the return code is expected, no response is necessary. If increased field level security is necessary, contact the file manager to increase your field security level or to decrease the field's security level. </p>
<p>
<p>
<b>File manager response:</b> Consider increasing the user's field security level or decreasing the field's security level. </p>
<b>File manager response:</b> Consider increasing the user's field security level or decreasing the field's security level.  
</p>
{{Template:M204.0952 footer}}
{{Template:M204.0952 footer}}
<!-- skeleton as it was in pdf/SPECIFIED ACCESS NOT ALLOWED FOR FIELD fieldname /-->
<!-- skeleton as it was in pdf/SPECIFIED ACCESS NOT ALLOWED FOR FIELD fieldname /-->

Revision as of 02:03, 2 March 2018

M204.0952  Specified access not allowed for field token

An IFFLS call specifies field token0. Your field security level access does not allow access to token0 in the manner specified by the access string passed. The call returns a code of 4.

Response: If the return code is expected, no response is necessary. If increased field level security is necessary, contact the file manager to increase your field security level or to decrease the field's security level.

File manager response: Consider increasing the user's field security level or decreasing the field's security level.

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