<?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: Error in set in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-in-set/m-p/739514#M230823</link>
    <description>&lt;P&gt;Actually I am running it on VDI where I can not copy or snip any thing.&lt;/P&gt;</description>
    <pubDate>Thu, 06 May 2021 15:22:50 GMT</pubDate>
    <dc:creator>anandmgjsa</dc:creator>
    <dc:date>2021-05-06T15:22:50Z</dc:date>
    <item>
      <title>Error in set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-in-set/m-p/739509#M230820</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I am using the below code. Its giving error : File does Oct_Dec_Data not exist.&lt;/P&gt;&lt;P&gt;data login_oct_dec;&lt;/P&gt;&lt;P&gt;set Login_old;&lt;/P&gt;&lt;P&gt;set 'Oct_Dec_Data'n;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;The file file is imported from excel and the 1st is the data set created from another program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I am running the code in a separate program window:&lt;/P&gt;&lt;P&gt;data login_oct_dec;&lt;/P&gt;&lt;P&gt;set 'Oct_Dec_Data'n;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;There is no error and the data is created successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 15:12:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-in-set/m-p/739509#M230820</guid>
      <dc:creator>anandmgjsa</dc:creator>
      <dc:date>2021-05-06T15:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error in set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-in-set/m-p/739512#M230822</link>
      <description>Please show the full log from both examples of code.</description>
      <pubDate>Thu, 06 May 2021 15:20:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-in-set/m-p/739512#M230822</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-05-06T15:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error in set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-in-set/m-p/739514#M230823</link>
      <description>&lt;P&gt;Actually I am running it on VDI where I can not copy or snip any thing.&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 15:22:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-in-set/m-p/739514#M230823</guid>
      <dc:creator>anandmgjsa</dc:creator>
      <dc:date>2021-05-06T15:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-in-set/m-p/739517#M230826</link>
      <description>Go to your work library and confirm that it exists. Run a PROC CONTENTS or such to verify it. Beyond that you'll need to work with SAS Tech support.</description>
      <pubDate>Thu, 06 May 2021 15:26:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-in-set/m-p/739517#M230826</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-05-06T15:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error in set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-in-set/m-p/739549#M230842</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/380276"&gt;@anandmgjsa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when I am using the below code. Its giving error : File does Oct_Dec_Data not exist.&lt;/P&gt;
&lt;P&gt;data login_oct_dec;&lt;/P&gt;
&lt;P&gt;set Login_old;&lt;/P&gt;
&lt;P&gt;set 'Oct_Dec_Data'n;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;The file file is imported from excel and the 1st is the data set created from another program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="6" color="#008000"&gt;&lt;STRONG&gt;However, when I am running the code in a separate program window:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;data login_oct_dec;&lt;/P&gt;
&lt;P&gt;set 'Oct_Dec_Data'n;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;There is no error and the data is created successfully.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What do you mean by "separate program window"?&lt;/P&gt;
&lt;P&gt;Using a one level name (no library) means the data is likely in the WORK library. However two separate SAS sessions of any type will almost certainly &lt;STRONG&gt;not have the same location for the WORK library.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Permanent libraries, if the libname points to the same location for the appropriate session, the data should be there but not Work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 16:16:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-in-set/m-p/739549#M230842</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-05-06T16:16:24Z</dc:date>
    </item>
  </channel>
</rss>

