The most recent content from our members.
There's a wealth of content waiting for you to explore! Need support or have a question? Sign in or register to get started.
Hello all, I have WPS (now Altair SLC) version 4.04 running on RHEL 8.10. User is connecting via analytics workbench to this server. On the analytics workbench he is trying to connect to a mssql server via sas code executed in the Workbench: %let ZIPCONN=Server='server,port' database='XXQUATDB1' schema='dbo'…
Hello, when I start the Altair analytics workbench, I receive following error: The Altair session failed to initialise : Location of SASHELP library is empty I checked the Config file: wps.cfg and there I have defined the path to the SASHELP and it's not empty. I'm using Altair SLC (previous WPS) version 4.04 Thank you
I cannot find the .cfg file for 4.4 for this app. Used to be wps.cfg and was used for SAS programming settings. Thanks, Gordy
I'm getting an error on start up of Server Process Failed to produce expected startp messages Check the console view for information The Console view is empty and I'm now stuck what to do
Hi, The system team of CAGIP ask me if the WPS version 4.1 or 4.4 is compatible with z/OS 2.5. Can you help me for the answer please? Cdt. VP
WPS Analytics Workbench: 4.4.6.0.5780-GA-release Licence: Community Edition Platform: Windows 11 Professional In SAS any of these program statements can be used to change the current folder: X, SYSTASK, %SYSEXEC. None of these appear to have any effect in the WPS Workbench, and the default directory is set as the open…
Product: WPS 4.4.6 GA Platform: Windows 11 Licence: Community Edition The documentation for WPS talks about the command line interface, and typing the following in Windows PowerShell gives the following responses: > wps WPS Command Line Interface Version 4.4.6.0.5780-GA-release Copyright 2002-2023 World Programming, an…
Altair Analytics Workbench 4.4.5 Now that the implementations of PROC SGPLOT, PROC TEMPLATE and PROC SGRENDER permit SAS programs containing ODS Graphics to be run, please can you help me to generate similar outputs to SAS software for the attached program. I have attached the following files: * Common data set: *…
This is my first try using the Altair Analytics Workbench to run a simple SAS program. The "run" is greyed out. I'm attempting to run it locally. I assume it has something to do with configuring the engine, but the documentation doesn't seem to cover it. I'm using Windows 11 and the latest version available for the…
Hello, I've noticed that row_number() does not exist in Workbench? I tried the following: proc sql; create table cn_servicelevel as select distinct RegardingNoticeName ,CreatedOn ,CreatedOn format=datetime16. as CreatedOnF ,Name ,row_number() over (partition by RegardingNoticeName order by CreatedOn asc) as rn ,case when…
Hello, I'm getting an error message when trying to open a table from MS AdventureWorks2019. I can open that table with no issues in PyCharm Professional and MS SQL Management Studio. The error message: I'm connecting to the database using ODBC Driver 17 for SQL Server. Any ideas? Thanks, Patricio