Hi Admin Team,
We have noticed that the SAS codes running on the SAS server - XYZ has been running very slow lately for last 3 weeks. There is one Sas code which used to run for around 4hours till 3 weeks back. However, for last two weeks (till yesterday) it is taking around 8 hours to complete the same job.
user shared that :
1. network/bandwidth is good.
we could see:
2. Space is good to run.
can someone share your suggestions on it and do needful.
This is the sort of thing that requires knowing the baseline behavior, and then being able to measure from that.
Do you have a log of each, with the FULLSTIMER system option enabled?
With elapsed time changing, it's important to know if data volumes changed accordingly, or if an index has been dropped, or if data has moved to a slower network link, or... the list goes on.
If you don't have an earlier log to compare against, at least you could generate a log with the problem exhibited, and work your way through the steps with the longest elapsed times. See how much CPU is being consumed vs the elapsed time; this will help you to make a determination if you are CPU or I/O constrained.
Carl Sommer - SAS Technical Support
This is the sort of thing that requires knowing the baseline behavior, and then being able to measure from that.
Do you have a log of each, with the FULLSTIMER system option enabled?
With elapsed time changing, it's important to know if data volumes changed accordingly, or if an index has been dropped, or if data has moved to a slower network link, or... the list goes on.
If you don't have an earlier log to compare against, at least you could generate a log with the problem exhibited, and work your way through the steps with the longest elapsed times. See how much CPU is being consumed vs the elapsed time; this will help you to make a determination if you are CPU or I/O constrained.
Carl Sommer - SAS Technical Support
When a program changes behavior, such as run time, where the files involved have not drastically increased in time my first place to check would be with the IT staff to see what may have been added or removed from the IT environment.
Do you use SAS Environment Manager? It would be a good starting point to check the dashboards for any bottlenecks regarding CPU, memory and IO.
Compare the logs from back then with the current logs, step by step.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.