<?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: Uploading Tables to VA with SAS EG in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Uploading-Tables-to-VA-with-SAS-EG/m-p/426475#M68357</link>
    <description>&lt;P&gt;Somehow your folder name&amp;nbsp;became a name literal&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;'/The/Data/Source/data set A'n&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;(are you using the&amp;nbsp;NLITERAL function)&lt;/P&gt;
&lt;P&gt;For a Foldername this is not necessary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change your code that creates the &amp;amp;tblFolder macro variable, so you are not using the name literal.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jan 2018 14:56:36 GMT</pubDate>
    <dc:creator>BrunoMueller</dc:creator>
    <dc:date>2018-01-10T14:56:36Z</dc:date>
    <item>
      <title>Uploading Tables to VA with SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Uploading-Tables-to-VA-with-SAS-EG/m-p/426471#M68356</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just like many of you, I have many requests by users to upload various data sets to VA. I mostly do it with SAS EG. (Why SAS EG when you can do this with VA?, I'm just a big fan of EG and and have many use for it when managing various issues of SAS).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And probably like many of you, I've created a SAS EG project to upload various data sources to VA. Lately I ran into this issue:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The internal "Upload to LASR" function in SAS EG makes use of such code: (e.g. Loading the "data set A" table. Yes I know, it should never have such a naming, but stay with me)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%registerTable(&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LIBRARY=%nrstr(/Products/SAS Visual Analytics Administrator/Visual Analytics LASR)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;, FOLDER=%nrstr(/The/Data/Source/&lt;U&gt;data set A&lt;/U&gt;));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above runs fine even though empty spaces are part of the table name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you try to upload multiple tables in batch with code like this: (which could include table names with spaces):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%registerTable(&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LIBRARY=%nrstr(/Products/SAS Visual Analytics Administrator/Visual Analytics LASR)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;, FOLDER=&amp;amp;tblFolder.);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code fails on "FOLDER=&amp;amp;tblFolder." statement with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: Given folder path '/The/Data/Source/data set A'n is not found.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried many quote/unquote variations and can't get it to work.&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;Help!!!!!!!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 14:43:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Uploading-Tables-to-VA-with-SAS-EG/m-p/426471#M68356</guid>
      <dc:creator>RexDeus9</dc:creator>
      <dc:date>2018-01-10T14:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading Tables to VA with SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Uploading-Tables-to-VA-with-SAS-EG/m-p/426475#M68357</link>
      <description>&lt;P&gt;Somehow your folder name&amp;nbsp;became a name literal&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;'/The/Data/Source/data set A'n&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;(are you using the&amp;nbsp;NLITERAL function)&lt;/P&gt;
&lt;P&gt;For a Foldername this is not necessary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change your code that creates the &amp;amp;tblFolder macro variable, so you are not using the name literal.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 14:56:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Uploading-Tables-to-VA-with-SAS-EG/m-p/426475#M68357</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2018-01-10T14:56:36Z</dc:date>
    </item>
  </channel>
</rss>

