<?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 error in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436181#M9443</link>
    <description>&lt;P&gt;Sorry, I don't use VA.&amp;nbsp; I will move this post to the relevant area.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Feb 2018 09:29:51 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-02-12T09:29:51Z</dc:date>
    <item>
      <title>LIBNAME error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436168#M9438</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to import a sas file from VMWare to VA(Desktop) and i got this error mentioned below. What is the solution? Kindly update.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;title 'Indian Currency Format';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc format;&lt;BR /&gt;picture indianc&lt;BR /&gt;low-high='0,00,00,00,00,00,00,000';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data NEW;&lt;BR /&gt;do EXP=1 to 15;&lt;BR /&gt;A=10**EXP;&lt;BR /&gt;output;&lt;BR /&gt;end;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;format a indianc.;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc print data=NEW noobs;&lt;BR /&gt;var A;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data CustomerordersN;&lt;BR /&gt;set nitya;&lt;BR /&gt;format a indianc.;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#333399"&gt;&lt;U&gt;libname work 'C:\Nitya';&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data work.new;&lt;BR /&gt;set new;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;The SAS system library WORK may not be reassigned.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ERROR: Error in the LIBNAME statement&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 09:00:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436168#M9438</guid>
      <dc:creator>nitya411</dc:creator>
      <dc:date>2018-02-12T09:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436170#M9439</link>
      <description>&lt;P&gt;What is unclear with:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The SAS system library WORK may not be reassigned.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This means that there is already a library called work - which is a default libname created by SAS - and you cannot re-assign it.&amp;nbsp; Call your libname something else.&amp;nbsp; E.g.&lt;/P&gt;
&lt;P&gt;libname tmp "c:/nitya";&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 09:08:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436170#M9439</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-02-12T09:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436172#M9440</link>
      <description>Right! that makes sense. I tried that. and it says that libname tmp is successfully assigned. But, when i check C: in VMware and desktop(out of vmware) TMP is not created. SO i'm facing problem in importing my SAS file to Visual Analytics</description>
      <pubDate>Mon, 12 Feb 2018 09:13:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436172#M9440</guid>
      <dc:creator>nitya411</dc:creator>
      <dc:date>2018-02-12T09:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436176#M9441</link>
      <description>&lt;P&gt;Right, so you are using a virtual image not your machine.&amp;nbsp; You need to point to a folder to which the SAS system has access - if this is on the virtual image then you need to point to a path on the virtual image.&amp;nbsp; I don't know what your setup is, as you using SAS University Edition by any chance?&amp;nbsp; If not then consult with your IT or SAS group in your company and they will show you what network areas are available, but your path will look more like:&lt;/P&gt;
&lt;P&gt;//myfolders/myarea&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 09:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436176#M9441</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-02-12T09:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436179#M9442</link>
      <description>&lt;P&gt;Yeah, I'm working as an intern and using company's SAS Software. And I was given a task where I was supposed to convert the Numeric digit in Indian Comma Format in Visual Analytics (VA), I guess I'll need admin rights to import file out of virtual machine. Is there any other way to convert numeric digits to Indian Comma format in VA directly without importing file from virtual machine?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 09:29:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436179#M9442</guid>
      <dc:creator>nitya411</dc:creator>
      <dc:date>2018-02-12T09:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436181#M9443</link>
      <description>&lt;P&gt;Sorry, I don't use VA.&amp;nbsp; I will move this post to the relevant area.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 09:29:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436181#M9443</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-02-12T09:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436182#M9444</link>
      <description>&lt;P&gt;Definitely! Thanks for your replying&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 09:31:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436182#M9444</guid>
      <dc:creator>nitya411</dc:creator>
      <dc:date>2018-02-12T09:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436258#M9447</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Is there any other way to convert numeric digits to Indian Comma format in VA directly without importing file from virtual machine&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Can't you try a calculated measure or some function in VA to change the type? Why are you trying to bring the data out of VA to change the format, you should be able to do that within VA, at worse within the Data Designer/Planner. Or change the source file and reload that, but you should have documentation or a source otherwise how do you make sure this doesn't happen again when the data is refreshed?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 15:59:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436258#M9447</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-12T15:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436562#M9454</link>
      <description>&lt;P&gt;Yeah, I get your point. But I think Indian comma format is not possible in VA(One of the limitation in VA). If you know how that works and how to fix that then kindly update. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 03:53:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436562#M9454</guid>
      <dc:creator>nitya411</dc:creator>
      <dc:date>2018-02-13T03:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436568#M9456</link>
      <description>&lt;P&gt;I would ask SAS Tech Support, it is after all why your company pays them a large sum of money for licensing and support.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And that's their job &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 04:16:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436568#M9456</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-13T04:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: LIBNAME error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436569#M9457</link>
      <description>Alright, no problem. Let me know if you find any solution. Thanks &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;</description>
      <pubDate>Tue, 13 Feb 2018 04:18:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LIBNAME-error/m-p/436569#M9457</guid>
      <dc:creator>nitya411</dc:creator>
      <dc:date>2018-02-13T04:18:41Z</dc:date>
    </item>
  </channel>
</rss>

