| 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
|