BookmarkSubscribeRSS Feed
Haris
Lapis Lazuli | Level 10

I am running multiple I/O heavy programs in SAS batch mode.  I have 10-core CPU with HT and two storage disks.  Is there a way I can direct one job to be done on HDisk1 and the second on HDisk2?  Any direction is appreciated.

1 REPLY 1
SASKiwi
PROC Star

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

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 575 views
  • 0 likes
  • 2 in conversation