Fehler   : 0
Warnungen: 0

NOTE: PROZEDUR PRINTTO used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
 
 
51         data empty;
52            stop;
53         run;
 
16                                                                                                                       Das SAS System                                                                                             11:39 Friday, March 21, 20
 
NOTE: The data set WORK.EMPTY has 0 observations and 0 variables.
NOTE: DATA-Anweisung 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\de/log/005.log" PRINT="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\de/tst/005.lst" ;
MPRINT(ENDTESTCALL):   RUN;