<?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: Can no longer double-click to open data sets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656518#M196851</link>
    <description>I get this error message: "ERROR: Unable to open the table TMP1.have. TMP1.have cannot be opened. Do you want to select a different table to open?" When I press cancel the log then list an error for each of the formats I have previously assigned to variables in the data set: "ERROR: Format xf not found or couldn't be loaded for variable x." I can use the option nofmterr, but it only lasts as long as the current session and the data set doesn't load in with the formats.&lt;BR /&gt;&lt;BR /&gt;I am trying to double-click from Windows Explorer.</description>
    <pubDate>Wed, 10 Jun 2020 18:56:20 GMT</pubDate>
    <dc:creator>kpberger</dc:creator>
    <dc:date>2020-06-10T18:56:20Z</dc:date>
    <item>
      <title>Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/655651#M196709</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have always included a formatting step when processing my data sets. Something to the effect of:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname library "C:\Users\me\Desktop";&lt;BR /&gt;&lt;BR /&gt;proc format library=library;
value xf 1="First" 2="Second" 3="Third";
run;
data want; set have;
format x xf.;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And then I save the data set into the same "library" directory. A "formats" folder appears in this directory and has the xf format in it. I've then always been able to open my data sets by double clicking on them and they open just fine. Great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, today, I must have done something because this no longer works. I can't open my data sets via double click. I can still open them with SAS code by specifying:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname&amp;nbsp;library&amp;nbsp;"C:\Users\me\Desktop";&lt;BR /&gt;data&amp;nbsp;want;&amp;nbsp;set&amp;nbsp;library.have;&amp;nbsp;run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What have I done? How can I turn back time to the glorious days of mindless double-clicking? Much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 00:04:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/655651#M196709</guid>
      <dc:creator>kpberger</dc:creator>
      <dc:date>2020-06-10T00:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS newly requires "options fmtsearch=(library);" when opening data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/655652#M196710</link>
      <description>The default value for fmtsearch should be (WORK LIBRARY).  What does "proc options option=fmtsearch; run;" show if you run it at the beginning of a session before your OPTIONS FMTSEARCH?&lt;BR /&gt;&lt;BR /&gt;Perhaps someone has added their own FMTSEARCH option in a configuration file somewhere, and omitted the LIBRARY catalog.  It's safest to use the INSERT or APPEND option when setting FMTSEARCH.&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jun 2020 22:58:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/655652#M196710</guid>
      <dc:creator>JackHamilton</dc:creator>
      <dc:date>2020-06-09T22:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS newly requires "options fmtsearch=(library);" when opening data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/655653#M196711</link>
      <description>&lt;P&gt;It returns "FMTSEARCH=(WORK LIBRARY)".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had to edit the original post. I can in fact open the data sets with SAS code as normal; I just can't double-click to open them.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 23:13:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/655653#M196711</guid>
      <dc:creator>kpberger</dc:creator>
      <dc:date>2020-06-09T23:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/655674#M196720</link>
      <description>&lt;P&gt;Which environment are you working in? Display manager, SAS University Edition, Enterprise Guide, connected to a server where an admin may have changed a setting?&lt;/P&gt;
