Skip to content

Instantly share code, notes, and snippets.

@naenumtou
Created July 27, 2020 06:49
Show Gist options
  • Save naenumtou/77bf4061817969eabf75278d2316d8b9 to your computer and use it in GitHub Desktop.
Save naenumtou/77bf4061817969eabf75278d2316d8b9 to your computer and use it in GitHub Desktop.
data want;
set have;
if test_1 < 50 then flag = 1;
else flag = 0;
run;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment