If you are IO bound then it is your SAS WORK space that will be the bottleneck. Which drive does SAS WORK go to now? This will tell you where:
proc options option = work;
run;
Typically you point to a different SAS WORK space in your SAS config file but it can be done as an option in the SAS batch command