TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)

Chapter 8 397
Using the Database Utilities
>PRINT
>PRINT
Prints the names of databases specified for recovery (DBTABLE option) or recovery files
specified (FILETABLE option). Can be used as a check before actually initiating recovery
with the >RUN command.
NOTE
The >PRINT DBTABLE command produces the DATABASESTATISTICS table,
but does not include statistics. The table, along with statistics, is
automatically displayed by every execution of the recovery system. If you
need this table, along with statistics, without actually performing the
recovery, use the >CONTROL STATS command instead.
Syntax
>PRINT { DBTABLE FILETABLE }
Parameters
DBTABLE displays names of databases specified for recovery
FILETABLE displays file references, user references, rmodes and fmodes specified in
>FILE commands.
Example
>PRINT DBTABLE
****************************************************************
* DATABASE STATISTICS *
* *
* NAME GROUP ACCOUNT OPENS TRANS PUTS DELETES UPDATES *
* ---- ----- ------- ----- ----- ---- ------- ------- *
* ORDERS TST MKG 0 0 0 0 0 *
****************************************************************
Text Reference
Chapter 7