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 2002, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 26 Jul 2002 15:37:57 -0400
Reply-To:   "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Subject:   Re: SAS V8 to view *.sd2 files
Comments:   cc: "Pandit, Ann" <ann.pandit@SPCORP.COM>
Content-Type:   text/plain; charset="iso-8859-1"

> From: Pandit, Ann [mailto:ann.pandit@SPCORP.COM] > I could not see *.sd2 file via my SAS V8 explore. > What do I need to do?

Here the template for proc COPY:

libname LIB_FROM v6 "";%*note engine; libname LIB_TO v8 "";

proc COPY in = LIB_FROM out = LIB_TO memtype = data memtype = (access all catalog data program view) move ; exclude DSN1 DSN2 /memtype = data ; select DSN1 DSN2 select DSN: select DSN1-DSN3 /memtype = data ;

Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov

By using your intelligence -- or your old v6 *.sd2 files -- you can sometimes make your problems twice as complicated. -- Ashleigh Brilliant


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