filename ped588 'p588.dat';
options center linesize=78 pagesize=65 nodate;
data;
infile ped588;
input id direc y tamb;
/*vector generation statements go here*/
proc reg;
/*model specifications go here*/
run;
quit;