<?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: Proc export happens correctly but a weird dialogue box pop ups? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-happens-correctly-but-a-weird-dialogue-box-pop-ups/m-p/114283#M31644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of Excel are you using and how many rows are you putting in each sheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Excel version prior to 2008 has a limitation of 64K rows. Are you trying to put more than 64K rows in one sheet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Sep 2012 01:04:04 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2012-09-07T01:04:04Z</dc:date>
    <item>
      <title>Proc export happens correctly but a weird dialogue box pop ups?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-happens-correctly-but-a-weird-dialogue-box-pop-ups/m-p/114282#M31643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;Hi SAS Forum,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 11pt; background: white; font-family: Arial;"&gt;I have exported 10 SAS data sets to 10 different tabs of a same Excel file named “&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; background: white; color: blue; font-size: 11pt;"&gt;model_test.xls”.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; background: white; color: blue; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; background: white; color: blue; font-size: 11pt;"&gt;The code piece &lt;STRONG&gt;shown below, which is a part of a relatively long code,&amp;nbsp; does the exporting job correctly.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;%macro&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; name1(sheet_name,which_bank);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;PROC EXPORT DATA=k.Source_Data_Bank_&amp;amp;which_bank&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;OUTFILE=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;"\\Ad.noki.com\Cccp\Home\Fredrick\model_test.xls"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;DBMS=XLS REPLACE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;sheet = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;"&amp;amp;sheet_name"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;PUTNAMES=YES;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;%mend&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; name1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;%&lt;STRONG&gt;&lt;EM&gt;name1&lt;/EM&gt;&lt;/STRONG&gt;(sheet_name=Source_Data_Bank_10,which_bank=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;10&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;%&lt;STRONG&gt;&lt;EM&gt;name1&lt;/EM&gt;&lt;/STRONG&gt;(sheet_name=Source_Data_Bank_20,which_bank=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;20&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;%&lt;STRONG&gt;&lt;EM&gt;name1&lt;/EM&gt;&lt;/STRONG&gt;(sheet_name=Source_Data_Bank_30,which_bank=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;30&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;%&lt;STRONG&gt;&lt;EM&gt;name1&lt;/EM&gt;&lt;/STRONG&gt;(sheet_name=Source_Data_Bank_40,which_bank=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;40&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;%&lt;STRONG&gt;&lt;EM&gt;name1&lt;/EM&gt;&lt;/STRONG&gt;(sheet_name=Source_Data_Bank_50,which_bank=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;50&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;%&lt;STRONG&gt;&lt;EM&gt;name1&lt;/EM&gt;&lt;/STRONG&gt;(sheet_name=Source_Data_Bank_70,which_bank=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;70&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;%&lt;STRONG&gt;&lt;EM&gt;name1&lt;/EM&gt;&lt;/STRONG&gt;(sheet_name=Source_Data_Bank_80,which_bank=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;80&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;%&lt;STRONG&gt;&lt;EM&gt;name1&lt;/EM&gt;&lt;/STRONG&gt;(sheet_name=Source_Data_Bank_90,which_bank=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;90&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;%&lt;STRONG&gt;&lt;EM&gt;name1&lt;/EM&gt;&lt;/STRONG&gt;(sheet_name=Source_Data_Bank_100,which_bank=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;100&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: fuchsia; font-size: 20pt; background: yellow; font-family: 'Courier New';"&gt;Question:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;When I try to open the excel file &lt;/SPAN&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;named “&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;model_test.xls”, a dialogue box appears like this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #993366; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;File error: Data may have been lost&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="text-indent: 0.5in; padding-left: 90px;"&gt;&lt;STRONG style="color: #993366; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;ok&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But when I click the ok button in the above dialogue box, then the excel file comes with 10 tabs with correctly exported data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Have anyone of you come across this situation, and how to get rid of this dialogue box?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thank you &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Mirisage &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 20:04:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-happens-correctly-but-a-weird-dialogue-box-pop-ups/m-p/114282#M31643</guid>
      <dc:creator>Mirisage</dc:creator>
      <dc:date>2012-09-06T20:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export happens correctly but a weird dialogue box pop ups?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-happens-correctly-but-a-weird-dialogue-box-pop-ups/m-p/114283#M31644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of Excel are you using and how many rows are you putting in each sheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Excel version prior to 2008 has a limitation of 64K rows. Are you trying to put more than 64K rows in one sheet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 01:04:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-happens-correctly-but-a-weird-dialogue-box-pop-ups/m-p/114283#M31644</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2012-09-07T01:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export happens correctly but a weird dialogue box pop ups?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-happens-correctly-but-a-weird-dialogue-box-pop-ups/m-p/114284#M31645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I too have encountered the same problem. I am working on office'10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Prob: I made a sas code which will make a dashboard(excel file with all graphs and all). When I run the code, the dashboard is created. When I open that, it says &lt;STRONG style="background: white; color: #993366; font-family: 'Courier New'; font-size: 11pt;"&gt;File error: Data may have been lost&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background: white; color: #993366; font-family: 'Courier New'; font-size: 11pt;"&gt;I counter checked the dashboard with the raw files and I found there is no discrepancy in that. Please help m eout&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 06:47:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-happens-correctly-but-a-weird-dialogue-box-pop-ups/m-p/114284#M31645</guid>
      <dc:creator>Manu_Jain</dc:creator>
      <dc:date>2012-12-11T06:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export happens correctly but a weird dialogue box pop ups?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-happens-correctly-but-a-weird-dialogue-box-pop-ups/m-p/114285#M31646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you go to support.sas.com and look for the search box on the right side of the page, you can enter a search string into the box. I entered the text from your error message: "Data may have been lost" and received quite a few hits, including this one:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/36/155.html" title="http://support.sas.com/kb/36/155.html"&gt;36155 - Microsoft Excel cannot open a file that is created from a SAS® data set that exceeds Excel file specifications&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which may or may not be relevant to your particular situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; For the definitive answer on this question, your best bet is to work with SAS Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 15:37:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-happens-correctly-but-a-weird-dialogue-box-pop-ups/m-p/114285#M31646</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-12-13T15:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export happens correctly but a weird dialogue box pop ups?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-happens-correctly-but-a-weird-dialogue-box-pop-ups/m-p/114286#M31647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;No the solution in the link is not the solution for my problem.&lt;BR /&gt;The link says "To avoid this problem, be sure that your SAS data set does not contain more than 65536 rows." This happens when we are working on EXCEL 07 or previous version. I am working in Excel'10 which can handle many more rows that that. Anyways in my case I using less than 100 rows.&lt;/P&gt;&lt;P&gt;Can you tell me how to work with SAS Tech Support. I am new to this community so plz help&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 05:55:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-happens-correctly-but-a-weird-dialogue-box-pop-ups/m-p/114286#M31647</guid>
      <dc:creator>Manu_Jain</dc:creator>
      <dc:date>2012-12-14T05:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export happens correctly but a weird dialogue box pop ups?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-happens-correctly-but-a-weird-dialogue-box-pop-ups/m-p/114287#M31648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; In the gray area at the very bottom of this page (and every forum page) approximately on the same "line" as the SAS logo,&amp;nbsp; is a statement that says (in dark gray letters): "Community postings can contain untested user-supplied content. This content is provided as-is without warranty by SAS. For official SAS support, submit a problem report. Copyright ..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; And the words "submit a problem report" are a BLUE hyperlink. Click on that phrase "submit a problem report" to open a track with Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 15:06:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-happens-correctly-but-a-weird-dialogue-box-pop-ups/m-p/114287#M31648</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-12-14T15:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export happens correctly but a weird dialogue box pop ups?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-happens-correctly-but-a-weird-dialogue-box-pop-ups/m-p/114288#M31649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 05:31:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-happens-correctly-but-a-weird-dialogue-box-pop-ups/m-p/114288#M31649</guid>
      <dc:creator>Manu_Jain</dc:creator>
      <dc:date>2012-12-17T05:31:28Z</dc:date>
    </item>
  </channel>
</rss>