&lt;P&gt;Click on where? In a SAS file menu? on the actual desktop?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried restarting SAS and see if this happens in a new session?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 00:42:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/655674#M196720</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-06-10T00:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/655789#M196736</link>
      <description>&lt;P&gt;1. Is there an error message you get when you open. Options nofmterr; will allow you to open SAS datasets with no formatting. You can follow the other options for format search as suggested by the community.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Are you trying to open the sas dataset from the physical location(i.e. the folder) itself by double clicking and it is not opening then there is a display manager setting that is messed up. I do not remember this option off the top of my head.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 03:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/655789#M196736</guid>
      <dc:creator>smantha</dc:creator>
      <dc:date>2020-06-10T03:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656382#M196799</link>
      <description>Did you try &lt;BR /&gt;options nofmterr ;</description>
      <pubDate>Wed, 10 Jun 2020 12:14:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656382#M196799</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-06-10T12:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656516#M196849</link>
      <description>I'm working in SAS 9.4. It's on my work computer that no one else has access to. I am trying to double click from Windows Explorer, and I have restarted SAS many times. Thanks!</description>
      <pubDate>Wed, 10 Jun 2020 18:51:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656516#M196849</guid>
      <dc:creator>kpberger</dc:creator>
      <dc:date>2020-06-10T18:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656518#M196851</link>
      <description>I get this error message: "ERROR: Unable to open the table TMP1.have. TMP1.have cannot be opened. Do you want to select a different table to open?" When I press cancel the log then list an error for each of the formats I have previously assigned to variables in the data set: "ERROR: Format xf not found or couldn't be loaded for variable x." I can use the option nofmterr, but it only lasts as long as the current session and the data set doesn't load in with the formats.&lt;BR /&gt;&lt;BR /&gt;I am trying to double-click from Windows Explorer.</description>
      <pubDate>Wed, 10 Jun 2020 18:56:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656518#M196851</guid>
      <dc:creator>kpberger</dc:creator>
      <dc:date>2020-06-10T18:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656519#M196852</link>
      <description>Yes, but it doesn't fix the problem really. After opening SAS and setting nofmterr I can double-click the data set from Windows Explorer and it will load in the current SAS session, but once I close SAS I still can not open the data-set by double clicking. Also, when the data set does open it opens without the formats.</description>
      <pubDate>Wed, 10 Jun 2020 18:59:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656519#M196852</guid>
      <dc:creator>kpberger</dc:creator>
      <dc:date>2020-06-10T18:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656520#M196853</link>
      <description>&lt;P&gt;Can you set the options nofmterr in SAS sas config file and try. How is the behavior when you double click on it ? Is there a flash like it is trying to open and then nothing happens?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 19:02:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656520#M196853</guid>
      <dc:creator>smantha</dc:creator>
      <dc:date>2020-06-10T19:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656536#M196865</link>
      <description>So unfortunately I can't change the config file: it's on my work computer and I don't have administrator access to change it. But if I specify nofmterr in an individual SAS session it allows me to open the file, but it still doesn't load with the formats. And it only lasts as long as the SAS session. The formats used to load in fine. Maybe it's something about SAS no longer recognizing the working directory as the "library" directory?</description>
      <pubDate>Wed, 10 Jun 2020 19:40:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656536#M196865</guid>
      <dc:creator>kpberger</dc:creator>
      <dc:date>2020-06-10T19:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656538#M196867</link>
      <description>&lt;P&gt;When you right click on SAS Icon on your laptop you can see where sas is launched from and the corresponding config file can be changed to any file you want. Can you try doing that?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 19:48:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656538#M196867</guid>
      <dc:creator>smantha</dc:creator>
      <dc:date>2020-06-10T19:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656539#M196868</link>
      <description>Sorry, how do you change what configuration file SAS references? I see where SAS is launched from, but I don't understand how that connects to specifying a new configuration file. Thanks!</description>
      <pubDate>Wed, 10 Jun 2020 19:53:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656539#M196868</guid>
      <dc:creator>kpberger</dc:creator>
      <dc:date>2020-06-10T19:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656547#M196871</link>
      <description>&lt;P&gt;"C:\Program Files\SASHome\SASFoundation\9.4\sas.exe" -CONFIG "C:\Program Files\SASHome\SASFoundation\9.4\nls\en\sasv9.cfg"&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020_06_10_15_04_31_Clipboard.png" style="width: 987px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/42155i9B4E25BFE6C905FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020_06_10_15_04_31_Clipboard.png" alt="2020_06_10_15_04_31_Clipboard.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 20:14:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656547#M196871</guid>
      <dc:creator>smantha</dc:creator>
      <dc:date>2020-06-10T20:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656552#M196875</link>
      <description>I see, thank you for clarifying. Unfortunately, I don't have administrator privileges to change that either. I can file a ticket with IT, but I'm not sure this will solve my whole problem. I will be able to open the files via double-click, but they still won't load in with the formats. That is what happens when I specify nofmterr in a SAS session. For some reason SAS doesn't recognize anymore that the "formats" folder it needs is in the same folder as the data set.</description>
      <pubDate>Wed, 10 Jun 2020 20:32:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656552#M196875</guid>
      <dc:creator>kpberger</dc:creator>
      <dc:date>2020-06-10T20:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656555#M196877</link>
      <description>&lt;P&gt;In the image above as you can see I right clicked on the SAS shortcut icon and selected properties I end up on the other popup window and the field highlighted in blue will have the SAS.exe command and config parameter. You can modify the argument after config to suit your needs. You can create a custom config file and provide it as a parameter to -config&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 20:33:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656555#M196877</guid>
      <dc:creator>smantha</dc:creator>
      <dc:date>2020-06-10T20:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656569#M196885</link>
      <description>&lt;P&gt;If you get around to modifying config file then you can use fmtsearch as an option in config file.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 21:04:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656569#M196885</guid>
      <dc:creator>smantha</dc:creator>
      <dc:date>2020-06-10T21:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656577#M196892</link>
      <description>You also put fmtsearch in your autoexec.sas.&lt;BR /&gt;&lt;BR /&gt;You can set Windows environment variables to specify either an autoexec.sas or sasv9,cfg file without needing to write into a protected directory.  You probably have access to user environment variables even if you don't have admin rights.  &lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.mwsug.org/proceedings/2018/SP/MWSUG-2018-SP-100.pdf" target="_blank"&gt;https://www.mwsug.org/proceedings/2018/SP/MWSUG-2018-SP-100.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=hostwin&amp;amp;docsetTarget=p0bmj7wjme32ayn1h4wim7trkhp6.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p1f8pahglb6jz0n18i9bd3xxl84r" target="_blank"&gt;https://documentation.sas.com/?docsetId=hostwin&amp;amp;docsetTarget=p0bmj7wjme32ayn1h4wim7trkhp6.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p1f8pahglb6jz0n18i9bd3xxl84r&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The logic SAS uses to find configuration files in Windows is complicated, and I find setting SAS_USER_CONFIG and SAS_OPTIONS to be the easiest to understand.&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jun 2020 21:25:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656577#M196892</guid>
      <dc:creator>JackHamilton</dc:creator>
      <dc:date>2020-06-10T21:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can no longer double-click to open data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656579#M196894</link>
      <description>Thank you for the resources. How would adding fmtsearch to the autoexec file help though? It's already set to search in work and then library for formats.</description>
      <pubDate>Wed, 10 Jun 2020 21:31:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-no-longer-double-click-to-open-data-sets/m-p/656579#M196894</guid>
      <dc:creator>kpberger</dc:creator>
      <dc:date>2020-06-10T21:31:34Z</dc:date>
    </item>
  </channel>
</rss>

