HP 3000 Manuals

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


DBChange Plus User's Guide

DELETE PASSWORD 

Deletes a password and its associated user class from the database.

Syntax 

     D[ELETE] PAS[SWORD] Password UserClass 

Parmeters 

Password            is the name of the password to be deleted from the
                    database.

UserClass           is the associated user class to be deleted.

Description 

Use this command to delete a password and its associated user class from
the PASSWORDS section of the schema list.

In interactive mode, a confirmation message asks you to confirm the
deletion of the password.  In batch mode, no confirmation is required.

Example 

     >delete password ship-rec 13 

In this example, the password SHIP-REC and its associated user class 13
are deleted from the PASSWORDS section of the ORDERS database.

Before the deletion, the schema looks like this:

     BEGIN DATABASE ORDERS:

         PASSWORDS:
           11  CREDIT   ;
           12  BUYER    ;
           13  SHIP-REC ;                                 <---- 13 to be deleted 
           14  CLERK    ;
           18  DO-ALL   ;

After the deletion, the schema looks like this:

     BEGIN DATABASE ORDERS:

         PASSWORDS:
           11  CREDIT   ;
           12  BUYER    ;                                 <---- 13 deleted after 12 
           14  CLERK    ;
           18  DO-ALL   ;



MPE/iX 5.0 Documentation