SAS Users
Providing technical tips and support information, written for and by SAS users.
4 FAQs about SAS Grid Manager and SAS Viya
How can SAS Grid Manager and SAS Viya work together to process massive volumes of data? Get answers to common questions about how the two interact in this blog post.
How to COUNT CATs in SAS
How to count words in SAS with the COUNT functions, and concatenate strings by using the CAT functions. Use these tips to modernize your SAS code!
Dynamic programming with SAS FCMP
Dynamic programming is a powerful technique to implement algorithms, and is often used to solve complex computational problems. This article shows how to use PROC FCMP to implement the "edit distance" algorithm.