HPlogo ISQL Reference Manual for ALLBASE/SQL and IMAGE/SQL: HP 3000 MPE/iX Computer Systems > Chapter 4 ISQL Commands

SYSTEM

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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=>
Feedback to webmaster