This is a very general question. I have a pretty extensive Microsoft SQL background, particularly with writing/designing complex queries. I need to make the leap to SAS and start converting some of my tasks. I'm looking for some good resources, hopefully with examples, to replicate some basic tasks that I performed in SQL, such as joining data from multiple datasets, updating, aggregating, etc...
I've used the PROC SQL; commands to do these tasks, but it is painfully slow. Using PROC SQL, it took over 30 minutes to delete 250,000 rows of data from a particular data set. Using DATA, SET and DELETE I did the same delete in about 30 seconds. What I'm looking for are the non- "proc sql" equivelants.
I'm a pretty fast learner and prefer online resources, but am not against buying printed materials if that can be recommended as well.
Thank-you in advance.
Jim
I've used the PROC SQL; commands to do these tasks, but it is painfully slow. Using PROC SQL, it took over 30 minutes to delete 250,000 rows of data from a particular data set. Using DATA, SET and DELETE I did the same delete in about 30 seconds. What I'm looking for are the non- "proc sql" equivelants.
I'm a pretty fast learner and prefer online resources, but am not against buying printed materials if that can be recommended as well.
Thank-you in advance.
Jim