Collection Contents Index STOP JAVA statement TRUNCATE TABLE statement pdf/chap9.pdf

Reference Manual
   CHAPTER 9. SQL Statements     

SYSTEM statement [ISQL]


Function 

To execute an operating system command from within Interactive SQL.

Syntax 

SYSTEM [ operating-system-command ]

Permissions 

None.

Side effects 

None.

See also 

COMMIT statement

CONNECT statement

Description 

Executes the specified operating system command. If no command is specified, the DOS command interpreter or UNIX shell is started. You can return to Interactive SQL by using the system exit command or by pressing Ctrl+D in UNIX.

Standards and compatibility 

Example 


Collection Contents Index STOP JAVA statement TRUNCATE TABLE statement pdf/chap9.pdf