2018-08-22 01:37:32 -03:00

6 lines
88 B
SAS
Executable File

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