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

40                                                                                                                       The SAS System                                                                                             11:39 Friday, March 21, 201
 
NOTE: PROCEDURE 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: PROCEDURE 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: PROCEDURE 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 statement 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 statement used (Total process time):
      real time           0.01 seconds
      cpu time            0.01 seconds
 
 
ERROR: File SASHELP.CLASSXXX.DATA does not exist.
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: Data set WORK.DATA7 was not replaced because this step was stopped.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
 
41                                                                                                                       The 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\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;