Errors  : 0
Warnings: 0

NOTE: PROCEDURE PRINTTO used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
 
 
38         data big;
39            do i=1 to 1000000;
40               x=ranuni(0);
41               output;
42            end;
43         run;
 
NOTE: The data set WORK.BIG has 1000000 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.15 seconds
      cpu time            0.14 seconds
 
 
44         %let nobs=%nobs(big);
45         %endTestcall()
MPRINT(ENDTESTCALL):   PROC PRINTTO LOG="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\en/log/005.log" PRINT="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\en/tst/005.lst" ;
MPRINT(ENDTESTCALL):   RUN;