Introducing the new third edition of SAS For Dummies, covering SAS 9.4, SAS Viya, SAS Visual Analytics, SAS Viya Workbench and more!
Introducing the new third edition of SAS For Dummies, covering SAS 9.4, SAS Viya, SAS Visual Analytics, SAS Viya Workbench and more!
If you have ever needed to score a multiple-choice test, this blog is for you. Even if you are not planning to score a test, the techniques used in this example are useful for many other programming tasks. The example I am going to present assumes the answer key and
SAS SQL handles missing values differently than the ANSI standard for SQL. PROC SQL follows the SAS convention for handling missing values: numerical missing values are always interpreted as less or smaller than all nonmissing values. My first blog showed that missing values can be troublemakers in non-grouped descriptive statistics.