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 (April 2002, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 12 Apr 2002 18:06:31 -0400
Reply-To:   FMAINVILLE <fmr@MAGMA.CA.NOSPAM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   FMAINVILLE <fmr@MAGMA.CA.NOSPAM>
Subject:   Handling the $ in an ODBC libref to an Excel file.
Content-Type:   text/plain;

Greetings to all,

In defining an ODBC Libref to Excel, the dataset name get represented as Sheet1$ I have spent the day toying with the various quoting functions with out success... Converting to Ms Access solved the issue, but is there a way to handle the $ ?

For example, in the following code

Proc sql; select * from mylib.sheet1$ ; quit;

SAS will complain about the $. Any way of fixing this ?

Thanks in advance, F. Mainville Statistics Canada


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