<?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't open an existing SAS dataset? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Can-t-open-an-existing-SAS-dataset/m-p/292524#M270108</link>
    <description>&lt;P&gt;sweet. thanks for that awesome and clear explanation!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will ask them:)&lt;/P&gt;</description>
    <pubDate>Thu, 18 Aug 2016 18:38:56 GMT</pubDate>
    <dc:creator>christinagting0</dc:creator>
    <dc:date>2016-08-18T18:38:56Z</dc:date>
    <item>
      <title>Can't open an existing SAS dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-open-an-existing-SAS-dataset/m-p/292507#M270104</link>
      <description>&lt;P&gt;I don't know what I'm doing wrong, but I'm trying to open an existing SAS dataset that is saved on my computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code I'm using to try an open the dataset is the following:&lt;/P&gt;&lt;PRE&gt;%let fpath = xxxx;

libname effct "&amp;amp;fpath";

data efficiency;
set effct.omrdataset;
run;&lt;/PRE&gt;&lt;P&gt;but when I try to run this I get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: The format SITEF was not found or could not be loaded.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I doing wrong? I'm pretty sure I've opened SAS datasets this way before&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 22:15:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-open-an-existing-SAS-dataset/m-p/292507#M270104</guid>
      <dc:creator>christinagting0</dc:creator>
      <dc:date>2016-12-02T22:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can't open an existing SAS dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-open-an-existing-SAS-dataset/m-p/292517#M270105</link>
      <description>&lt;P&gt;The dataset has a custom format applied to it that you don't have in your system.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have any code to go along with the data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise, you can tell SAS to ignore this error using the option below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;option nofmterr;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Aug 2016 18:19:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-open-an-existing-SAS-dataset/m-p/292517#M270105</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-18T18:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can't open an existing SAS dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-open-an-existing-SAS-dataset/m-p/292518#M270106</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you explain more by what you mean? What do you mean it has a format that I don't have on my computer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sas dataset is one that my colleague created and I'm trying to work off their dataset?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will using the statement to ignore the format cause any problems?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 18:22:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-open-an-existing-SAS-dataset/m-p/292518#M270106</guid>
      <dc:creator>christinagting0</dc:creator>
      <dc:date>2016-08-18T18:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can't open an existing SAS dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-open-an-existing-SAS-dataset/m-p/292520#M270107</link>
      <description>&lt;P&gt;Your colleague created a format to display a variable a certain way, ie they&amp;nbsp;recoded age into groups and applied a format rather than create a new variable. However,&amp;nbsp;formats aren't stored within a dataset so they need to give you the format code as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WIll it cause issues, yes, you'll see the variables differently. For example, if it was age, you would see the individual ages but they would see the age categories.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would ask your colleague for the SAS format code.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 18:30:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-open-an-existing-SAS-dataset/m-p/292520#M270107</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-18T18:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can't open an existing SAS dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-open-an-existing-SAS-dataset/m-p/292524#M270108</link>
      <description>&lt;P&gt;sweet. thanks for that awesome and clear explanation!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will ask them:)&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 18:38:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-open-an-existing-SAS-dataset/m-p/292524#M270108</guid>
      <dc:creator>christinagting0</dc:creator>
      <dc:date>2016-08-18T18:38:56Z</dc:date>
    </item>
  </channel>
</rss>

