Project Reviewer task and Copy Files task: refreshed for v7.1

Two popular SAS custom tasks have recently been updated for SAS Enterprise Guide 7.1. Most custom tasks that I’ve shared will work without modification across releases, but these two required a special rebuild due to some internal product API changes. The Project Reviewer task allows you to see a detail […]

The post Project Reviewer task and Copy Files task: refreshed for v7.1 appeared first on The SAS Dummy.

List Manipulations Made Easy (and little bit of UGLY): the New DOSUBL Function

Typically, SAS list manipulations needs bunch of SAS I/O functions which are not necessarily well known to all SAS programmers. The new DOSUBL function makes this technique much more easier and little bit of ugly I must admit: %MACRO ExpandVarList(data=_LAST_, var=_ALL_);     %if %upcase(%superq(data)) = _LAST_     %then %let data = &SYSLAST;     %let rc […]

SAS Coding: Use Flowcharts to Learn Inherited SAS Code

I’m a visual person – I always need a picture. As a consultant, many times I’m given a thumb drive full of code and asked to make modifications.  When you are on a project with me, you’ll grow weary of hearing me say “Can you draw it?” Something magical happens for me when I see a flow or see an idea.

One of the most confusing projects I …

Post SAS Coding: Use Flowcharts to Learn Inherited SAS Code appeared first on BI Notes for SAS® Users. Go to BI Notes for SAS® Users to subscribe.

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Socio-Economic Indicators around the World

This Tableau viz shows the various Indicators around the world as of June 2014…Please feel free to play around with All the tabs up top and browse through the data….The data is interesting, I will follow up with BRICS as the focus.Source Link : Th…