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 9.80 seconds
cpu time 5.41 seconds
NOTE: The data set WORK.ONE has 100000000 observations and 1 variables.
NOTE: DATA statement used (Total process time):
real time 52.42 seconds
cpu time 6.51 seconds