BookmarkSubscribeRSS Feed
bpriy
Calcite | Level 5
I am new to SAS - using the SAS UE.
I'm trying to run the below proc sql join in SAS code for "readmission" variable and it is stuck/ running for past 15 hours-- I want to know if it generally takes that long on SAS university edition.
Is there another way to do it? 
 The database has 14 million rows.
If you click this link and go to the tab "using the NRD"----->click on "specify readmission" that's the proc sql join in code that I'm talking about.

 

Any help in this matter is greatly appreciated.

Thanks,

bpriy

3 REPLIES 3
Reeza
Super User
It’s possible the data is too big for SAS UE. Can you try the code with 100,000 records and see if it works. There is no technical limits but I believe SAS UE has about 20GB assigned.
bpriy
Calcite | Level 5
Thanks for your reply!
I just checked- the first step - defining the "index events" brought down the set of rows to 5400.
So, the proc sql inner join code is actually on the 5400 rows.
Reeza
Super User

Did you have a QUIT at the end? PROC SQL does not terminate with a RUN. 


@bpriy wrote:
Thanks for your reply!
I just checked- the first step - defining the "index events" brought down the set of rows to 5400.
So, the proc sql inner join code is actually on the 5400 rows.

 

SAS Innovate 2025: Register Today!

 

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 2241 views
  • 0 likes
  • 2 in conversation