LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 2000, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 4 Jul 2000 16:35:35 +0800
Reply-To:   nil <s991250@MAILSERV.CUHK.EDU.HK>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   nil <s991250@MAILSERV.CUHK.EDU.HK>
Organization:   The Chinese University of Hong Kong
Subject:   SQL and MERGE
Content-Type:   text/plain; charset=us-ascii

To merge two datasets with 1 common key, I can either 1) Use "PROC SORT", then use "MERGE"

2) "PROC SQL"

If my datasets are very large, is it better (to avoid run out of virtual memory) to use "PROC SQL" ?

Thanks in advance.


Back to: Top of message | Previous page | Main SAS-L page