February 2018
Beginner
366 pages
7h 2m
English
The SAS Studio Programming Windows
How SAS Works: A Look Inside the “Black Box”
This section of the book is dedicated to teaching you how to write your own programs in SAS. Perhaps you have some programming experience with other languages, such as C+, Python, or Java. This is both an advantage and a possible disadvantage. The advantage is that you understand how to think logically and use conditional logic, such as IF-THEN-ELSE statements and DO loops. On the other hand, SAS is somewhat unique in the way ...