<?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 problem while exporting in excel in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/problem-while-exporting-in-excel/m-p/203227#M50723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a data set with 7000+ variable , when i m exporting this dataset to excel , i m getting missing variable name in excel after 2000 variable.&lt;/P&gt;&lt;P&gt;please suggest me how can i resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2015 10:13:52 GMT</pubDate>
    <dc:creator>Aman4SAS</dc:creator>
    <dc:date>2015-06-11T10:13:52Z</dc:date>
    <item>
      <title>problem while exporting in excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/problem-while-exporting-in-excel/m-p/203227#M50723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a data set with 7000+ variable , when i m exporting this dataset to excel , i m getting missing variable name in excel after 2000 variable.&lt;/P&gt;&lt;P&gt;please suggest me how can i resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 10:13:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/problem-while-exporting-in-excel/m-p/203227#M50723</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2015-06-11T10:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: problem while exporting in excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/problem-while-exporting-in-excel/m-p/203228#M50724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you have 7' variables? Sounds like a bad design.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 10:22:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/problem-while-exporting-in-excel/m-p/203228#M50724</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-06-11T10:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem while exporting in excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/problem-while-exporting-in-excel/m-p/203229#M50725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a limit to the number of columns that Excel can handle, you are probably exceeding that.&amp;nbsp; Totally agree with Linus Hjorth, 7000 columns is unworkable in any situation.&amp;nbsp; What are you trying to do, if its a report then you need better design, summarise the data for instance.&amp;nbsp; If you are doing data transfer then CSV, or just dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 11:00:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/problem-while-exporting-in-excel/m-p/203229#M50725</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-06-11T11:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem while exporting in excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/problem-while-exporting-in-excel/m-p/203230#M50726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 7000+ orgnaization with 24 month data i need to create a mmm model. To see the pattern and effects i need to create it. I just looking a solution if is it possible to export or m i doing any mistake to export. &lt;/P&gt;&lt;P&gt;Please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:41:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/problem-while-exporting-in-excel/m-p/203230#M50726</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2015-06-11T12:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem while exporting in excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/problem-while-exporting-in-excel/m-p/203231#M50727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I am not understanding you.&amp;nbsp; Is this a model you are doing in SAS?&amp;nbsp; If so why the need to export anything to Excel?&lt;/P&gt;&lt;P&gt;If you are doing something in Excel, then you need to be aware of the limitations of Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:57:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/problem-while-exporting-in-excel/m-p/203231#M50727</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-06-11T12:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: problem while exporting in excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/problem-while-exporting-in-excel/m-p/203232#M50728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using sas addin in micorsoft excel and pull the data from sas using its objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 15:14:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/problem-while-exporting-in-excel/m-p/203232#M50728</guid>
      <dc:creator>ravi_paradkar</dc:creator>
      <dc:date>2015-06-11T15:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem while exporting in excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/problem-while-exporting-in-excel/m-p/203233#M50729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that you should make the organization a variable and create one dataset with all the organizations. Then you can make the organization variable part of the analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 12:11:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/problem-while-exporting-in-excel/m-p/203233#M50729</guid>
      <dc:creator>terryfearn</dc:creator>
      <dc:date>2015-06-12T12:11:10Z</dc:date>
    </item>
  </channel>
</rss>

