Errors  : 0
Warnings: 0

NOTE: PROCEDURE PRINTTO used (Total process time):
      real time           0.01 seconds
      cpu time            0.01 seconds
 
 
51         data empty;
52            stop;
53         run;
 
NOTE: The data set WORK.EMPTY has 0 observations and 0 variables.
16                                                                                                                       The SAS System                                                                                             11:39 Friday, March 21, 20
 
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
 
 
54         %let nobs=%nobs(empty);
55         %endTestcall()
MPRINT(ENDTESTCALL):   PROC PRINTTO LOG="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\en/log/005.log" PRINT="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\en/tst/005.lst" ;
MPRINT(ENDTESTCALL):   RUN;