2015-08-26 17:47:40 -07:00

6 lines
88 B
SAS

%macro putit( string= );
%put &string;
%mend;
%putit(string=Hello World!)