Errors  : 0
Warnings: 0

NOTE: PROCEDURE PRINTTO used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
 
 
38         options validvarname=any;
39         data test;
40            'a b c'n=1;
41            '$6789'n=2;
42            ';6789'n=2;
43         run;
 
NOTE: The data set WORK.TEST has 1 observations and 3 variables.
NOTE: DATA statement used (Total process time):
      real time           0.01 seconds
      cpu time            0.01 seconds
 
 
44         %let vars="%getvars(test,dlm=%str(","))";
45         %assertEquals(i_actual=&vars, i_expected=%str("a b c","$6789",";6789"), i_desc=check variables)
MPRINT(ENDTESTCALL):   PROC PRINTTO LOG="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\en/log/004.log" PRINT="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\en/tst/004.lst" ;
MPRINT(ENDTESTCALL):   RUN;