HPlogo ALLBASE/ISQL Reference Manual: HP 9000 Computer Systems > Chapter 4 ISQL Commands

LIST INSTALL

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The LIST INSTALL command displays the names of modules in an installable module file.

Scope

ISQL only.

ISQL Syntax

LI[ST]I[NSTALL] FileName

Parameters

FileName

identifies an installable module 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 a file name as shown here:

     
    
       isql=> LIST;
    
    
    
       Option (s[et], f[ile], i[nstall], or h[istory])> INSTALL;
    
       File name> program1.sqlm
    
  • You can store the modules in this file in a DBEnvironment by using the ISQL INSTALL command.

Example

 

   isql=> LIST INSTALL;

   File name> prog1.sqlm;

   Name of module in this file:  pgmr1.program1a

   Name of module in this file:  pgmr1.program1b



   isql=>
Feedback to webmaster