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.january port=10010; 2 performance host="grid001.example.com" nodes=all; run; proc lasr add data=hdfs.february port=10010; 3 performance host="grid001.example.com" nodes=all; run; data example.march; 4 set otherlib.march; run; proc imstat; table example.january; 5 set february / drop; 6 set march; 7 run; save path="/hps/qtr1" copies=1 replace fullpath; 8 quit;