HP 3000 Manuals

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


DBChange Plus User's Guide

REVIEW ITEMS 

Displays information about the data items in the database.

Syntax 

REV[IEW] ITEM[S] [@           ]
                 [DataItemName]

Parameters 

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

DataItemName        is the name of a data item to be reviewed.

Description 

Use this command to review data items in the database.  The following
information is displayed:

Itm No.               is the sequence in which the data item resides in
                      the database.

Item Name             is the name of the data item being reviewed.

Attrib                are the attributes of the data item and includes
                      the subitem count, the subitem type, and the
                      subitem length.

Security              is the user class access to the data item.

All changes stored in the the current change file are included in the
REVIEW ITEMS output.

Example 

     >review items credit-rating 

     REVIEW ITEMS:

       Itm No. Item Name         Attrib  Security
       ------------------------------------------

       4       CREDIT-RATING     R2      (/14)

     >

In this example, the data item CREDIT-RATING is reviewed.  It is data
item number 4 with subitem count 1 (the default), subitem type R, and
subitem length 2.  User class 14 has read and write access to the data
item, unless otherwise restricted by data set security.



MPE/iX 5.0 Documentation