HP 3000 Manuals

RECOVER SET [ DBChange Plus User's Guide ] MPE/iX 5.0 Documentation


DBChange Plus User's Guide

RECOVER SET 

Cancels a DELETE SET command stored in the change file.

Syntax 

     REC[OVER] SET DataSetName 

Parameters 

DataSetName         is the name of the data set to be recovered.

Description 

Use this command to recover a data set.

The recovery can only take place if DBAPLUS has not yet been run against
the current change file.  Once DBAPLUS restructures a database, data sets
can no longer be recovered.  In addition, if a new data set has already
been added with the same name as the deleted data set, then the deleted
data set cannot be recovered.

Example 

     >delete set customer 
     >change password CLERK SALESREP 
     >recover set customer 

In this example, the data set CUSTOMER is recovered.



MPE/iX 5.0 Documentation