If you’re not an expert on encryption, have no fear! SAS 9.4 has introduced ways to bring stronger encryption to your SAS deployment. The good news is that SAS/SECURE is now a part of Base SAS when you upgrade to SAS 9.4 and is not a separately licensed product anymore.
English
How to use encryption in Base SAS 9.4
3 Tips for a Weight Wise Thanksgiving
The holidays are upon us! As you may have experienced, Thanksgiving often serves as the starter pistol for the holiday weight gain marathon. Don’t let holiday collateral damage be the impetus for your New Year’s resolutions this year. A little planning and mindfulness can keep the joy in your season
Write a reusable SAS/IML module that passes values to R
When I call R from within the SAS/IML language, I often pass parameters from SAS into R. This feature enables me to write general-purpose, reusable, modules that can analyze data from many different data sets. I've previously blogged about how to pass values to SAS procedures from PROC IML by