Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
QUERY/iX Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 3 QUERY/iX COMMANDS

DESTROY

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

Deletes a procedure from the current Proc-file.

Syntax

   DE[STROY] procedure name

For example:

   >DESTROY REP23

Where procedure name = REP23

Parameter

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
>
Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© Hewlett-Packard Development Company, L.P.