BookmarkSubscribeRSS Feed
Mausam
Calcite | Level 5

I need to look up 600 observations in a table which contains more than 7cr observations. By using merge and left join, the program excutes in more than 8 hours. Please help.

3 REPLIES 3
Kurt_Bremser
Super User
Shmuel
Garnet | Level 18

How long are the common keys to make the lookup ?

How many variables are in the 600 lookup datasets? and how long are they?

Have you considered using a format to check matching, subseting matched observations and

do the merge on this subset only ?

 

 

 

RW9
Diamond | Level 26 RW9
Diamond | Level 26

You have provided nothing which would help us answer your question - look at the guidance above the post button - post test data in the form of a datastep, show the code you have been trying (formatted and using the {i} code window), any logs which might be throwing any errors/warnings etc.  Is the data all in SAS or is there a database invovled?  

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