Skip to content

Instantly share code, notes, and snippets.

@t-student
Last active October 14, 2015 05:55
Show Gist options
  • Save t-student/efa24427e40cc9ac9e18 to your computer and use it in GitHub Desktop.
Save t-student/efa24427e40cc9ac9e18 to your computer and use it in GitHub Desktop.
data life;
set sasdata.life;
run;
proc contents data=life out=contents(keep=name label format) noprint; run;
* Creates a dataset with variable name, variable label and variable format.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment