 |
» |
|
|
|
The LIST INSTALL command displays the names of modules in an
installable module file.
Scope |  |
ISQL only. ISQL Syntax |  |
Parameters |  |
- FileName
identifies an installable module file. Name qualification follows
HP-UX conventions:
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=>
|
|