Building SAS Apps Locally
I’ve recently been using Visual Studio to build my SAS Web Apps, which is great as the intellisense will even scan css files to help with code completion. Per...
Adding SAS Configuration Manager plugin to SMC
The SAS Configuration Manager plug-in is great for tweaking settings of the SAS Web Applications without poking around in xml and config files. However, you may find it missing from the usual place under the Application Management folder in SAS M...
Stripping Non-ASCII Characters within Macro
Hit once more with a pesky en-dash issue (likely related to the transcoding between SAS & SQL Server) I discovered today there was no ‘in-built’ way to remove non-ascii (or extende...
SAS Tip#1 - Lost Libname
data "C:\MyDataset";