Skip to content

Instantly share code, notes, and snippets.

@lixzhang
Last active November 2, 2016 19:55
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 lixzhang/4073e7b7cab76e7ca639fb187e3b09c6 to your computer and use it in GitHub Desktop.
Save lixzhang/4073e7b7cab76e7ca639fb187e3b09c6 to your computer and use it in GitHub Desktop.
* sum of two variables in SAS ;
data output ;
set input ;
z = x + y ;
run ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment