BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi,

We have a SAS program which is taking 7 to 10mins for execution. It has around 1300 lines of code. Is there anyway I can log timestams to see which part is actualy taking too long?

Thanks in advance
Raju
3 REPLIES 3
Cynthia_sas
Diamond | Level 26
Hi:
Your best bet for help with performance questions is Tech Support. To contact Tech Support, go to: http://support.sas.com and then click "Submit a Problem" in the left hand navigation pane.

cynthia
deleted_user
Not applicable
You have different options. What is you OS? You can use FULLSTIMER a general suggestion and also, look up ARM monitoring form the online help. That allows you very specific and precise induction points.

You can also place (quick and dirty) start and elapsed time at different intervals in your logs (not good method). If you are on UNIX, depending which flavor you can use vendor provided tools, such as GLM (for HP), etc.

HTH
Rafi
deleted_user
Not applicable
Have you turned off the Notes option?

The standard display gives you CPU and REAL time values for each step and will direct you immediately to the step(s) which is(are) taking too long.

Kind regards

David

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 3 replies
  • 1059 views
  • 0 likes
  • 2 in conversation