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 (October 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: darren Brust <darrenbrust@GMAIL.COM>
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


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