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 (January 2001, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 2 Jan 2001 10:59:34 +0100
Reply-To:     Andre Wielki <wielki@INED.FR>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Andre Wielki <wielki@INED.FR>
Subject:      Re: help: ssd01(UNIX 6.12) to sd2 (PC 8.1) without any other
              product
Comments: To: GU <cku@NDMCTSGH.EDU.TW>
Content-Type: text/plain; charset="us-ascii"

Hello Ku, Perhaps an undocumented manner of doing but I was surprised because it works under pc windows and sas 8.1 f: is viewed through NFS and file is well a crime.ssd01 file (created by stattransfer because our unix system produce only .ssd04 in 6.12) result is a crime.sd2 which i have viewed with viewtable after the data step without problem

in 8.1 , you have normally .sas7bdat suffix if you create a v8 table! but you asked for a v6 table .sd2

hope this help you

Andre

25 libname ux 'f:\'; NOTE: Directory for library UX contains files of mixed engine types. NOTE: Libref UX was successfully assigned as follows: Engine: V8 Physical Name: f:\ 26 libname pc v6 'c:\'; NOTE: Libref PC was successfully assigned as follows: Engine: V6 Physical Name: c:\ 27 * copy ssd01(v6) to sd2(v6) ; 28 data pc.crime; 29 set ux.crime; 30 run;

NOTE: There were 50 observations read from the data set UX.CRIME. NOTE: The data set PC.CRIME has 50 observations and 9 variables. NOTE: DATA statement used: real time 0.15 seconds

At 16:45 02/01/01 -0500, GU wrote: > > Hi, there, > > Is there an Expert know how to transfer a data set from ssd01 (SAS 6.12, > UNIX) to sd2 (SAS 8.0, PC) while only having a PC version? Thanks!! > > > Happy New Year!! > > Ku

___________ WIELKI Andre INED - Service Informatique 133 Bd Davout, 75 020 Paris FRANCE Tel: 01 56 06 21 54


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