All Posts

Work & Life at SAS
Pam Cole 0
Ready for Change

Happy New Year!  For many the New Year means new beginnings which also means change.  But change is hard.  We’ve all heard that before, yet still we’re surprised when confronted with the prospect of change and just how challenging it can be. One of the reasons is that most of

Learn SAS
Rick Wicklin 0
IF-THEN logic with matrix expressions

In the SAS DATA step, all variables are scalar quantities. Consequently, an IF-THEN/ELSE statement that evaluates a logical expression is unambiguous. For example, the following DATA step statements print "c=5 is TRUE" to the log if the variable c is equal to 5: if c=5 then put "c=5 is TRUE";

Data Management
Helmut Plinke 0
Big data quality

Utilizing big data analytics is currently one of the most promising strategies for businesses to gain competitive advantage and ensure future growth. But as we saw with “small data analytics,” the success of “big data analytics” relies heavily on the quality of its source data. In fact, when combining “small” and “big” data

1 561 562 563 564 565 686