<?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: Project has references to temporary data. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Project-has-references-to-temporary-data/m-p/715115#M38041</link>
    <description>&lt;P&gt;Work is a temporary LIBNAME reference.&amp;nbsp; So here is another example of a LIBNAME reference:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME Desktop "c:\user\amconne1\Desktop";

Data&amp;nbsp;Desktop.CARS;
&amp;nbsp;&amp;nbsp;set&amp;nbsp;SAShelp.CARS;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This code creates a SAS dataset "CARS" on your Windows desktop, assuming your desktop is there, of course.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See:&amp;nbsp;&lt;A class="" tabindex="0" href="https://documentation.sas.com/#n0jgwai924b0hon1uoy4t4tra3u4" target="_blank" rel="noopener"&gt;Example 1: Assigning and Using a Libref&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2021 20:59:50 GMT</pubDate>
    <dc:creator>PhilC</dc:creator>
    <dc:date>2021-01-28T20:59:50Z</dc:date>
    <item>
      <title>Project has references to temporary data.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Project-has-references-to-temporary-data/m-p/715101#M38035</link>
      <description>&lt;P&gt;I have imported a txt file as my data in SAS. (The data was taken from a beta app, emailed, and downloaded as a txt file.) I am able to save the project, but when I exit out of the application, I receive the error message in the photo below. If I click "OK," when I reopen the project, the data will not pull through, and I have to redo the entire project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way this can be fixed? Do I need to convert my dataset to an alternate format?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error temp data.PNG" style="width: 624px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54046i9EAD1891F758D99D/image-size/large?v=v2&amp;amp;px=999" role="button" title="error temp data.PNG" alt="error temp data.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 20:24:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Project-has-references-to-temporary-data/m-p/715101#M38035</guid>
      <dc:creator>amconnel</dc:creator>
      <dc:date>2021-01-28T20:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Project has references to temporary data.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Project-has-references-to-temporary-data/m-p/715105#M38037</link>
      <description>&lt;P&gt;No, you don not need convert to an alternative format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The trick would be to 1) create a LIBNAME reference that points to a folder that you desire to hold the data file, then, 2), in SAS, choose the location of the final form of your data step to be written to that LIBNAME reference.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 20:31:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Project-has-references-to-temporary-data/m-p/715105#M38037</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2021-01-28T20:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Project has references to temporary data.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Project-has-references-to-temporary-data/m-p/715111#M38039</link>
      <description>Could you explain more about creating a LIBNAME reference?</description>
      <pubDate>Thu, 28 Jan 2021 20:42:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Project-has-references-to-temporary-data/m-p/715111#M38039</guid>
      <dc:creator>amconnel</dc:creator>
      <dc:date>2021-01-28T20:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Project has references to temporary data.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Project-has-references-to-temporary-data/m-p/715113#M38040</link>
      <description>&lt;P&gt;I have attached a photo of my code. I see here where it says my data is a temporary file. Is it here that I need to create the LIBNAME?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="code for temp data.PNG" style="width: 895px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54047iE56AE11FCB7261C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="code for temp data.PNG" alt="code for temp data.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 20:48:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Project-has-references-to-temporary-data/m-p/715113#M38040</guid>
      <dc:creator>amconnel</dc:creator>
      <dc:date>2021-01-28T20:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Project has references to temporary data.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Project-has-references-to-temporary-data/m-p/715115#M38041</link>
      <description>&lt;P&gt;Work is a temporary LIBNAME reference.&amp;nbsp; So here is another example of a LIBNAME reference:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME Desktop "c:\user\amconne1\Desktop";

Data&amp;nbsp;Desktop.CARS;
&amp;nbsp;&amp;nbsp;set&amp;nbsp;SAShelp.CARS;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This code creates a SAS dataset "CARS" on your Windows desktop, assuming your desktop is there, of course.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See:&amp;nbsp;&lt;A class="" tabindex="0" href="https://documentation.sas.com/#n0jgwai924b0hon1uoy4t4tra3u4" target="_blank" rel="noopener"&gt;Example 1: Assigning and Using a Libref&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 20:59:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Project-has-references-to-temporary-data/m-p/715115#M38041</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2021-01-28T20:59:50Z</dc:date>
    </item>
  </channel>
</rss>

