@@

Syntax

@@ <file> [args];

Description

Similar to @ or START, however, the file is searched for in the path in which the called script is located (if the call is made through a script, otherwise the working directory of EXAplus is used).

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