Skip to content

Instantly share code, notes, and snippets.

@AlyssonJalles
Last active August 29, 2015 14:16
Show Gist options
  • Save AlyssonJalles/b22bc10a707ef909024b to your computer and use it in GitHub Desktop.
Save AlyssonJalles/b22bc10a707ef909024b to your computer and use it in GitHub Desktop.
This file is just a test
/*This is a test file of SAS Software*/
data NOVO;
input var1 var2;
cards;
1 2
1 3
1 4
2 1
2 3
2 5
;
proc print; run;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment