See sample code in this blog post that makes use of a hash object: https://kansascode.blogspot.com/2021/06/creating-sample-data.html
How can this code be rewritten so that everything runs in a CAS session - all in memory - that is eliminate the hash object since we are already in memory?
SAS expert @SteveSober has lots of resources and advice for converting traditional DATA step code to run in CAS. See his blog posts here.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates