A space for data analytics & AI related technical resources and discussions.
If your jobs always run in the background and you wish to return to seeing the progress notification window appear, the most likely cause is that you have accidentally selected the [ ] Always run in background option at some point when the notification window was active. To return to the default way of working simply…
An HTML custom style is defined using the TEMPLATE procedure. For example, proc template; define style styles.custom; parent = styles.default; class SystemTitle / foreground = red ; class body / foreground = black ; class data / foreground = green /* background = purple */ ; end; run; Once the style is compiled it is…
You can define keyboard function keys to perform specific tasks in the workbench by using the following steps: 1. Goto Windows->Preferences->General->Keys 2. In the ‘type filter text’ at the top enter Run SAS and you should see the current binding for running a SAS program (usually Ctrl^R) 3. Go down to the Binding: input…
PLEASE NOTE Our Vertica engine is deprecated in 2024 and removed from the software in future versions. Vertica is accessed via an ODBC interface and so the unixODBC generic driver must also be installed and configured. The typical steps needed to connect to a Vertica database from Unix in 64-bit mode would be: 1. Make sure…
Download and unpack the kit called "ase157_winx64.zip" archive into a temporary directory and run setup.exe. The package installs both 32 bit and 64 bit versions of the Sybase drivers. e.g. create a Custom installation into C:\Sybase Make sure you select the 64-bit connector to match your 64-bit Altair SLC installation as…
PLEASE NOTE Our Vertica engine is deprecated in 2024 and removed from the software in future versions. SLC supports access to Vertica databases via the LIBNAME VERTICA engine. Vertica as a column-based storage system (developed from the open-source C-Store system) accessed via an ODBC interface. Vertica supplies an ODBC…
In order to connect to a Teradata server from a Windows operating system you will need to: 1. Install a 64bit Windows Teradata client 14.10 or later via the Teradata client installation kit "TeradataToolsAndUtilitiesBase" (TTU). At the minimum you need: [ ] ODBC Driver for Teradata [ ] Teradata Parallel Transporter Base.…
These notes relate to the SQLSERVER libname rather than the ODBC libname which can also be used to connect to SQL Server databases. To connect to a Microsoft SQL server using a Windows operating system you will need to install SQL Server Native Client 11.0. See https://www.microsoft.com/en-us/download/details.aspx?id=29065…
Install a Netezza client (32-bit or 64-bit to match SLC. This example uses 64-bit. (1) Execute nzodbcsetup.exe Select English Click OK New Dialog. First 'introduction' pane. Click Next Select 32bit (or the bit size of your choice). Set the "Optimize for ASCII character set". Click Next Depending on your bit size selection…
To connect to a DB2 database you will need to install a DB2 ODBC client from IBM. We believe version 9.1 works well. (Make sure you select the 64-bit connector to match your 64-bit Altair SLC installation as we no longer support 32-bit.) You will need to update or create a odbc.ini file to define the driver, host and…
There's a wealth of content waiting for you to explore! Need support or have a question? Login or join our community.