Skip to content

Instantly share code, notes, and snippets.

@Atlas7
Created March 13, 2016 14:27
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 Atlas7/c556430f50f86cad5d3f to your computer and use it in GitHub Desktop.
Save Atlas7/c556430f50f86cad5d3f to your computer and use it in GitHub Desktop.
hello_world.sas
data hello_world;
put "hello world";
run;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment