29 data a;
30 set sashelp.class;
31 run;
NOTE: There were 19 observations read from the data set SASHELP.CLASS.
NOTE: The data set WORK.A has 19 observations and 5 variables.
NOTE: DATA statement used (Total process time):
real time 0.12 seconds
cpu time 0.00 seconds
421 proc reg data=a;
422 model age=height weight;
423 run;
423! quit;
NOTE: PROCEDURE REG used (Total process time):
real time 0.09 seconds
cpu time 0.01 seconds