Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

I Like Programming

I love programming. SAS if my favorite. How about you?
This page is a permanent link to the reply below and its nested replies. See all post replies »
JoyfulSilence · 46-50, M
%macro GoNuts( Person );

proc crazy
noscreams
person = &Person
in = life
out = lunacy ;
id maladies conditions treatments meds ;
by episode ;
run;

%mend GoNuts;

%let NutCase1 = Me ;
%let i = 1 ;
%GoNuts( &&NutCase&i );

endsas;