Date: Wed, 21 Apr 1999 09:14:42 +0100
Reply-To: adolf-a.quast@DB.COM
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Adolf Quast <adolf-a.quast@DB.COM>
Subject: Re: Reading ssd files with sas 6.12
Content-type: text/plain; charset=us-ascii
Hi,
the SSD extension of SAS-datasets are used by SAS 6.03/6.04 for MS-DOS.
If you want to read these datasets create a library whith the apropriate engine:
/* Untested */
LIBNAME OLD V604 '<your-path-to-ssd-files> ;
LIBNAME NEW '<your-path> ;
proc copy in=OLD out=NEW ;
run ;
Maybe other platforms also use the SSD extension. To find this out, use a
hex-editor and look at the first few bytes of the SSD-file. If you are lucky,
you will see the version and name of the dataset.
Regards
Adolf Quast
Datum: 20.04.99 20:28
An: SAS-L@uga.cc.uga.edu
Antwort an: chadw@bigfoot.com
Betreff: Re: Reading ssd files with sas 6.12
Nachrichtentext:
U.Carrascal <ursi@eaee.uva.es> wrote in message
news:7ff8sm$b2i$1@simancas.cpd.uva.es...
> Colleagues:
> How can I read ssd files with SAS 6.12?
> Thanks: U.Carrascal
If I am correct in assuming that the ssd files are Unix SAS files (SAS 6.12
on Solaris uses the extension ssd01) and you are trying to read them with
SAS 6.12 for Windows, you can use proc cport and proc cimport. But you have
to proc cport them on the Unix machine first.
If you have SAS/Connect you can use proc upload and proc download. Also, a
software package called DBMS/COPY should be able to convert the files as
well.
I'd need more specific information to help you more.
---
Chad Worthman
Dansys Consultants Inc.
www.dansys.com