HP 3000 Manuals

SYSTEM [ ALLBASE/ISQL Reference Manual ] MPE/iX 5.0 Documentation


ALLBASE/ISQL Reference Manual

SYSTEM 

The SYSTEM command lets you execute MPE XL commands from within ISQL.

Scope 

ISQL Only

ISQL Syntax 

{SY[STEM]} [MPE XLCommand]
{:       }
Parameters 

MPE XLCommand           is any MPE XL command that can be executed in
                        break mode.  If entered, it is passed to MPE XL
                        to be executed, and you return to ISQL
                        automatically.  If omitted, you must enter RESUME
                        to return to ISQL. The length of the MPE XL
                        command can be as long as 255 bytes.

Example 

     isql=> SYSTEM 
     :LISTF @.SQL 

     FILENAME

     DAILY     MONTHLY     YEARLY

     :RESUME 
     isql=>



MPE/iX 5.0 Documentation