 |
» |
|
|
|
The LIST FILE command displays the contents of a currently
accessible file. Scope |  |
ISQL only. ISQL Syntax |  |
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=>
|
|