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 2001, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 9 Jul 2001 08:41:14 -0400
Reply-To:   "BERUBE, JEAN" <berube.jean@BELL.CA>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "BERUBE, JEAN" <berube.jean@BELL.CA>
Organization:   Bell Canada
Subject:   [Fwd: Importing XLS files]
Content-Type:   text/plain; charset=us-ascii

There is a fix (PCFF_81) that correct this problem. Take a look on SAS website.

JF

-------- Original Message -------- Subject: Importing XLS files Date: Wed, 2 Feb 2000 08:20:06 -0500 From: "Sheryl LaCoursiere" <Sheryl.LaCoursiere@UCONN.EDU> Reply-To: "Sheryl LaCoursiere" <Sheryl.LaCoursiere@UCONN.EDU> To: SAS-L@LISTSERV.UGA.EDU Newsgroups: bit.listserv.sas-l

I am trying to import an excel v.4 spreadsheet into SAS v.6.12 on WinNT 4.0 workstation, and get the following error:

proc import out=pubh497.sf36test datafile= "c:\winnt\profiles\administrator\desktop\testSAS2.xls" dbms= excel4 replace; ERROR: EXE linked with errors, loading e:\SAS\core\sasdll\SASIMXLS.DLL NOTE: The SAS System stopped processing this step because of errors. NOTE: The PROCEDURE IMPORT used 0.22 seconds.

later on it gives this message:

NOTE: Variable f01 is uninitialized. NOTE: Variable f02 is uninitialized. NOTE: Variable f03 is uninitialized. NOTE: Variable f04 is uninitialized.

Does anyone have any ideas: (1) What is the problem with SASIMXLS.DLL, (2) how do I initalize the variables, and (3) is there a better way to do this?

Thanks Sheryl

Sheryl LaCoursiere, PhD(c) University of Connecticut


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