BookmarkSubscribeRSS Feed
Grumbler
Obsidian | Level 7

we have a STP that runs on SASAPP stored process server with streaming option since we need to return some graphics.  the browser console indicates that the STP ran about 15 seconds.  however, when i check the sas log of the STP code, the real time execution is nowhere near 15 seconds.  any idea where is the extra time from?  or the sas log real time isn't accurate?  thanks.

4 REPLIES 4
Grumbler
Obsidian | Level 7

nevermind.  found out it's due to x command.  sas obviously doesn't capture any time in the log.

LinusH
Tourmaline | Level 20

Consider using filename pipe instead.

I assume at least real time will reflect the time spent with your host call.

Data never sleeps
jakarman
Barite | Level 11

The real-time is the wall clock time and cpu-time the time spend added by multiple processors.
Those measurements are the ones a seen by the SAS process. That is excluding the transfer between SAS and the desktop.

It is excluding time spend by external processes (RDBMS or OS).

As you are talking about graphics you could also have something there. X11 may be used for that at the OS level (Unix types) that should be installed with the virtualization layer. As Unix admins do not like graphical approaches it is often omitted. Xvfb - Wikipedia, the free encyclopedia
 

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

sas-innovate-white.png

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

Register now

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
  • 4 replies
  • 1849 views
  • 0 likes
  • 4 in conversation