HP 3000 Manuals

LIST FILE [ ALLBASE/ISQL Reference Manual ] MPE/iX 5.0 Documentation


ALLBASE/ISQL Reference Manual

LIST FILE 

The LIST FILE command displays the contents of a currently accessible
file.

Scope 

ISQL only.

ISQL Syntax 

LI[ST] F[ILE] FileName 

Parameters 

FileName                identifies the file to be displayed, most likely
                        a command file.  Name qualification follows MPE
                        XL conventions:

                             FileName[/Lockword][.Group[.Account]]

Description 

   *   In prompting mode, ISQL prompts you for an option as follows:

            isql=> LIST; 

            Option (s[et], f[ile], i[nstall], or h[istory])> FILE; 
            File name> FileName 

   *   As many as 80 bytes per line are listed.

Example 

     isql=> LIST FILE Daily; 

     ---------------------------
     |         Daily           |
     ---------------------------

     UPDATE STATISTICS FOR TABLE PurchDB.OrderItems;
     UPDATE STATISTICS FOR TABLE PurchDB.Orders;

     isql=>



MPE/iX 5.0 Documentation