HPlogo ALLBASE/ISQL Reference Manual: HP 9000 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 HP-UX conventions:

 

   [PathName/]FileName

Unless you specify an absolute path name, ISQL assumes that any path name you specify is relative to your current working directory.

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