@@

Syntax

@@ <file> [args];

Description

Similar to @ and START. By default, the working directory of EXAplus is searched for the file. However, if the call is made through a script, the file is searched for in the path in which the called script is located.

Examples

--Contents of file /home/mb/test1.sql:
@@test2;
--File /home/mb/test2.sql is executed
SQL_EXA> @/home/mb/test1.sql;