現在実行中のマクロを正常終了します。
%macro checkit(error); %if &error = 1 %then %return; data a; x=1; run; %mend checkit; %checkit(0) %checkit(1)