*ProcessBody;
 
%stpbegin;
 
%put NOTE: Execute macro &macroToRun..;
%&macroToRun
 
%stpend;

%&macroToRun resolves to a % sign followed by the macro name, thus invoking the specified macro.

Return