SASUnit Examples  Version 1.5.0
unix_aix/_xcmd.sas
Go to the documentation of this file.
1 
21 %macro _xcmd(i_cmd);
22 
23  %SYSEXEC &i_cmd;
24 
25 %mend _xcmd;
26