LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (April 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 26 Apr 2005 06:45:31 -0700
Reply-To:   nabakah@BRAATPAQ.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Nori A." <nabakah@BRAATPAQ.COM>
Subject:   Proc Append Q
Content-Type:   text/plain;charset=iso-8859-1

Hi all,

The proc append is generally faster than using set statements. In the world of the big iron, dasd can be an issue. If you do a proc append to a dataset that runs out of space, are there any straight forward solutions that a non-SAS user can easily follow? In the past (v6) we changed our APPENDs to MERGEs with BY variables - used more resources but was easily recoverable by our operations folks.

Is there a way for SAS to revert to the old dataset if an APPEND results in an error?

Regards Nori


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