SAS Users
Providing technical tips and support information, written for and by SAS users.
Creating a word cloud using Python and SAS® software
Generating a word cloud (also known as a tag cloud) is a good way to mine internet text. Word (or tag) clouds visually represent the occurrence of keywords found in internet data such as Twitter feeds.
Capturing log messages from Viya deployments
The Viya Operations Infrastructure provides components to collect and store log messages in order to manage a large number of logs enable you to locate messages of interest.
How to Emulate DATA Step DESCENDING BY Statements in SAS® Cloud Analytic Services (CAS)
The SAS DATA Step's DESCENDING option on BY variables quickly reveals a data set's largest value.