HP 3000 Manuals

REVIEW SETS [ DBChange Plus User's Guide ] MPE/iX 5.0 Documentation


DBChange Plus User's Guide

REVIEW SETS 

Displays information about the data sets in the database.

Syntax 

REV[IEW] SET[S] [@          ]
                [DataSetName]

Parameters 

@                   indicates you want to review all data sets.  This
                    parameter is the default.

DataSetName         is the name of a data set to be reviewed.

Description 

Use this command to review data sets in the database.  For each data set,
the following information is displayed:

Set No.                   is the sequence in which the data set appears
                          in the SETS part of the schema.

Data Set Name             is the name of the data set.

Type                      is the type of data set.  Valid data set types
                          are as follows:

                          A       is for automatic master data set.

                          M       is for manual master data set.

                          D       is for detail data set.

Capacity                  is the capacity of the data set.

Blk Fac                   is the blocking factor of the data set.

Blk Max                   is the maximum physical block length of the
                          data set or the default to block length.

Dev Class                 identifies the disk on which the data set
                          resides.

Security                  is the user class access to the data set.

The REVIEW SETS command also displays status messages if a CHECK SET
command is pending.  All changes stored in the the current change file
are included in the REVIEW SETS output.

Example 

     >review sets inventory 

     REVIEW SETS:

       Set                                Blk  Blk  Dev
       No. Data Set Name  Type Capacity   Fac  Max  Class    Security
       --------------------------------------------------------------

       6   INVENTORY        D  450        15   481  DISK1    (12,14/18)

     >

In this example, the detail data set INVENTORY is reviewed.  It is data
set number 6 on device class identified as DISK1 with a capacity of 450
and a blocking factor of 15.  The maximum block size is 481.  User class
18 has write (and implied read) access and user classes 12 and 14 have
read-only access to the data set.



MPE/iX 5.0 Documentation