Many of the Metacoda Plug-ins have Filter Bars which provide a way to filter the contents displayed and show an interesting subset. Normally they do simple case-insensitive “contains” filtering on key attributes like name and description (t…
Category: SAS
Metacoda Plug-ins Tip: Forced Refresh (or not)
This is the first of a series of quick-tip type posts on Metacoda Plug-ins. Most of my previous posts have been relatively long (and less frequent). These quick-tip posts will generally be shorter and hopefully more frequent (time permitting). They wil…
Knowledge from the SAS family: SAS Global Forum 2018 papers and videos now available
For those of you who weren’t able to attend SAS Global Forum 2018, you can still learn a lot from the content shared there. Gain knowledge from your SAS family. SAS Global Forum 2018 papers and videos now available.
The post Knowledge from the SAS fami…
Top 10 bestselling titles at SAS Global Forum 2018
In this blog post you’ll find out the top 10 bestselling titles at SAS Global Forum 2018.
The post Top 10 bestselling titles at SAS Global Forum 2018 appeared first on SAS Learning Post.
Which random number generator did Thanos use?
WARNING: This blog post references Avengers: Infinity War and contains story spoilers. But it also contains useful information about random number generators (RNGs) — tempting! If you haven’t yet seen the movie, you should make peace with this inner conflict before reading on. Throughout the movie, Thanos makes it clear […]
The post Which random number generator did Thanos use? appeared first on The SAS Dummy.
“Wide” versus “Tall” data: PROC TRANSPOSE v. the DATA step
Datasets can present themselves in different ways. Identical data can bet arranged differently, often as wide or tall datasets. Generally, the tall dataset is better. Learn how to convert wide data into tall data with PROC TRANSPOSE.
The post "Wid…
Deleting global macro variables
Do you periodically delete unneeded global macro variables? You should! Deleting macro variables releases memory and keeps your symbol table clean. Learn how the macro language statement that deletes global macro variables and about the %DELETEALL st…
Lowest unemployment since 1976?
It looks like we’ve finally recovered from the Great Recession, and there are even claims of record-low unemployment in several U.S. states. Of course claims like that make my data-radar go off, and I wanted to see the numbers for myself. And it’s a gr…