| 
|  | » |  | 
 |  | 
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 the file containing the installable module. 
Name qualification follows MPE/iX conventions:
 | 
   FileName[/Lockword][.Group[.Account]]
 | 
| 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> SQLMOD.COBOL.HPSQL
 | 
You can store the modules in this file in a DBEnvironment
  by using the ISQL INSTALL command.
| Example |  |  | 
| 
   isql=> LIST INSTALL;
   File name> SQLMOD.COBOL.HPSQL;
   Name of module in this file:  PGMR1@COBOL.PROGRAM1
   Name of module in this file:  PGMR1@COBOL.PROGRAM2
   isql=>
 | 
 |