<?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: &amp;quot;Export to Excel&amp;quot; option in right click menu gone after software update in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/quot-Export-to-Excel-quot-option-in-right-click-menu-gone-after/m-p/820954#M324075</link>
    <description>&lt;P&gt;Thanks for getting back to me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am missing the "Export to Excel" function when right-clicking on output from an SQL inquery. Something like:&lt;/P&gt;&lt;PRE&gt;proc sql; select name from source where name eq "X";quit;&lt;/PRE&gt;&lt;P&gt;The Result Viewer would show me a table of output, which I used to be able to export to excel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2022 15:44:32 GMT</pubDate>
    <dc:creator>abunte</dc:creator>
    <dc:date>2022-06-29T15:44:32Z</dc:date>
    <item>
      <title>"Export to Excel" option in right click menu gone after software update</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-Export-to-Excel-quot-option-in-right-click-menu-gone-after/m-p/820869#M324040</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with SAS 9.4 TS Level 1M6 on Windows Version 1.0.18362. Until last week, SAS was working and I could export my results to excel by using the right click menu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Over the weekend, my software upated and this week I lust this option. I am not sure if the two are related, but it seems likely given that it worked before. Can anyone tell me what to do to get it back? I tried to reinstall SAS with no success.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 08:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-Export-to-Excel-quot-option-in-right-click-menu-gone-after/m-p/820869#M324040</guid>
      <dc:creator>abunte</dc:creator>
      <dc:date>2022-06-29T08:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: "Export to Excel" option in right click menu gone after software update</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-Export-to-Excel-quot-option-in-right-click-menu-gone-after/m-p/820923#M324063</link>
      <description>&lt;P&gt;The right mouse click (Mouse Menu Select) is context-sensitive, without knowing what you right mouse on, it is difficult to suggest a solution.&lt;BR /&gt;&lt;BR /&gt;For example below I right mouse click on a SAS Dataset (sashelp.cars) in the SAS Explorer and I have an option to "View in Excel"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AMSAS_0-1656511955811.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72815iECB7725BF068D273/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AMSAS_0-1656511955811.png" alt="AMSAS_0-1656511955811.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you can provide some additional information then someone will be more likely to assist you.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Alternatively, you can open a &lt;A href="https://support.sas.com/en/technical-support/submit-a-support-request.html" target="_blank"&gt;TS track:&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Please include the following:&lt;BR /&gt;- SAS Version you are running (the following code will report SAS version information)&lt;BR /&gt;%put &amp;amp;sysvlong ;&lt;BR /&gt;%put &amp;amp;sysscpl ;&lt;BR /&gt;%put &amp;amp;syssite ;&lt;BR /&gt;- &lt;A href="http://support.sas.com/kb/35968" target="_blank"&gt;Registry Report&lt;/A&gt; (*.txt files) for each server, please clearly name the report files to reflect the server it was executed on.&lt;BR /&gt;- Detailed description of the issue you are encountering&lt;BR /&gt;- Any supporting log files containing errors&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 14:14:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-Export-to-Excel-quot-option-in-right-click-menu-gone-after/m-p/820923#M324063</guid>
      <dc:creator>AMSAS</dc:creator>
      <dc:date>2022-06-29T14:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: "Export to Excel" option in right click menu gone after software update</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-Export-to-Excel-quot-option-in-right-click-menu-gone-after/m-p/820954#M324075</link>
      <description>&lt;P&gt;Thanks for getting back to me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am missing the "Export to Excel" function when right-clicking on output from an SQL inquery. Something like:&lt;/P&gt;&lt;PRE&gt;proc sql; select name from source where name eq "X";quit;&lt;/PRE&gt;&lt;P&gt;The Result Viewer would show me a table of output, which I used to be able to export to excel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 15:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-Export-to-Excel-quot-option-in-right-click-menu-gone-after/m-p/820954#M324075</guid>
      <dc:creator>abunte</dc:creator>
      <dc:date>2022-06-29T15:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: "Export to Excel" option in right click menu gone after software update</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-Export-to-Excel-quot-option-in-right-click-menu-gone-after/m-p/820961#M324077</link>
      <description>&lt;P&gt;It is definitely there ins SAS 9.4M5.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_0-1656517944242.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72826iFB8CC8484E7F2FF6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tom_0-1656517944242.png" alt="Tom_0-1656517944242.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Of course if you want to generate a Excel file you could have just done that to start with:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_1-1656518060720.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72827i935DBA96C7C671A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Tom_1-1656518060720.png" alt="Tom_1-1656518060720.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 15:54:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-Export-to-Excel-quot-option-in-right-click-menu-gone-after/m-p/820961#M324077</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-06-29T15:54:37Z</dc:date>
    </item>
  </channel>
</rss>

