HP 3000 Manuals

DELETE SCOPE [ HP SYSTEM DICTIONARY XL SDMAIN ] MPE/iX 5.0 Documentation


HP SYSTEM DICTIONARY XL SDMAIN

DELETE SCOPE 

Deletes a scope.

Syntax 

     DEL[ETE] S[COPE] scope-name 
            [;N[EW-]S[COPE] = new-scope-name]
            [;P[ASSWORD] = [password-parameter]]
             .

Parameters 

scope-name            Name of the scope to be deleted.

new-scope-name        Name of the scope that is the owner of all
                      dictionary objects previously owned by the deleted
                      scope.  The current scope is the default new owner
                      scope if you do not specify one.

password-parameter    The password that gives access to the new owner
                      scope.  This password is the same password that was
                      assigned to the new scope when it was created.  If
                      you omit the password or specify the keyword
                      without a value, a blank password is assumed.

Description 

The scope rights of the new scope must be at least as great as the
deleted scope.

Open Mode:       Exclusive-update

Scope:           DA scope or the scope's owner scope

Example 

The following example deletes the scope tester and assigns everything it
owns to the new owner scope systester which has the password system*.

     >DELETE SCOPE tester; 
     >>NEW-SCOPE = systester; 
     >>PASSWORD = system*. 
     >


MPE/iX 5.0 Documentation