Hi All:
Been coding SAS since 1975 (yes, 50 years) and am now checking out Altair via SLC Personal.
Did the install of SLC and Workbench, then at the command line typed wps -personal to apply a license for local server.
From Windows Explorer I was able to right-click on an existing SAS program and chose Open with Altair Analytics Workbench 2025 and… voila!! there it was in Workbench.
Choosing Run from the File/Edit/Navigate/Search/Project/Run commands didn't allow me to run the job.
However, choosing run from all the icons did run the job!!
But it errored out b/c it couldn't find certain formats used in the job. Those formats are in my standard FMTLIB which, in SAS, is simply defined by the LIBRARY filename:
libname library "E:\medi-cal" ;
Other formats, stored in a file referenced by a SAS filename and then %inc(luded) worked fine.
So, per the subject line, does WPS recognize default FMTLIBs or do I need to reference it via a filename and the %inc it too?
TIA