Skip to content

Instantly share code, notes, and snippets.

@ymattu
Created May 28, 2017 17:04
Show Gist options
  • Save ymattu/ac466106a853f66ffc8428fa99ded9e2 to your computer and use it in GitHub Desktop.
Save ymattu/ac466106a853f66ffc8428fa99ded9e2 to your computer and use it in GitHub Desktop.
data new;
set sashelp.iris;
rename SepalLength=new_variable;
run;
proc print data=new(obs=6);
run;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment