option set=GRIDHOST="grid001.example.com"; 1 option set=GRIDINSTALLLOC="/opt/TKGrid"; libname grp1 sashdat path="/dept/grp1"; 2 proc lasr create port=10010 noclass; performance nodes=all; run; proc lasr add data=grp1.sales2012 port=10010; format predict $dollar20. 3 actual $dollar20.; run; proc lasr add data=grp1.sales2013(where=(region="West")) port=10010; 4 run;