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

@Reeza

 

Too close to call.  A few seconds difference between using name ranges vs. a macro variable.  That kind of difference could go either way each time the code is run, probably without any clear pattern (or at least that's my experience with run times this close together).  

 

However, since all the code is already written, let me run it a couple of times.  It takes less than 15 minutes per run.  I'll report back.

 

Jim

jimbarbour
Meteorite | Level 14

@Reeza,

 

I've run the tests several times now with 500 million rows each.  The CPU run time differences between the various form of variable reference in the MIN(of XXX) don't seem to matter much including the array reference.  

 

The one thing that stands out is that the all array method takes about 7.5  minutes but the MIN(of XXX) methods take about 5.5 minutes each.  The MIN(of XXX) method taking 5.5 minutes is pretty consistent no matter if the variable set is specified by range(s), a macro var, or by an array reference.  My first run showed some slowness in an array reference, but that appears to have been a one time thing.  

 

Jim

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
  • 16 replies
  • 3592 views
  • 14 likes
  • 3 in conversation