NOTE: Copyright (c) 2002-2010 by SAS Institute Inc., Cary, NC, USA.
NOTE: SAS (r) Proprietary Software 9.3 (TS1M0)
Licensed to VYSOKA SKOLA EKONOMICKA V PRAZE, Site 70090733.
NOTE: This session is executing on the X64_7PRO platform.
NOTE: SAS initialization used:
real time 8.05 seconds
cpu time 1.24 seconds
1 data one;
2 do i=1 to 100000000;
3 output;
4 end;
5 run;
NOTE: The data set WORK.ONE has 100000000 observations and 1 variables.
NOTE: DATA statement used (Total process time):
real time 6.86 seconds
cpu time 5.72 seconds
|