Skip to content

Commit

Permalink
Merge pull request #2 from ddl-jim-coates/jims_working_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-jim-coates authored Feb 21, 2024
2 parents cb210fe + 18d34ec commit b6ad4d0
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 b6ad4d0

Please sign in to comment.