1 data one;
2 do i=1 to 100000000;
3 output;
4 end;
5 run;
NOTE: Compression was disabled for data set WORK.ONE because compression overhead would increase the size of the data set.
NOTE: The data set WORK.ONE has 100000000 observations and 1 variables.
NOTE: DATA statement used (Total process time):
real time 1:12.79
cpu time 4.76 seconds