SAS Users
Providing technical tips and support information, written for and by SAS users.
Multi-way lookup tables
A lookup table is a programming technique where one or more values can be used to retrieve another value. For example, many years ago, I had benzene exposure estimates for 10 years (1940 to 1949) for each of five locations in a factory. Given a year and a job location,
Partition your CAS tables to greatly improve performance
Kevin Russell of SAS Technical Support shows you how partitioning CAS tables speeds processing.
Getting Started with Python Integration to SAS® Viya® - Part 2 - Working with CAS Actions and CASResults Objects
In the second post of the Getting Started with Python Integration to SAS® Viya® series we will learn about Working with CAS Actions and CASResults Objects. CAS actions are commands sent to the CAS server to run a task, and CASResults objects contain information returned from the CAS server. This