24 %macro _copyDir (i_from
 
   28    %LOCAL l_i_from l_i_to;
 
   31    %local xwait xsync xmin;
 
   32    %let xwait=%sysfunc(getoption(xwait));
 
   33    %let xsync=%sysfunc(getoption(xsync));
 
   34    %let xmin =%sysfunc(getoption(xmin));
 
   35    options noxwait xsync xmin;
 
   37    %let i_from = %qsysfunc(translate(&i_from,\,/));
 
   38    %let i_to   = %qsysfunc(translate(&i_to  ,\,/));
 
   51    %put &g_note.(SASUNIT): sysrc=&sysrc;
 
   52    options &xwait &xsync &xmin;