M204.0418: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add link)
 
Line 1: Line 1:
{{Template:M204.0418 skeleton}}
{{Template:M204.0418 skeleton}}
<P>
<P>
A file with record security has a field associated with each record that contains information about the record's owner. This field cannot be deleted with the <var>DELETE FIELD</var> command since this would impair security. See the discussion in [[Model 204 security features#Record security|Record security]]. </P>
A file with record security has a field associated with each record that contains information about the record's owner. This field cannot be deleted with the <var>[[DELETE command: Field|DELETE FIELD]]</var> command since this would impair security. See the discussion in [[Model 204 security features#Record security|Record security]]. </P>
<p>
<p>
<b>File manager response:</b> To delete this field, reorganize the file so the field is no longer the record security field. </p>
<b>File manager response:</b> To delete this field, reorganize the file so the field is no longer the record security field.  
</p>
{{Template:M204.0418 footer}}
{{Template:M204.0418 footer}}
<!-- skeleton as it was in pdf/CANNOT DELETE RECORD SECURITY FIELD /-->
<!-- skeleton as it was in pdf/CANNOT DELETE RECORD SECURITY FIELD /-->

Latest revision as of 18:16, 26 February 2018

M204.0418  Cannot delete record security field

A file with record security has a field associated with each record that contains information about the record's owner. This field cannot be deleted with the DELETE FIELD command since this would impair security. See the discussion in Record security.

File manager response: To delete this field, reorganize the file so the field is no longer the record security 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
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages