HPlogo ISQL Reference Manual for ALLBASE/SQL and IMAGE/SQL: HP 3000 MPE/iX Computer Systems > Chapter 4 ISQL Commands

LIST FILE

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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/iX 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=>
Feedback to webmaster