Fehler : 0
Warnungen: 0
NOTE: PROZEDUR PRINTTO used (Total process time): real time 0.01 seconds cpu time 0.01 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-Anweisung used (Total process time): real time 0.00 seconds cpu time 0.00 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\de/log/004.log" PRINT="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\de/tst/004.lst" ; MPRINT(ENDTESTCALL): RUN;