Category: SAS

A Novice Perspective on SAS Viya Deployment

This post is written in the hopes of easing the SAS Viya deployment process for novices like me. Firstly, deploying SAS Viya, like most enterprise software packages, isn’t a skill we’re innately born with. We’re going to need a little help, some good documentation, and time to absorb the intricoes […]

A Novice Perspective on SAS Viya Deployment was published on SAS Users.

Using variable names with special characters

When we wrote the sixth edition of The Little SAS Book: A Primer, one of our goals was to write it for all SAS programmers regardless of which interface they use for coding: SAS Studio, SAS Enterprise Guide, the SAS windowing environment, or batch. This is harder than it sounds. […]

Using variable names with special characters was published on SAS Users.

4 ways to make better, faster decisions with enterprise decision management from SAS Viya on Azure

SAS and Microsoft empower you to make better, faster decisions with unique enterprise decision management.

4 ways to make better, faster decisions with enterprise decision management from SAS Viya on Azure was published on SAS Users.

Creating Simulated Data Sets (Part Two)

This blog is a continuation of a previous blog that discussed creating simulated data sets. If you have not seen it, you might want to review it, especially if you are not familiar with the RAND function. The program that I’m going to show you simulates a drug study with […]

Creating Simulated Data Sets (Part Two) was published on SAS Users.

How I used a SAS ML model and Intelligent Decisioning to build a calculator

If you are thinking that nobody in their right mind would implement a Calculator API Service with a machine learning model, then yes, you’re probably right. But considering curiosity is in my DNA, it sometimes works this way and machine learning is fun. I have challenged myself to do it, […]

How I used a SAS ML model and Intelligent Decisioning to build a calculator was published on SAS Users.

SAS Enterprise Session Monitor – Obsessing over Observability

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 […]

SAS Enterprise Session Monitor – Obsessing over Observability was published on SAS Users.

Creating Simulated Data Sets

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 […]

Creating Simulated Data Sets was published on SAS Users.