HP 3000 Manuals

DELETE SETSECURITY [ DBChange Plus User's Guide ] MPE/iX 5.0 Documentation


DBChange Plus User's Guide

DELETE SETSECURITY 

Deletes all security specifications from a master or detail data set.

Syntax 

     D[ELETE] SETSE[CURITY] DataSetName 

Parameters 

DataSetName         is the name of the data set whose security
                    specifications are to be removed.

Description 

Use this command to remove the security list from the data set.  The
absence of a security list (an absent list) allows any user read access
to the data set.

Note that access to data items within the data set may be further
restricted or allowed by data item security.

Example 

     >delete setsecurity product 

This example removes all security specifications from the data set
PRODUCT.

Before the deletion, the data set entry in the schema looks like this:

          NAME:       PRODUCT,    M(14,13/12,18),DISC2;   <---- security list to be deleted 
          ENTRY:      STOCK#      (2)                 ,
                      DESCRIPTION                     ;
          CAPACITY:   300(16);

After the deletion, the data set entry in the schema looks like this:

          NAME:       PRODUCT,    M,DISC2;                <---- security list deleted 
          ENTRY:      STOCK#      (2)                 ,
                      DESCRIPTION                     ;
          CAPACITY:   300(16);



MPE/iX 5.0 Documentation