libname example sasiola host="grid001.example.com" port=10010 tag='hps'; libname hdfs sashdat host="grid001.example.com" install="/opt/TKGrid" path="/hps"; 1 proc lasr add data=hdfs.transactions(partition=(customerid)) port=10010; 2 performance host="grid001.example.com" nodes=all; run; proc lasr add data=hdfs.recenttrans(partition=(dateid)) port=10010; 3 performance host="grid001.example.com" nodes=all; run; proc imstat; table example.recenttrans; 4 partition customerid; run; table example.transactions; 5 set &_templast_ / drop; 6 quit;