Fehler   : 1 ==> 1
Warnungen: 0

NOTE: PROZEDUR PRINTTO used (Total process time):
      real time           0.01 seconds
      cpu time            0.01 seconds
 
 
188        %boxplot(data=testdata.blood_pressure, x=visit, y=sbp, group=medXXX, report=&g_work\report18.pdf)
MPRINT(BOXPLOT):   proc sql noprint;
MPRINT(BOXPLOT):   select distinct visit into :xvalues separated by '" "' from testdata.blood_pressure;
MPRINT(BOXPLOT):   select distinct visit into :xvalues2 separated by ' ' from testdata.blood_pressure;
102                                                                                                                      Das SAS System                                                                                             11:39 Friday, March 21, 20
 
MPRINT(BOXPLOT):   quit;
NOTE: PROZEDUR SQL used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
 
 
ERROR: boxplot: Variable medXXX does not exist in data set testdata.blood_pressure
189        %assertLogMsg(i_logMsg=ERROR: boxplot: Variable medXXX does not exist in data set testdata.blood_pressure)
MPRINT(ENDTESTCALL):   PROC PRINTTO LOG="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\de/log/001.log" PRINT="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\de/tst/001.lst" ;
MPRINT(ENDTESTCALL):   RUN;