@sbrent The macro definition (%macro summarize; ) has no parameters, whereas the macro call %summarize (Sum_FFS_Billing, Data_billing_address, 'FFS') has 3 parameter values
The macro definition needs to be changed to accept parameters e.g.
$macro summarize(tblout, tblin, program) ; Please refer to the %macro statement documentation for further assistance
... View more