<?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: Blanks in column names and WORK.TEST.WORK in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Blanks-in-column-names-and-WORK-TEST-DATA/m-p/411144#M26401</link>
    <description>&lt;P&gt;Yes... I Know.&amp;nbsp;&amp;nbsp;If I execute from the server ( I have a EG installed here for test) I have this problem but, if i execute from a client connected to server it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could be a problem related with the EG configuration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2017 12:21:56 GMT</pubDate>
    <dc:creator>JuanDaniel</dc:creator>
    <dc:date>2017-11-07T12:21:56Z</dc:date>
    <item>
      <title>Blanks in column names and WORK.TEST.DATA</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Blanks-in-column-names-and-WORK-TEST-DATA/m-p/411084#M26390</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;I am trying to run a script with EG and I get an error like: “file WORK.TEST.DATA dont exist” but I dont find the error.&lt;BR /&gt;&lt;BR /&gt;Other problem that i have is that in the DBMS the column names has blank spaces in the name and when I imported metadata in the SMC i have errors with this tables.&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 12:58:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Blanks-in-column-names-and-WORK-TEST-DATA/m-p/411084#M26390</guid>
      <dc:creator>JuanDaniel</dc:creator>
      <dc:date>2017-11-07T12:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Blanks in column names and WORK.TEST.WORK</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Blanks-in-column-names-and-WORK-TEST-DATA/m-p/411092#M26391</link>
      <description>&lt;P&gt;Look at the log of the step that should have created WORK.TEST.&lt;/P&gt;
&lt;P&gt;And&amp;nbsp;&lt;EM&gt;database&lt;/EM&gt; columns with blanks are a VERY BAD IDEA and, in my eyes, proof for extreme stupidity on the part of the person responsible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 09:16:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Blanks-in-column-names-and-WORK-TEST-DATA/m-p/411092#M26391</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-07T09:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Blanks in column names and WORK.TEST.WORK</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Blanks-in-column-names-and-WORK-TEST-DATA/m-p/411144#M26401</link>
      <description>&lt;P&gt;Yes... I Know.&amp;nbsp;&amp;nbsp;If I execute from the server ( I have a EG installed here for test) I have this problem but, if i execute from a client connected to server it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could be a problem related with the EG configuration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 12:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Blanks-in-column-names-and-WORK-TEST-DATA/m-p/411144#M26401</guid>
      <dc:creator>JuanDaniel</dc:creator>
      <dc:date>2017-11-07T12:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Blanks in column names and WORK.TEST.WORK</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Blanks-in-column-names-and-WORK-TEST-DATA/m-p/411149#M26402</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/169949"&gt;@JuanDaniel&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Yes... I Know.&amp;nbsp;&amp;nbsp;If I execute from the server ( I have a EG installed here for test) I have this problem but, if i execute from a client connected to server it works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could be a problem related with the EG configuration?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;EG works with&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;option validvarname=any;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and accepts non-standard SAS names (up to 32 characters). But that is mainly there to accomodate the usual stupidities included in Excel files caused by non-programmers.&lt;/P&gt;
&lt;P&gt;The workspace server used by SMC does not set this option (AFAIK), and that could be why you have that problem.&lt;/P&gt;
&lt;P&gt;Still, using sensible names at the source (the DB) does immediately away with all the curremt problems, and those that &lt;EM&gt;will&lt;/EM&gt; arise in the future.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 12:35:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Blanks-in-column-names-and-WORK-TEST-DATA/m-p/411149#M26402</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-07T12:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Blanks in column names and WORK.TEST.WORK</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Blanks-in-column-names-and-WORK-TEST-DATA/m-p/411168#M26404</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;Sorry for my ignorance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the difference of&amp;nbsp; execute from the server machine or i execute in a client connected to the server in another machine? Both use the same workspace server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is any solution for solve this problem with the column names? Obviously the person responsible of the Database can change all columns names but i think is not a valid idea for him&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 13:15:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Blanks-in-column-names-and-WORK-TEST-DATA/m-p/411168#M26404</guid>
      <dc:creator>JuanDaniel</dc:creator>
      <dc:date>2017-11-07T13:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Blanks in column names and WORK.TEST.WORK</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Blanks-in-column-names-and-WORK-TEST-DATA/m-p/411435#M26426</link>
      <description>&lt;P&gt;It is Enterprise Guide that sends the option on establishing a server connection. It is not part of the workspace server configuration itself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can only repeat it: use proper names in the DB itself, blanks or special characters are idiotic and forbidden at my organisation.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 06:58:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Blanks-in-column-names-and-WORK-TEST-DATA/m-p/411435#M26426</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-08T06:58:47Z</dc:date>
    </item>
  </channel>
</rss>

