Tag: SAS OnDemand for Academics

How to use the SAS Auto Call facility

Many SAS programmers use macros. I have seen students in my SAS classes use several methods to activate their macros. One way is to load the macro in the Display manager or editor in SAS OnDemand for Academics and submit it. Another technique is to use the statement %Include macro-name. […]

How to use the SAS Auto Call facility was published on SAS Users.

Summarizing data

Because it is near the end of the year, I thought a blog about “Summarizing” data might be in order. For these examples, I am going to use a simulated data set called Drug_Study, containing some categorical and numerical variables. For those interested readers, the SAS code that I used […]

Summarizing data 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.

Migrating from SAS University Edition to SAS OnDemand for Academics

Thousands of SAS users are migrating from SAS University Edition to SAS OnDemand for Academics (ODA). I thought I would share some of my thoughts, having just finished two books using ODA (Getting Started with SAS Programming: Using SAS Studio in the Cloud and A Gentle Introduction to Statistics Using […]

Migrating from SAS University Edition to SAS OnDemand for Academics was published on SAS Users.