<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to import HTML files which are saved in Excel files bu using sas? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63872#M18156</link>
    <description>hi synthia,&lt;BR /&gt;
&lt;BR /&gt;
thanka a lot for providing valuable information.Yeas sas integrator  means integrating sas with other softwares like java.dot net etc</description>
    <pubDate>Tue, 02 Dec 2008 08:21:53 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-12-02T08:21:53Z</dc:date>
    <item>
      <title>How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63853#M18137</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I guess my question is very clear ...........i just want to import HTML files whuch are saved as excel format ............kindly need a solution as soon as possible....</description>
      <pubDate>Mon, 01 Dec 2008 09:59:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63853#M18137</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-01T09:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63854#M18138</link>
      <description>Do you mean that you have a HTML-file that you have imported to Excel, and then save as an Excel file? In this case you could good old PROC IMPORT or LIBNAME EXCEL.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Mon, 01 Dec 2008 11:38:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63854#M18138</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2008-12-01T11:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63855#M18139</link>
      <description>Hi Linus,&lt;BR /&gt;
&lt;BR /&gt;
yeah exactly.................i have a HTML file which is saved as .xls in excel file.......and am trying to import those file to sas,but am getting some error.&lt;BR /&gt;
&lt;BR /&gt;
i used proc import also,am not able to import</description>
      <pubDate>Mon, 01 Dec 2008 12:37:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63855#M18139</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-01T12:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63856#M18140</link>
      <description>I suggest that you share your PROC IMPORT code together with the SAS LOG, and maybe a description about how your HTML data is placed in the Excel file.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Mon, 01 Dec 2008 12:46:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63856#M18140</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2008-12-01T12:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63857#M18141</link>
      <description>ok i will explain clearly...........&lt;BR /&gt;
&lt;BR /&gt;
i have a report which initially exported to excel as HTML format by using&lt;BR /&gt;
&lt;BR /&gt;
ODS HTML Body='..................S.xls';&lt;BR /&gt;
proc means=xxx;&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
..&lt;BR /&gt;
.&lt;BR /&gt;
&lt;BR /&gt;
ods html close;&lt;BR /&gt;
&lt;BR /&gt;
so the file got exported to excel file as HTML frormat.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
ok now i want to import this HTML format file to SAS.&lt;BR /&gt;
&lt;BR /&gt;
Are u clear now?&lt;BR /&gt;
&lt;BR /&gt;
kumar</description>
      <pubDate>Mon, 01 Dec 2008 12:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63857#M18141</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-01T12:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63858#M18142</link>
      <description>By doing so, I think you just created a HTML-file with a XLS suffix, but it's still a HTML-file. You need to open this file into Excel, and then Save as.. Microsoft Excel Workbook.&lt;BR /&gt;
&lt;BR /&gt;
But why don't you just use the OUT= statement in PROC MEANS? It seems quite unnecessary complicated...&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Mon, 01 Dec 2008 13:46:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63858#M18142</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2008-12-01T13:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63859#M18143</link>
      <description>Hi:&lt;BR /&gt;
  Linus is correct. When you use ODS HTML to create an HTML file and you give that file a .XLS file extension, you are NOT exporting the file to Excel format. You are creating an HTML file that Excel knows how to open and render. Ever since Office 97, Excel has been able to open HTML files.&lt;BR /&gt;
&lt;BR /&gt;
  However, users of ODS HTML quickly learned the trick that if they named the file with a .XLS file extension, that Excel would launch from the SAS Results Window. This happens because you have fooled the Windows registry, not because you have done an export to a true, binary Excel proprietary format file.&lt;BR /&gt;
&lt;BR /&gt;
  The only mechanisms in SAS to export to Excel format are:&lt;BR /&gt;
1) PROC EXPORT&lt;BR /&gt;
2) Libname Excel Engine&lt;BR /&gt;
3) SAS Add-in for Microsoft Office&lt;BR /&gt;
and, I suppose some would say using SAS with DDE or OLE-DB. But the topic of discussion here is ODS HTML.&lt;BR /&gt;
&lt;BR /&gt;
If you opened the HTML file (which contained output from PROC MEANS) in Excel, you would see the file in worksheet form. If you opened the HTML file with Notepad or a text editor, you would see HTML markup tags in the file.&lt;BR /&gt;
&lt;BR /&gt;
So, if you made changes to the HTML file while in Excel and resaved it as HTML, then you might use the HTML engine to read the file back into SAS format. If you made changes to the HTML file while in Excel and resaved it as an XLS file (Office 97-2003) format, you should be able to read it with PROC IMPORT. If you made changes to the HTML file while in Excel and resaved it as an XLSX file (Office 2007 XML format), then I believe you have to use the OLE-DB engine to read the file back into SAS.&lt;BR /&gt;
&lt;BR /&gt;
If you created the file from PROC MEANS and have not made any changes while the file has been in Excel, then Linus is correct that PROC MEANS has 2 ways to create an output data set. One way involves the OUTPUT statement inside PROC MEANS syntax and the other way involves using ODS OUTPUT to create an output data set. &lt;BR /&gt;
&lt;BR /&gt;
But again, giving your ODS HTML file a .XLS extension is NOT doing an export to Excel format. So you must tailor your method of reading the file back into SAS (if necessary) accordingly.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 01 Dec 2008 13:56:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63859#M18143</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-12-01T13:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63860#M18144</link>
      <description>hi.........&lt;BR /&gt;
