SAS Users
Providing technical tips and support information, written for and by SAS users.![SAS Enterprise Session Monitor - Obsessing over Observability](https://blogs.sas.com/content/sgf/files/2021/11/Erik-1-702x336.png)
Think about what a modern implementation of SAS looks like for a customer. Programmers rely on robust environments to run the models and programs that answer business questions. These environments can be different for platforms like SAS® 9 and SAS® Viya®. They can be deployed across distributed servers, either on
![Creating Simulated Data Sets](https://blogs.sas.com/content/sgf/files/2021/10/42-15326326-702x336.jpg)
There are times when it is useful to simulate data. One of the reasons I use simulated data sets is to demonstrate statistical techniques such as multiple or logistic regression. By using SAS random functions and some DATA step logic, you can create variables that follow certain distributions or are
![Additional statistical capabilities in the containerized deployment of SAS Analytics Pro](https://blogs.sas.com/content/sgf/files/2021/10/SASAnalyticsPro-702x336.png)
SAS Analytics Pro consists of three core elements of the SAS system: Base SAS®, SAS/GRAPH® and SAS/STAT®. The containerized deployment option adds the full selection of SAS/ACCESS engines making it even easier to work with data from virtually any source.
![Creating a React web app using SAS Viya](https://blogs.sas.com/content/sgf/files/2021/10/sasAndReact-702x336.png)
From articles I've read on the web, it is clear that data is gold in the twenty-first century. Loading, enriching, manipulating and analyzing data is something in which SAS excels. Based on questions from colleagues and customers, it is clear end-users are willing to display data handled by SAS outside
![Debugging a stored-process problem](https://blogs.sas.com/content/sgf/files/2020/02/ProblemSolvers-400x336.jpg)
Have you ever submitted a stored process, and instead of the expected output, you saw errors or no output at all? Depending on how you submit the stored process, various logs are available to assist you with debugging. This article provides guidance for understanding which situations call for which logs, where to find each log, and what you should look for in each log.
![Introducing TRIMS function to remove any leading and/or trailing characters from SAS strings](https://blogs.sas.com/content/sgf/files/2021/10/trimming-left-and-right-702x336.jpg)
Leonid Batkhan introduces multipurpose TRIMS function that removes any leading, trailing or both leading and trailing characters from SAS strings.