<?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: Starting off in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Starting-off/m-p/110241#M30618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope the sas is installed on window machine!!!&lt;/P&gt;&lt;P&gt;you will first have to import the dataset into sas window environment, so that sas will be able to recognize the path. I am not sure if there is a plugin for it.&lt;/P&gt;&lt;P&gt;try using a statement "run;" at the end..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jun 2013 06:27:10 GMT</pubDate>
    <dc:creator>sugeshnambiar</dc:creator>
    <dc:date>2013-06-18T06:27:10Z</dc:date>
    <item>
      <title>Starting off</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Starting-off/m-p/110240#M30617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a very basic question. I am trying to simply run a program, but each time I got to do this, errors saying that the Library does not exist. This is program I am trying to run&lt;/P&gt;&lt;P&gt;libname Hanoi "D:\PracSas\Hanoi";&lt;/P&gt;&lt;P&gt;data one;&lt;/P&gt;&lt;P&gt;set Hanoi.vietsight;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vietsight is the sas7bdat file that I want to run and it is saved in the folder Hanoi, which is under PracSas on my flashdrive. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An error also comes up that there are no variables in the data set. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 03:17:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Starting-off/m-p/110240#M30617</guid>
      <dc:creator>cjmccorm</dc:creator>
      <dc:date>2013-06-18T03:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Starting off</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Starting-off/m-p/110241#M30618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope the sas is installed on window machine!!!&lt;/P&gt;&lt;P&gt;you will first have to import the dataset into sas window environment, so that sas will be able to recognize the path. I am not sure if there is a plugin for it.&lt;/P&gt;&lt;P&gt;try using a statement "run;" at the end..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 06:27:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Starting-off/m-p/110241#M30618</guid>
      <dc:creator>sugeshnambiar</dc:creator>
      <dc:date>2013-06-18T06:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Starting off</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Starting-off/m-p/110242#M30619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, be sure that the library was assigned successfully. You should find a note in the log:&lt;/P&gt;&lt;P&gt;NOTE: Libref Hanoi was successfully assigned as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Engine:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Physical Name: D:\PracSas\Hanoi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 07:52:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Starting-off/m-p/110242#M30619</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2013-06-18T07:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Starting off</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Starting-off/m-p/110243#M30620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using SAS Enterprise Guide with libraries on the server? If so, try to use SAS Base.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 14:09:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Starting-off/m-p/110243#M30620</guid>
      <dc:creator>PeterPanPan</dc:creator>
      <dc:date>2013-06-18T14:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Starting off</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Starting-off/m-p/110244#M30621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There doesnt appear to be anything wrong with your syntax. I would navigate to the folder through windows and copy and paste the folder from the address line on the explorer window. That way you elimiate typos as an issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As &lt;A __default_attr="480657" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt; mentioned if you dont get a successful libname set, the rest of the code will not matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 14:28:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Starting-off/m-p/110244#M30621</guid>
      <dc:creator>esjackso</dc:creator>
      <dc:date>2013-06-18T14:28:10Z</dc:date>
    </item>
  </channel>
</rss>

