Date: Tue, 27 Oct 2009 18:18:09 +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: convert SPSS to SAS
In-Reply-To: <200910271708.n9RAks8F008058@malibu.cc.uga.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Darren
see inyour work
normaly you have a format catalog
then
to open your newfilename sas table (probably no more in the work) you
must before submit this
options fmtsearch=(work.formats);
did this solve your problem
or was this message a message of proc import?
Andre
darren Brust a écrit :
> I used the following code to convert SPSS file to SAS dataset
>
> PROC IMPORT DATAFILE='temp.sav'
> OUT=work.newfilename
> DBMS=SAV replace;
> RUN;
>
> but I cannot get the formats loaded.
>
> the error message: 'ERROR: The format D27B was not found or could not be
> loaded.'
>
> please help!
>
>
--
André WIELKI
INED (Institut National d'Etudes Démographiques)
Service Informatique
133 Boulevard Davout 75980 Paris Cedex 20
mél : wielki@ined.fr tél : 33 (0) 1 56 06 21 54