<?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: STP text output in excel in Developers</title>
    <link>https://communities.sas.com/t5/Developers/STP-text-output-in-excel/m-p/41916#M2784</link>
    <description>What technique are you using to output the SAS output to Excel?  Can you post a simplified code sample?&lt;BR /&gt;
&lt;BR /&gt;
Vince&lt;BR /&gt;
SAS R&amp;amp;D</description>
    <pubDate>Mon, 08 Jun 2009 12:57:39 GMT</pubDate>
    <dc:creator>Vince_SAS</dc:creator>
    <dc:date>2009-06-08T12:57:39Z</dc:date>
    <item>
      <title>STP text output in excel</title>
      <link>https://communities.sas.com/t5/Developers/STP-text-output-in-excel/m-p/41915#M2783</link>
      <description>Hi: &lt;BR /&gt;
I have a stp that outputs in Excel.  One type of character  value that it outputs is MAR2011. Eventhough this is character , Excel transforms this into a date of Mar/20/2011. Is there a way to output an STP in text ? Or someway for the character value not to be converted into this Excel date?&lt;BR /&gt;
Thanks,&lt;BR /&gt;
jp</description>
      <pubDate>Mon, 08 Jun 2009 12:43:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/STP-text-output-in-excel/m-p/41915#M2783</guid>
      <dc:creator>jplarios</dc:creator>
      <dc:date>2009-06-08T12:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: STP text output in excel</title>
      <link>https://communities.sas.com/t5/Developers/STP-text-output-in-excel/m-p/41916#M2784</link>
      <description>What technique are you using to output the SAS output to Excel?  Can you post a simplified code sample?&lt;BR /&gt;
&lt;BR /&gt;
Vince&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Mon, 08 Jun 2009 12:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/STP-text-output-in-excel/m-p/41916#M2784</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2009-06-08T12:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: STP text output in excel</title>
      <link>https://communities.sas.com/t5/Developers/STP-text-output-in-excel/m-p/41917#M2785</link>
      <description>Hi Vince,&lt;BR /&gt;
example :&lt;BR /&gt;
&lt;BR /&gt;
proc sql;&lt;BR /&gt;
  &lt;BR /&gt;
    select column_name label ='00'x  &lt;BR /&gt;
/* label '00'x because need no column   headers*/&lt;BR /&gt;
&lt;BR /&gt;
from tableA&lt;BR /&gt;
&lt;BR /&gt;
quit;</description>
      <pubDate>Mon, 08 Jun 2009 13:01:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/STP-text-output-in-excel/m-p/41917#M2785</guid>
      <dc:creator>jplarios</dc:creator>
      <dc:date>2009-06-08T13:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: STP text output in excel</title>
      <link>https://communities.sas.com/t5/Developers/STP-text-output-in-excel/m-p/41918#M2786</link>
      <description>That code creates output in the Output window/lst file.  How does it get to Excel?  As HTML, CSV or other?&lt;BR /&gt;
&lt;BR /&gt;
Vince&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Mon, 08 Jun 2009 13:07:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/STP-text-output-in-excel/m-p/41918#M2786</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2009-06-08T13:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: STP text output in excel</title>
      <link>https://communities.sas.com/t5/Developers/STP-text-output-in-excel/m-p/41919#M2787</link>
      <description>Vince,&lt;BR /&gt;
I use the Add-in to output in CSV-result type.</description>
      <pubDate>Mon, 08 Jun 2009 13:13:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/STP-text-output-in-excel/m-p/41919#M2787</guid>
      <dc:creator>jplarios</dc:creator>
      <dc:date>2009-06-08T13:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: STP text output in excel</title>
      <link>https://communities.sas.com/t5/Developers/STP-text-output-in-excel/m-p/41920#M2788</link>
      <description>You might want to try posting to the Integration with Microsoft Office Forum:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/forum.jspa?forumID=7" target="_blank"&gt;http://support.sas.com/forums/forum.jspa?forumID=7&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Be sure to indicate in your subject that you are using the SAS Add-In for Microsoft Office.&lt;BR /&gt;
&lt;BR /&gt;
Vince&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Mon, 08 Jun 2009 13:38:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/STP-text-output-in-excel/m-p/41920#M2788</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2009-06-08T13:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: STP text output in excel</title>
      <link>https://communities.sas.com/t5/Developers/STP-text-output-in-excel/m-p/41921#M2789</link>
      <description>Thanks Vince,&lt;BR /&gt;
will do,&lt;BR /&gt;
jp</description>
      <pubDate>Mon, 08 Jun 2009 13:50:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/STP-text-output-in-excel/m-p/41921#M2789</guid>
      <dc:creator>jplarios</dc:creator>
      <dc:date>2009-06-08T13:50:18Z</dc:date>
    </item>
  </channel>
</rss>

