PATH environment variable

Specifies the locations of directories containing SQL Anywhere executables.

Syntax
PATH=path-list
Default
Note

The following paths are only added if the corresponding component is installed.

Operating system Default location
Windows (32-bit) C:\Program Files\SQL Anywhere 11\bin32
Windows (64-bit) C:\Program Files\SQL Anywhere 11\bin64
Mac OS X (32-bit) /Applications/SQLAnywhere11/System/bin32
Mac OS X (64-bit) /Applications/SQLAnywhere11/System/bin64
AIX (32-bit) /usr/lpp/sqlanywhere11/bin32
AIX (64-bit) /usr/lpp/sqlanywhere11/bin64
Other Unix operating systems (32-bit) /opt/sqlanywhere11/bin32
Other Unix operating systems (64-bit) /opt/sqlanywhere11/bin64
Linux, Solaris Sparc /opt/sqlanywhere11/openserver/OCS-15_0/bin
Remarks

On Windows, the PATH environment variable is modified by the installer to include the directories where SQL Anywhere executables are located.

On Unix, the sa_config.sh and sa_config.csh files, created by the installer, are scripts that create or alter this and other environment variables.

See also