HP 3000 Manuals

Changing Data Set Security [ DBChange Plus User's Guide ] MPE/iX 5.0 Documentation


DBChange Plus User's Guide

Changing Data Set Security 

To change data set security, use the CHANGE SETSECURITY command.  In this
section, the security of the data set INVENTORY is changed in the ORDERS
database.  Before making changes, the REVIEW SETS command output looks
like this:

       Set                                Blk  Blk  Dev
       No. Data Set Name  Type Capacity   Fac  Max  Class    Security
       --------------------------------------------------------------

       6   INVENTORY        D  450        15   481           (12,14/13,18)

     >

In the example below, the security of the data set INVENTORY is changed
to give user class 14 write access in the user class list.  The DBCPLUS
program returns a message confirming the change of security.

     >change setsecurity inventory 14 w 
      Change of set security accepted.

     >

Refer to "CHANGE SETSECURITY" in chapter 10, "DBChange Plus Commands,"
for a detailed description of the command syntax and parameters.

If you want to verify that the data set security is changed, use the
REVIEW SETS command.  In the following example, you can see that the
security of the data set INVENTORY is changed:

     >review sets inventory 

     REVIEW SETS:

       Set                                Blk  Blk  Dev
       No. Data Set Name  Type Capacity   Fac  Max  Class    Security
       --------------------------------------------------------------

       6   INVENTORY        D  450        15   481           (12/13,14,18)   <---- * 

     >

*  The security of the data set INVENTORY has been changed to give user 
   class 14 write access to the data set.   



MPE/iX 5.0 Documentation