ASA SQL Reference
SQL Statements
Use this statement to launch an executable file from within Interactive SQL.
SYSTEM ' [path] filename '
Launches the specified executable file.
The SYSTEM statement must be entirely contained on one line.
Comments are not allowed at the end of a SYSTEM statement.
Enclose the path and filename in single quotation marks.
None.
None.
CONNECT statement [ESQL] [Interactive SQL]
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Not applicable.
The following statement launches the Notepad program, assuming that the Notepad executable is in your path.
SYSTEM 'notepad.exe'