Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dominonatallia committed Feb 21, 2024
1 parent 5a6d807 commit 18d34ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/macro1.sas
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%Macro version1(BP_Status=, sortvar=, assigneddata=);
proc sort data= &assigneddata out = heartout;
proc sort data=&assigneddata out = heartout;
by &sortvar;
where BP_Status = "&BP_Status" and DeathCause = "Cancer" ;
run;
Expand Down

0 comments on commit 18d34ec

Please sign in to comment.