Skip to content

Instantly share code, notes, and snippets.

@statgeek
Created March 17, 2014 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save statgeek/9602187 to your computer and use it in GitHub Desktop.
Save statgeek/9602187 to your computer and use it in GitHub Desktop.
SAS - Variable List in Results WIndow
/*This code will print all the variables into the output window,
space delimited, replace the data= with the dataset of interest.*/
proc contents data=sashelp.class short;
run;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment