HP 3000 Manuals

DESTROY [ QUERY/V Reference Manual ] MPE/iX 5.0 Documentation


QUERY/V Reference Manual

DESTROY 

Deletes a procedure from the current Proc-file.

Syntax 

     DE[STROY] procedure name 

For example:

     >DESTROY REP23

Where procedure name = REP23

Parameters 

procedure name         is the name of a procedure stored in the current
                       Proc-file.

Discussion 

This command deletes a procedure from the current Proc-file.  If the
Proc-file has not been declared, or if the named procedure does not exist
in the Proc-file, QUERY informs you and prompts you for another command.
If the procedure does exist in the Proc-file, it is deleted.

Example 

     >PROC-FILE=MANPROC 
     >DISPLAY LIST 

     FIND1       FIND2       UPD1       UPD2       REP4       REP5
     >DESTROY UPD2 
     >D LIST 

     FIND1       FIND2       UPD1       REP4       REP5
     >



MPE/iX 5.0 Documentation