 |
» |
|
|
|
The SYSTEM command lets you execute MPE/iX commands from within
ISQL. Scope |  |
ISQL Only ISQL Syntax |  |
{ SY [STEM] : } [MPE/iXCommand] Parameters |  |
- MPE/iXCommand
is any MPE/iX command that can be executed in break mode.
If entered, it is passed to MPE/iX to be executed, and you return to
ISQL automatically. If omitted, you must enter RESUME to return to
ISQL. The length of the MPE/iX command can be as long as 255 bytes.
Example |  |
isql=> SYSTEM
:LISTF @.SQL
FILENAME
DAILY MONTHLY YEARLY
:RESUME
isql=>
|
|