A space for data analytics & AI related technical resources and discussions.
File size restrictions are influenced by both the computer operating system and the bit-ness of the application being used. 32-bit Altair SLC has a much smaller address space than 64-bit Altair SLC. The total number of observations generally allowed in a WPD format dataset is controlled by two system options OBS and…
You should be able to compile your macro in SLC using code of the form: libname maclib 'D:\sasmacro1'; options mstored sasmstore=maclib; %macro slc_compiled_macro (a,b) /store ; put "Hello from slc_compiled_macro"; %mend slc_compiled_macro; This should create a SASMACRO.wpccat file in the directory d:\sasmacro1 or append…
Here is an example of a source Macro stored in D: \sasmacro1\slc_mauto_test1.sas with contents %macro slc_mauto_test1(); data _null_; put "Hello from slc_mauto_test1() macro"; run; %mend; Another Macro stored in D: \sasmacro2\slc_mauto_test2.sas with contents %macro slc_mauto_test2(); data _null_; put "Hello from…
Issue Sometimes a customer does not wish to use the JRE (Java Runtime Environment) provided with Altair Analytics Workbench and Altair SLC. For example, there may be some widespread publicity about a bug in a version of Java, or a requirement to use one specific version that is approved by the customer's IT systems…
Altair Engineering provide technical support until the End-Of-Life (EOL) date for each version of Altair SLC, Altair Analytics Workbench and Altair SLC Hub software released. Versions and Version Numbers Note the distinction between product version numbers such as 2024.0 and software version numbers which may be 5.24.1,…
[This reply applies to Windows operating system only.] We understand the Windows Task Scheduler is an application from Microsoft to execute batch jobs. There is a command line interface to Altair SLC called 'wps.exe' in the bin folder of each SLC installation that can be used in any batch-type script that can then be…
MacOS requires the correct privileges for saving files to certain locations on the filestore. You will need admin privileges and even then once you have the software and the key you may need to install the key from the command line due to the elevated privileges needed to save files in the /Applications area. Try this: Use…
この記事はUbuntuの環境でAI-hubのインストール簡易説明資料です。 AI-hubのオンライン参照資料:Docker-compose deployment - Altair RapidMiner Documentation 記事で実施する環境: * Ubuntu環境: ubuntu22.04 * Docker: 27.1.1 - Community * AI-hub: 2024.0.3 これからはAI-hubをインストール手順です。 注意:お客様のIT環境よりますが、proxy環境のでAltairのライセンスサーバーに通信できない場合もあります。…
Monarch for Oracle ERP (Fusion, EBS, JD Edwards, NetSuite) - User Group This blog post is a location where Oracle ERP customers can engage and support each other on their journey to success with Monarch. In addition to this blog post, we have user group meetings where we share examples of pre-built templates from the…
Exercise Info * Application (Classic vs Data Prep Studio): Data Prep Studio * Level of Difficulty (Beginner, Intermediate, Advanced): Beginner * Skills/Features Tested: Append, Formula Fields, Filter, GroupBy, Analyze * Systems of Record: Not Applicable * Estimated Time to Solve: 15 mins * Exercise files required are…
There's a wealth of content waiting for you to explore! Need support or have a question? Login or join our community.