Errors  : 2 ==> 1 2
Warnings: 2 ==> 1 2

NOTE: PROCEDURE PRINTTO used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
 
 
44                                                                                                                       The SAS System                                                                                             11:39 Friday, March 21, 20
 
110        proc datasets lib=test1 nolist kill;
111        quit;
 
NOTE: PROCEDURE 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: PROCEDURE 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 statement used (Total process time):
      real time           0.01 seconds
      cpu time            0.01 seconds
 
 
MPRINT(GENERATE):   data;
MPRINT(GENERATE):   run;
 
NOTE: The data set WORK.DATA10 has 1 observations and 0 variables.
NOTE: DATA statement 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: Data set WORK.DATA9 was not replaced because this step was stopped.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 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\en/log/003.log" PRINT="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\en/tst/003.lst" ;
MPRINT(ENDTESTCALL):   RUN;