DESECURE command: Overview of DESECURE: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
<ul>  
<ul>  
<li>Removes security for a file</li>
<li>Removes security [[DESECURE command: File|for a file]]</li>
   
   
<li>Removes security for procedures</li>
<li>Removes security for procedures</li>
Line 7: Line 7:
</ul>
</ul>
<p>
<p>
The <var>[[DESECURE PROCEDURE command|DESECURE PROCEDURE]]</var> command performs the following functions:</p>
The <var>DESECURE PROCEDURE</var> command performs the following functions:</p>
<ul>  
<ul>  
<li>Removes security for specified procedures</li>
<li>Removes security for [[DESECURE PROCEDURE command: Removing procedure security|specified procedures]]</li>
   
   
<li>Removes privileges for particular procedure classes </li>
<li>Removes privileges for [[DESECURE PROCEDURE command: Removing class security|particular procedure classes]] </li>
</ul>
</ul>
<p>
<p>

Latest revision as of 22:00, 13 August 2014

  • Removes security for a file
  • Removes security for procedures
  • Removes privileges for procedure classes

The DESECURE PROCEDURE command performs the following functions:

When it processes DESECURE, Model 204 ends any current User Language update unit and begins an update unit that cannot be backed out. If a Model 204 command is processing an update unit that cannot be backed out, the DESECURE command is included in that update unit. For more information about Model 204 update units, see Update units and transactions.