&lt;BR /&gt;
yeah it seems to be cpmplicated..........but this format is asked by our customer....so am doing the same.</description>
      <pubDate>Mon, 01 Dec 2008 13:59:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63860#M18144</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-01T13:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63861#M18145</link>
      <description>hi by the way.................what is the 3rd mechanism......i mean can u explain clearly about SAS add-in microsoft office........</description>
      <pubDate>Mon, 01 Dec 2008 14:01:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63861#M18145</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-01T14:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63862#M18146</link>
      <description>Hi:&lt;BR /&gt;
  Yes, I can explain what the SAS Add-In for Microsoft Office is.&lt;BR /&gt;
&lt;BR /&gt;
  The SAS Add-In for Microsoft Office is a component of the SAS Enterprise Intelligence Platform (sometimes also called the BI Platform (Business Intelligence)). &lt;BR /&gt;
&lt;BR /&gt;
  The central component of the Business Intelligence offering of SAS is the metadata server, which defines metadata about the users, servers, files, libraries, resources of the installation. Business users generally perform SAS tasks from within client applications, such as SAS Enterprise Guide, Excel, Word, SAS Web Report Studio in order to access and analyze their data -- this means that although they are using SAS on the server, they are using SAS from within an application that they are most comfortable with. For complex analyses or analysis or reporting that can best be done with SAS code (such as PROC TABULATE or SAS/Graph or PROC GLM...), the platform has the capability of allowing programmers to package SAS code into "Stored Processes" which are SAS programs that live in a stored process repository, defined to the metadata and which can be executed from the client applications that are part of the Enterprise Intelligence Platform.&lt;BR /&gt;
&lt;BR /&gt;
The SAS Add-In for Microsoft Office is not a "stand-alone" software module that you can buy. It only comes as part of the whole Enterprise Intelligence Platform, whose purchase is generally an enterprise-level decision, which requires advance planning to configure and install.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 01 Dec 2008 14:12:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63862#M18146</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-12-01T14:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63863#M18147</link>
      <description>That is a part of SAS BI Server package. You need to install SAS components with your MS Office client installation. It means that you can use Excel as a client to connect to SAS via Intelligent Architecture Servers. You can access data directly or running Stored Processes, among other thing. See &lt;A href="http://www.sas.com" target="_blank"&gt;www.sas.com&lt;/A&gt; and support.sas.com for more extensive information about this topic.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Mon, 01 Dec 2008 14:14:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63863#M18147</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2008-12-01T14:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63864#M18148</link>
      <description>Hi,&lt;BR /&gt;
thanks a lot for giving clear idea about this mechanism.&lt;BR /&gt;
&lt;BR /&gt;
How can this be implemented and what is the procedure for doing this?&lt;BR /&gt;
do we require a separate software for this or we can do this in sas 8 version?&lt;BR /&gt;
&lt;BR /&gt;
if u have any material or motes please let me know the link?&lt;BR /&gt;
&lt;BR /&gt;
regards&lt;BR /&gt;
&lt;BR /&gt;
kumar</description>
      <pubDate>Mon, 01 Dec 2008 14:17:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63864#M18148</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-01T14:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63865#M18149</link>
      <description>First you need to upgrade to SAS 9.1.3. Then you need to purchase SAS BI server or some other bundle that gives you this functionality. I suggest that you contact your SAS sales representative, or having your SAS contact person to do it.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Mon, 01 Dec 2008 14:24:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63865#M18149</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2008-12-01T14:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63866#M18150</link>
      <description>Yes, this is all separate client-server software. I do not think the BI platform will work with SAS 8. It was first introduced with SAS 9. &lt;BR /&gt;
&lt;BR /&gt;
If you go to &lt;A href="http://www.sas.com" target="_blank"&gt;www.sas.com&lt;/A&gt; and investigate some of these links:&lt;BR /&gt;
&lt;A href="http://www.sas.com/technologies/bi/" target="_blank"&gt;http://www.sas.com/technologies/bi/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www.sas.com/technologies/bi/entbiserver/index.html" target="_blank"&gt;http://www.sas.com/technologies/bi/entbiserver/index.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www.sas.com/resources/factsheet/sas-enterprise-bi-server-factsheet.pdf" target="_blank"&gt;http://www.sas.com/resources/factsheet/sas-enterprise-bi-server-factsheet.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
it may give you a better idea about enterprise-level software of this magnitude.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 01 Dec 2008 14:25:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63866#M18150</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-12-01T14:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63867#M18151</link>
      <description>ok thanks a lot .....will do that.&lt;BR /&gt;
