<?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 issue in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/libname-issue/m-p/582236#M165576</link>
    <description>&lt;P&gt;Oh, I see, let me check.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2019 19:44:36 GMT</pubDate>
    <dc:creator>JHE</dc:creator>
    <dc:date>2019-08-19T19:44:36Z</dc:date>
    <item>
      <title>libname issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-issue/m-p/582211#M165565</link>
      <description>&lt;P&gt;run this:&lt;/P&gt;&lt;P&gt;LIBNAME mydata "/mnt/nfs/prod/Sched/OpsDeptData/Operations/ITSM/IMPORT/DATA";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;log:&lt;/P&gt;&lt;P&gt;LIBNAME mydata "/mnt/nfs/prod/Sched/OpsDeptData/Operations/ITSM/IMPORT/DATA";&lt;BR /&gt;WARNING: Library MYDATA does not exist.&lt;BR /&gt;NOTE: Libref MYDATA was successfully assigned as follows:&lt;BR /&gt;Engine: V9&lt;BR /&gt;Physical Name: /mnt/nfs/prod/Sched/OpsDeptData/Operations/ITSM/IMPORT/DATA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;run the code:&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;create table mydata.MIM1 as&lt;BR /&gt;select * from work.MIM1;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;log:&lt;/P&gt;&lt;P&gt;28 proc sql;&lt;BR /&gt;29 create table mydata.MIM1 as&lt;BR /&gt;30 select * from work.MIM1;&lt;BR /&gt;ERROR: Library MYDATA does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;why ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 18:41:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-issue/m-p/582211#M165565</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2019-08-19T18:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: libname issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-issue/m-p/582223#M165571</link>
      <description>&lt;P&gt;This is your clue:&lt;/P&gt;
&lt;PRE&gt;LIBNAME mydata "/mnt/nfs/prod/Sched/OpsDeptData/Operations/ITSM/IMPORT/DATA";
WARNING: Library MYDATA does not exist.&lt;/PRE&gt;
&lt;P&gt;The SAS session can't find the directory. Mind that your workspace server might run on a remote machine that does not have the network share mounted.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 19:18:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-issue/m-p/582223#M165571</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-08-19T19:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: libname issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-issue/m-p/582236#M165576</link>
      <description>&lt;P&gt;Oh, I see, let me check.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 19:44:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-issue/m-p/582236#M165576</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2019-08-19T19:44:36Z</dc:date>
    </item>
  </channel>
</rss>

