SASUnit Examples  Version 1.5.0
linux/_preparetextfiles.sas
Go to the documentation of this file.
1 
22 %MACRO _prepareTextFiles;
23 
24  %_xcmd(sed -i -e 's/\r//g' "&g_sasunit/_nls.txt");
25 
26 %MEND _prepareTextFiles;