我這也慢的過分了些:
NOTE: Copyright (c) 2002-2008 by SAS Institute Inc., Cary, NC, USA.
NOTE: SAS (r) Proprietary Software 9.2 (TS2M2)
Licensed to RENMIN UNIVERSITY OF CHINA, Site 11201562.
NOTE: This session is executing on the W32_VSPRO platform.
NOTE: SAS initialization used:
real time 2.63 seconds
cpu time 1.84 seconds
1 data one;
2
3 do i=1 to 100000000;
4
5 output;
6
7 end;
8
9 run;
NOTE: The data set WORK.ONE has 100000000 observations and 1 variables.
NOTE: DATA statement used (Total process time):
real time 1:50.67
cpu time 20.45 seconds
|