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
 
44                                                                                                                       Das SAS System                                                                                             11:39 Friday, March 21, 20
 
 
110        proc datasets lib=test1 nolist kill;
111        quit;
 
NOTE: PROZEDUR DATASETS used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
 
 
112        proc datasets lib=test2 nolist kill;
113        quit;
 
NOTE: PROZEDUR DATASETS used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
 
 
114        %generate(data=sashelp.class, by=sexXXX, out=test1.class)
MPRINT(GENERATE):   data;
MPRINT(GENERATE):   run;
 
NOTE: The data set WORK.DATA9 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.DATA10 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):   proc sort data=sashelp.class out=WORK.DATA9;
MPRINT(GENERATE):   by sexXXX;
ERROR: Variable SEXXXX not found.
MPRINT(GENERATE):   run;
 
NOTE: The SAS System stopped processing this step because of errors.
WARNING: The data set WORK.DATA9 may be incomplete.  When this step was stopped there were 0 observations and 0 variables.
WARNING: Datei WORK.DATA9 wurde nicht ersetzt, da dieser Schritt angehalten wurde.
NOTE: PROZEDUR SORT used (Total process time):
      real time           0.01 seconds
      cpu time            0.01 seconds
 
ERROR: Macro Generate: data= or by= specified incorrectly
115        %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;
45                                                                                                                       Das SAS System                                                                                             11:39 Friday, March 21, 20