data _null_;
   sasvar=0;
   if sasvar=1 then do;
      x 'echo "this statement will always execute"';
   end;
run;