Fehler   : 2 ==> 1 2
Warnungen: 2 ==> 1 2

NOTE: PROZEDUR PRINTTO used (Total process time):
      real time           0.01 seconds
      cpu time            0.01 seconds
 
 
99         proc datasets lib=test1 nolist kill;
NOTE: Deleting TEST1.CLASS1 (memtype=DATA).
100        quit;
 
NOTE: PROZEDUR DATASETS used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
 
 
101        proc datasets lib=test2 nolist kill;
NOTE: Deleting TEST2.CLASS1 (memtype=DATA).
102        quit;
 
NOTE: PROZEDUR DATASETS used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
 
 
103        %generate(data=sashelp.classXXX, by=sex, out=test1.class)
MPRINT(GENERATE):   data;
MPRINT(GENERATE):   run;
 
NOTE: The data set WORK.DATA7 has 1 observations and 0 variables.
NOTE: DATA-Anweisung used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
 
 
MPRINT(GENERATE):   data;
MPRINT(GENERATE):   run;
 
NOTE: The data set WORK.DATA8 has 1 observations and 0 variables.
NOTE: DATA-Anweisung used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
 
 
ERROR: Datei SASHELP.CLASSXXX.DATA existiert nicht.
MPRINT(GENERATE):   proc sort data=sashelp.classXXX out=WORK.DATA7;
MPRINT(GENERATE):   by sex;
MPRINT(GENERATE):   run;
 
NOTE: The SAS System stopped processing this step because of errors.
WARNING: The data set WORK.DATA7 may be incomplete.  When this step was stopped there were 0 observations and 0 variables.
WARNING: Datei WORK.DATA7 wurde nicht ersetzt, da dieser Schritt angehalten wurde.
NOTE: PROZEDUR SORT used (Total process time):
      real time           0.01 seconds
      cpu time            0.00 seconds
41                                                                                                                       Das SAS System                                                                                             11:39 Friday, March 21, 20
 
 
ERROR: Macro Generate: data= or by= specified incorrectly
104        %endTestcall()
 
 
MPRINT(ENDTESTCALL):   PROC PRINTTO LOG="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\de/log/003.log" PRINT="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\de/tst/003.lst" ;
MPRINT(ENDTESTCALL):   RUN;