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 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 10 Jul 2000 16:43:26 GMT
Reply-To:     shiling@MATH.WAYNE.EDU
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         shiling@MATH.WAYNE.EDU
Organization: Deja.com - Before you buy.
Subject:      Re: proc datasets / proc copy

I think you are right about proc datasets/copy. I sometimes use host 'copy' or 'move' to duplicate/move a SAS file. But be careful with indexed datasets.

A data step or proc append will also create a data set under the same location.

In article <20000709205954.6436.qmail@web1305.mail.yahoo.com>, Annie Chang <chang5a@YAHOO.COM> wrote: > I was surprised to find that in SAS there is > NO easy way to make a copy of datafile. In > proc datasets / proc copy, you either have > to copy dataset to a DIFFERENT library or > change the name of the dataset. what I want > is two identical datasets but with differnet names. > or I missed something? (don't argue why i need this > thing in the first place:) that is not the point) > > -ac > > __________________________________________________ > Do You Yahoo!? > Get Yahoo! Mail – Free email you can access from anywhere! > http://mail.yahoo.com/ >

Sent via Deja.com http://www.deja.com/ Before you buy.


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