BookmarkSubscribeRSS Feed
DavidCaliman
Calcite | Level 5

I need any special license to run the SAS to the options below?

-cpucount 4

-threads

I need to increase the processing power in the SAS.

When two jobs perform the same time, the performance is very low.

I added the following command line in the Job and the log did not show anything related to threads.

THREADS=YES CPUCOUNT=4

2 REPLIES 2
Patrick
Opal | Level 21

These options only help you if your process is able to run multithreaded. A SAS datastep for example is single threaded.

But: If two jobs run in parallel impact on each others performance then there must be another problem and it's likely hardware based - eg. a slow disk or network and both jobs are having a lot of I/O.

jakarman
Barite | Level 11

Reboot your mind and start with evaluating your environments bottom-up and top-down.

At the the top are you performance requirements at the bottom what the hardware can deliver, those worlds should meet each other.
Starting at the bottom review: 42197 - A list of papers useful for troubleshooting system performance problems You will see IO environments are often a bottleneck as of the same for too small size machines (memory).

Thinking on speeding up by faster cpu-s is a hoax, they are not really becoming faster since 2003.

You can run multiple jobs on one machine as long the needed resources (IO - memory) are sufficient. When not there horizontal scaling called grid computing.

There are procedures supporting multithreading as examples sort and proc sql. There are no notes on the log on that. With an excellent system (all cached io)  you will see real time (wall clock) becoming less as used time (summing up).

   

Whether it is legal compliant to do that is just a contract question. Review your contract on that. It could become  a loose-loose when you are  not able to get this aligned.     

---->-- ja karman --<-----

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1206 views
  • 0 likes
  • 3 in conversation