&lt;BR /&gt;
if u dont mind i have one question.........since how many years u r working on sas becoz u seems to be pretty comfortable with sas?</description>
      <pubDate>Mon, 01 Dec 2008 14:29:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63867#M18151</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-01T14:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63868#M18152</link>
      <description>oh thanks a lot.&lt;BR /&gt;
&lt;BR /&gt;
kumar</description>
      <pubDate>Mon, 01 Dec 2008 14:30:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63868#M18152</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-01T14:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63869#M18153</link>
      <description>Hi:&lt;BR /&gt;
  I have been working with SAS software for almost 30 years. I have been working at SAS for the past 12 years as an instructor and course developer.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 01 Dec 2008 14:33:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63869#M18153</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-12-01T14:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63870#M18154</link>
      <description>hi.......thats really great......ao i can learn more things from you......and my age is less than urs SAS experience....and another question.can u explain about SAS integrator with example?</description>
      <pubDate>Mon, 01 Dec 2008 14:37:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63870#M18154</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-01T14:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63871#M18155</link>
      <description>Hi:&lt;BR /&gt;
I really don't know what you mean by "sas integrator". Perhaps you mean SAS Integration Technologies? You are better off searching support.sas.com and the documentation for examples at support.sas.com.&lt;BR /&gt;
&lt;BR /&gt;
For example, here are some Tech Support notes and documentation links which may be of interest to you (which were found by using the SEARCH engine on support.sas.com and searching on phrases like Integration Technologies web services .NET .COM etc):&lt;BR /&gt;
&lt;A href="http://www.mysas.net/fI8Bx1pMa5/inttech/library/index.html" target="_blank"&gt;http://www.mysas.net/fI8Bx1pMa5/inttech/library/index.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/onlinedoc/inttech/" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/inttech/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/itech/doc9/dev_guide/websrvcs/using.html" target="_blank"&gt;http://support.sas.com/rnd/itech/doc9/dev_guide/websrvcs/using.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/itech/doc9/dev_guide/websrvcs/index.html" target="_blank"&gt;http://support.sas.com/rnd/itech/doc9/dev_guide/websrvcs/index.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/itech/doc9/dev_guide/websrvcs/decide.html" target="_blank"&gt;http://support.sas.com/rnd/itech/doc9/dev_guide/websrvcs/decide.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/itech/doc9/dev_guide/websrvcs/program.html" target="_blank"&gt;http://support.sas.com/rnd/itech/doc9/dev_guide/websrvcs/program.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/itech/updates/912/portal_dev.pdf" target="_blank"&gt;http://support.sas.com/rnd/itech/updates/912/portal_dev.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www.eclipse.org/community/casestudies/SASfinal.pdf" target="_blank"&gt;http://www.eclipse.org/community/casestudies/SASfinal.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www.sas.com/technologies/bi/query_reporting/guide/customtasks.html" target="_blank"&gt;http://www.sas.com/technologies/bi/query_reporting/guide/customtasks.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/7/568.html" target="_blank"&gt;http://support.sas.com/kb/7/568.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/7/770.html" target="_blank"&gt;http://support.sas.com/kb/7/770.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/7/567.html" target="_blank"&gt;http://support.sas.com/kb/7/567.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/25/286.html" target="_blank"&gt;http://support.sas.com/kb/25/286.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/25/272.html" target="_blank"&gt;http://support.sas.com/kb/25/272.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/tools/oledb/index.htm" target="_blank"&gt;http://support.sas.com/documentation/tools/oledb/index.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi31/231-31.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi31/231-31.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi29/037-29.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi29/037-29.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/appdev/V30/doc/sugi29p24-29.pdf" target="_blank"&gt;http://support.sas.com/rnd/appdev/V30/doc/sugi29p24-29.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
If you don't feel entirely comfortable searching support.sas.com, a Google search can also net you many SAS Global Forum papers on SAS topics like this or basic overviews of SAS functionaliry. You could also search the books by users at the SAS publication site, where you might find this link to a book by Dr. Pratter about Web Development that includes a discussion of Integration Technologies.&lt;BR /&gt;
&lt;A href="http://www.sas.com/apps/pubscat/bookdetails.jsp?catid=1&amp;amp;pc=59836" target="_blank"&gt;http://www.sas.com/apps/pubscat/bookdetails.jsp?catid=1&amp;amp;pc=59836&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
At any rate, there is a wealth of information and examples already available at the support.sas.com web site and if you have specific coding or installation or configuration issues, then SAS Tech Support can help you resolve those problems.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 01 Dec 2008 17:26:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63871#M18155</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-12-01T17:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to import HTML files which are saved in Excel files bu using sas?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63872#M18156</link>
      <description>hi synthia,&lt;BR /&gt;
&lt;BR /&gt;
thanka a lot for providing valuable information.Yeas sas integrator  means integrating sas with other softwares like java.dot net etc</description>
      <pubDate>Tue, 02 Dec 2008 08:21:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-import-HTML-files-which-are-saved-in-Excel-files-bu-using/m-p/63872#M18156</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-02T08:21:53Z</dc:date>
    </item>
  </channel>
</rss>

