SASUnit Examples  Version 1.5.0
windows/_executecmdfile.sas
Go to the documentation of this file.
1 
21 %macro _executeCMDFile(i_cmdFile
22  );
23 
24  %_xcmd("&i_cmdFile.")
25 
26 %mend _executeCMDFile;
27