<?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 reset SAS file association on Windows Server 2012? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-reset-SAS-file-association-on-Windows-Server-2012/m-p/684489#M20062</link>
    <description>Hi ballardw,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your help. In the meanwhile, support.sas.com/resources/papers/proceedings13/115-2013.pdf helped me to remove my user choice without asking the IT to run the Deployment Manager for me. I now can get back to the default menu options. I feel so lucky!&lt;BR /&gt;&lt;BR /&gt;Have a great day!&lt;BR /&gt;Jeanne</description>
    <pubDate>Thu, 17 Sep 2020 03:42:16 GMT</pubDate>
    <dc:creator>Jeanne2</dc:creator>
    <dc:date>2020-09-17T03:42:16Z</dc:date>
    <item>
      <title>How to reset SAS file association on Windows Server 2012?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-reset-SAS-file-association-on-Windows-Server-2012/m-p/684478#M20060</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are some default options to open/execute SAS programs when I right-click a program on Windows Explorer on a Microsoft Server 2012. One of the options is "SAS Batch Submit". I used to program on UltraEdit and so I switched the file association with UltraEdit. However, I now did not know how to switch back to the default file associations. The "SAS Batch Submit" is no longer available. Does anyone know how to reset it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Jeanne&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 02:46:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-reset-SAS-file-association-on-Windows-Server-2012/m-p/684478#M20060</guid>
      <dc:creator>Jeanne2</dc:creator>
      <dc:date>2020-09-17T02:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to reset SAS file association on Windows Server 2012?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-reset-SAS-file-association-on-Windows-Server-2012/m-p/684486#M20061</link>
      <description>&lt;P&gt;See if your SAS task bar or what ever you call that stupid Windows programs side bar list has something called, or similar to, SAS Deployment Manager.&lt;/P&gt;
&lt;P&gt;If so open that program, look under Admin Tasks and Manage SAS File types. That should give you a menu to change associations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 03:33:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-reset-SAS-file-association-on-Windows-Server-2012/m-p/684486#M20061</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-09-17T03:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to reset SAS file association on Windows Server 2012?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-reset-SAS-file-association-on-Windows-Server-2012/m-p/684489#M20062</link>
      <description>Hi ballardw,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your help. In the meanwhile, support.sas.com/resources/papers/proceedings13/115-2013.pdf helped me to remove my user choice without asking the IT to run the Deployment Manager for me. I now can get back to the default menu options. I feel so lucky!&lt;BR /&gt;&lt;BR /&gt;Have a great day!&lt;BR /&gt;Jeanne</description>
      <pubDate>Thu, 17 Sep 2020 03:42:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-reset-SAS-file-association-on-Windows-Server-2012/m-p/684489#M20062</guid>
      <dc:creator>Jeanne2</dc:creator>
      <dc:date>2020-09-17T03:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to reset SAS file association on Windows Server 2012?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-reset-SAS-file-association-on-Windows-Server-2012/m-p/684492#M20063</link>
      <description>&lt;P&gt;There are two commands useful here: ASSOC and FTYPE.&amp;nbsp; In a command line window on my machine, if I type&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;assoc .sas&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;it reports&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;.sas=SAS.Program.701&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;telling me that the .sas extension is associated with&amp;nbsp;file type &lt;EM&gt;&lt;STRONG&gt;SAS.Program.701&lt;/STRONG&gt;&lt;/EM&gt;.&amp;nbsp; Yours probably reports something about ultraedit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I then type&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ftype SAS.Program.701&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;it report this command string:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;SAS.Program.701="C:\Program Files\SASHome\SASFoundation\9.4\core\sasexe\sasoact.exe" action=Open datatype=SASFile filename="%1" progid=SAS.Application.940 
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully you still have an ftype of SAS.Program.701, probably&amp;nbsp;tied to similar command string.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so you merely need to enter this ASSOC command:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;assoc .sas=SAS.Program.701&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;On my machine, I had to run the command session as an administrator, and I suspect you might have to as well&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 04:03:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-reset-SAS-file-association-on-Windows-Server-2012/m-p/684492#M20063</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2020-09-17T04:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to reset SAS file association on Windows Server 2012?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-reset-SAS-file-association-on-Windows-Server-2012/m-p/685189#M20093</link>
      <description>zxcvzxvzxvcz</description>
      <pubDate>Sat, 19 Sep 2020 14:21:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-reset-SAS-file-association-on-Windows-Server-2012/m-p/685189#M20093</guid>
      <dc:creator>aser123</dc:creator>
      <dc:date>2020-09-19T14:21:04Z</dc:date>
    </item>
  </channel>
</rss>

