<?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: libname statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/libname-statement/m-p/362421#M85621</link>
    <description>&lt;P&gt;You set up your myfolder incorrectly. Follow the installation instructions exactly, then the other posts on here and instructions will work as expected.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your folder is called myfolder (no s) when it should be myfolders.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Set this up, restart your VM and then use the path and code below, I suspect this is what you're trying to do anyways...a stab in the dark really. You should include more details in your post in the future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname jack '/folders/myfolders/';

proc print data=jack.aprsales;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 29 May 2017 06:02:32 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-05-29T06:02:32Z</dc:date>
    <item>
      <title>libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-statement/m-p/362402#M85612</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; can any one help for me&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname jack '/folders/myshortcuts/myfolder/aprsales';&lt;BR /&gt;proc print data=jack.aprsales;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;while running this caode error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: File JACK.APRSALES.DATA does not exist.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 01:48:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-statement/m-p/362402#M85612</guid>
      <dc:creator>mageshb</dc:creator>
      <dc:date>2017-05-29T01:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-statement/m-p/362406#M85614</link>
      <description>Did you check if there is any dataset APRSALES in the path /folders/myshortcuts/myfolder/aprsales&lt;BR /&gt;&lt;BR /&gt;I guess there is no dataset by name aprsales in the path given or even if there is a file by name aprsales it might not be a sas dataset (sas7bdat).&lt;BR /&gt;&lt;BR /&gt;Please check</description>
      <pubDate>Mon, 29 May 2017 02:19:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-statement/m-p/362406#M85614</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2017-05-29T02:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-statement/m-p/362412#M85618</link>
      <description>&lt;P&gt;As above. You probably mean:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname jack '/folders/myshortcuts/myfolder';&lt;BR /&gt;proc print data=jack.aprsales;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 03:20:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-statement/m-p/362412#M85618</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-05-29T03:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-statement/m-p/362421#M85621</link>
      <description>&lt;P&gt;You set up your myfolder incorrectly. Follow the installation instructions exactly, then the other posts on here and instructions will work as expected.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your folder is called myfolder (no s) when it should be myfolders.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Set this up, restart your VM and then use the path and code below, I suspect this is what you're trying to do anyways...a stab in the dark really. You should include more details in your post in the future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname jack '/folders/myfolders/';

proc print data=jack.aprsales;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 May 2017 06:02:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-statement/m-p/362421#M85621</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-29T06:02:32Z</dc:date>
    </item>
  </channel>
</rss>

