BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
VVDR
Obsidian | Level 7

 

Hi All,

How I read SAS Log.

I see not much related posts on this question. I felt this as an important question and hence need your thoughts.

In the SAS logs we see CPU time and real time as below.

real time 21:24.17 --it means 21 minutes 24 seconds and 17 micro seconds

real time 15:23.08 --15 minutes 23 seconds and 08 micro seconds

real time 23:15.82 --23 minutes 15 seconds and 82 micro seconds

real time 1:23.13 --1 minute 23 seconds and 13 micro seconds
user cpu time 0.00 seconds --it gathers all CPU times and it is 0 seconds.

Please correct me if I am reading the log in the right way.

 

Cheers

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisNZ
Tourmaline | Level 20

> 21:24.17 --it means 21 minutes 24 seconds and 170 milliseconds ?

 

Yes, since you choose to go 3 digits right of the dot by using milliseconds (1e-3 seconds).

 

Or 21:24.17 --it means 21 minutes 24 seconds and 17 centiseconds if you want

Or 21:24.17 --it means 21 minutes 24 seconds and 1.7 deciseconds though no one uses these units.

 

It's all in the metric system. Magic!  

View solution in original post

5 REPLIES 5
Tom
Super User Tom
Super User

17 MICRO seconds would by .017.  .17 is 17 hundredths of a second.

VVDR
Obsidian | Level 7

Can you please correct me on the full statement.

Cheers

 

Kurt_Bremser
Super User

Decimal fractions are named like this:

  • milli - a 1000th
  • micro - millionth
  • nano - 1000th of a millionth
  • pico - 1000th of that
  • femto
  • atto

So 0.17 seconds are in fact 170 milliseconds. Otherwise, your readings are correct.

VVDR
Obsidian | Level 7

So, I should read like this :

real time 21:24.17 --it means 21 minutes 24 seconds and 170 milliseconds ?

 

Thanks

 

ChrisNZ
Tourmaline | Level 20

> 21:24.17 --it means 21 minutes 24 seconds and 170 milliseconds ?

 

Yes, since you choose to go 3 digits right of the dot by using milliseconds (1e-3 seconds).

 

Or 21:24.17 --it means 21 minutes 24 seconds and 17 centiseconds if you want

Or 21:24.17 --it means 21 minutes 24 seconds and 1.7 deciseconds though no one uses these units.

 

It's all in the metric system. Magic!  

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 5 replies
  • 5069 views
  • 1 like
  • 4 in conversation