<?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 Working with DBMS column names that have a &amp;quot;/&amp;quot; in them in SAS enterprise Guide gives an error. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269560#M18664</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running into problems working with DBMS column names that have a "/" in them. I noticed that when the library was defined in metadata and the table containing the column name with the "/" was registered, SAS changed the name of the DBMS column that had a "/" in it to an "_". However, when I run a proc means statment using this column as a classification variable, the SQL access driver is not able to interpret this variable and gives me a driver error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"CLI describe error: [SAS][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Invalid column name 'Coated'. :&lt;BR /&gt;[SAS][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Invalid column name 'Insulated'. : [SAS][ODBC SQL Server&lt;BR /&gt;Wire Protocol driver][Microsoft SQL Server]Statement(s) could not be prepared."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For context to the error above, the column name on the DBMS is "Coated/Insulated". When registering the table in metadata, SAS changed the variable name to "Coated_Insulated". The error above was thrown while executing the following statement:&lt;/P&gt;&lt;P&gt;"PROC MEANS DATA=RS.tbldimProduct&lt;BR /&gt;FW=12&lt;BR /&gt;PRINTALLTYPES&lt;BR /&gt;CHARTYPE&lt;BR /&gt;NWAY&lt;BR /&gt;VARDEF=DF&lt;BR /&gt;MEAN&lt;BR /&gt;STD&lt;BR /&gt;MIN&lt;BR /&gt;MAX&lt;BR /&gt;N ;&lt;BR /&gt;VAR product_name_id;&lt;BR /&gt;CLASS Coated_Insulated / ORDER=UNFORMATTED ASCENDING;&lt;BR /&gt;RUN;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this error specific to the SAS/Access engine 9.4 and is there a workaround?&lt;/P&gt;&lt;P&gt;Incidentally, I have set the&amp;nbsp;VALIDVARNAME&amp;nbsp;to&amp;nbsp;v7.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2016 19:35:05 GMT</pubDate>
    <dc:creator>sethuraman_ram</dc:creator>
    <dc:date>2016-05-10T19:35:05Z</dc:date>
    <item>
      <title>Working with DBMS column names that have a "/" in them in SAS enterprise Guide gives an error.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269560#M18664</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running into problems working with DBMS column names that have a "/" in them. I noticed that when the library was defined in metadata and the table containing the column name with the "/" was registered, SAS changed the name of the DBMS column that had a "/" in it to an "_". However, when I run a proc means statment using this column as a classification variable, the SQL access driver is not able to interpret this variable and gives me a driver error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"CLI describe error: [SAS][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Invalid column name 'Coated'. :&lt;BR /&gt;[SAS][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Invalid column name 'Insulated'. : [SAS][ODBC SQL Server&lt;BR /&gt;Wire Protocol driver][Microsoft SQL Server]Statement(s) could not be prepared."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For context to the error above, the column name on the DBMS is "Coated/Insulated". When registering the table in metadata, SAS changed the variable name to "Coated_Insulated". The error above was thrown while executing the following statement:&lt;/P&gt;&lt;P&gt;"PROC MEANS DATA=RS.tbldimProduct&lt;BR /&gt;FW=12&lt;BR /&gt;PRINTALLTYPES&lt;BR /&gt;CHARTYPE&lt;BR /&gt;NWAY&lt;BR /&gt;VARDEF=DF&lt;BR /&gt;MEAN&lt;BR /&gt;STD&lt;BR /&gt;MIN&lt;BR /&gt;MAX&lt;BR /&gt;N ;&lt;BR /&gt;VAR product_name_id;&lt;BR /&gt;CLASS Coated_Insulated / ORDER=UNFORMATTED ASCENDING;&lt;BR /&gt;RUN;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this error specific to the SAS/Access engine 9.4 and is there a workaround?&lt;/P&gt;&lt;P&gt;Incidentally, I have set the&amp;nbsp;VALIDVARNAME&amp;nbsp;to&amp;nbsp;v7.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 19:35:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269560#M18664</guid>
      <dc:creator>sethuraman_ram</dc:creator>
      <dc:date>2016-05-10T19:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Working with DBMS column names that have a "/" in them in SAS enterprise Guide gives a</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269563#M18665</link>
      <description>&lt;P&gt;Hi mate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create columns with the this sintax "///var &amp;amp;**&amp;amp;&amp;amp; da"n.&lt;/P&gt;
&lt;P&gt;The n at the end means the end of the label.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
   length "/inp1 id1"n 3 "/name2 id2"n $ 20;
   input "/inp1 id1"n "/name2 id2"n;
   cards;
  1 Rod
  2 Chad
  3 Gave
  4 Mick
  ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;So i can specify columns with spaces and special characters at the declaration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 19:49:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269563#M18665</guid>
      <dc:creator>DartRodrigo</dc:creator>
      <dc:date>2016-05-10T19:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Working with DBMS column names that have a "/" in them in SAS enterprise Guide gives a</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269570#M18666</link>
      <description>&lt;P&gt;Run a proc contents and check the output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can post it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 20:27:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269570#M18666</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-10T20:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Working with DBMS column names that have a "/" in them in SAS enterprise Guide gives a</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269637#M18673</link>
      <description>&lt;P&gt;Try add one more option:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname x odbc dsn=....  preserve_col_names=yes  ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and use 'xx/yy'n refer to it at proc means.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 05:04:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269637#M18673</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-05-11T05:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Working with DBMS column names that have a "/" in them in SAS enterprise Guide gives a</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269674#M18680</link>
      <description>&lt;P&gt;Personally I would say this is not your problem, it is the problem of the person who setup a database with non standard characters. &amp;nbsp;Every role I have come across/people who build databases would never use anything other alphabetic charcters, undersore, and numbers. &amp;nbsp;The reason you have hit upon here. &amp;nbsp;If it was me I would go back to the source and get them to change - I know sometimes this is difficult, however if you don't raise it, whats to stop them using other characters, non printable ones for instance. &amp;nbsp;Will you try to code around every problem you get? &amp;nbsp;This should all be in documentation - transfer specs, database specs, standard operating proceures etc. these are all here to stop problems like this.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 09:30:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269674#M18680</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-05-11T09:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Working with DBMS column names that have a "/" in them in SAS enterprise Guide gives a</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269714#M18682</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/50353"&gt;@DartRodrigo﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Thanks for your tip. Unfortunately it did not work out even when i defined the name literal. It still threw up the error that "Coated/Insulated" was not a valid SAS name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 13:20:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269714#M18682</guid>
      <dc:creator>sethuraman_ram</dc:creator>
      <dc:date>2016-05-11T13:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Working with DBMS column names that have a "/" in them in SAS enterprise Guide gives a</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269722#M18685</link>
      <description>&lt;P&gt;Ok,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've found this similar&amp;nbsp;&lt;A title="Usage Note 48566: A CLI error is issued when you attempt to create and load data into a temporary SQL server table using SAS/ACCESS® Interface to ODBC" href="http://support.sas.com/kb/48/566.html" target="_blank"&gt;Usage Note 48566: A CLI error is issued when you attempt to create and load data into a temporary SQL server table using SAS/ACCESS® Interface to ODBC&lt;/A&gt;&amp;nbsp;post or &lt;A title="Problem Note 42504: Special characters in DBMS column names cause problems with the explicit pass-through option in the SAS® Enterprise Guide® 4.3 Query Builder" href="http://support.sas.com/kb/42/504.html" target="_blank"&gt;Problem Note 42504: Special characters in DBMS column names cause problems with the explicit pass-through option in the SAS® Enterprise Guide® 4.3 Query Builder&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 13:40:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269722#M18685</guid>
      <dc:creator>DartRodrigo</dc:creator>
      <dc:date>2016-05-11T13:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Working with DBMS column names that have a "/" in them in SAS enterprise Guide gives a</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269725#M18687</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I have attached the output of the proc contents. The offending varaible is #46 and in the second row of the alphabetical list of variables. The interesting this is that if I run the proc contents within enterprise guide I get the variable name as Coated_Insulated. However, when i run the same procedure in SAS Studio I get the variable name as Coated/Insulated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 13:53:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269725#M18687</guid>
      <dc:creator>sethuraman_ram</dc:creator>
      <dc:date>2016-05-11T13:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Working with DBMS column names that have a "/" in them in SAS enterprise Guide gives a</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269726#M18688</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp﻿&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;I tried this option too but ended up with the error since the Database driver is not able to read the SAS name literal. My suspicion is that SAS/Access driver for SQL Server might be the one causing the problems here.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 13:55:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269726#M18688</guid>
      <dc:creator>sethuraman_ram</dc:creator>
      <dc:date>2016-05-11T13:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Working with DBMS column names that have a "/" in them in SAS enterprise Guide gives a</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269731#M18690</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/73885"&gt;@sethuraman_ram﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try:&lt;/P&gt;
&lt;P&gt;Change the part of proc means from this&amp;nbsp;&lt;SPAN&gt;CLASS Coated_Insulated / ORDER=UNFORMATTED ASCENDING;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CLASS "Coated/Insulated"n / ORDER=UNFORMATTED ASCENDING;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 14:05:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269731#M18690</guid>
      <dc:creator>DartRodrigo</dc:creator>
      <dc:date>2016-05-11T14:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Working with DBMS column names that have a "/" in them in SAS enterprise Guide gives a</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269762#M18694</link>
      <description>&lt;P&gt;SAS Studio, SAS EG , and BASE SAS may have different settings for validvarname. Check what the option is set to in each environment.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 15:22:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/269762#M18694</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-11T15:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Working with DBMS column names that have a "/" in them in SAS enterprise Guide gives a</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/270334#M18747</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/50353"&gt;@DartRodrigo﻿&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;The problem note described in &lt;A href="http://support.sas.com/kb/42/504.html" target="_blank"&gt;http://support.sas.com/kb/42/504.html&lt;/A&gt;&amp;nbsp;closely resembles the situation that i am currently experiencing althought it is mentioned that the error was fixed&amp;nbsp;&lt;SPAN&gt;9.3 TS1M0. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am currently running 9.4. I have opend up a tech track for this issue to have SAS technical support take a look at this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 13:14:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/270334#M18747</guid>
      <dc:creator>sethuraman_ram</dc:creator>
      <dc:date>2016-05-13T13:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Working with DBMS column names that have a "/" in them in SAS enterprise Guide gives a</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/270487#M18749</link>
      <description>&lt;P&gt;When you try to query non-standard or longer than 32 character DBMS column names the only reliable and sometimes the ONLY method to use is SQL PASSTHRU.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the case of the PROC MEANS, SAS has to construct an SQL query behind the scenes somehow referencing the non-standard column names which I suspect all gets a bit hard. Perhaps you could try the 'Coated/Insulated'n name in a simple SQL query. Does that work?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
  create table test as
  select count(*)
        ,'Coated/Insulated'n
  from RS.tbldimProduct
  group by 'Coated/Insulated'n
  ;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should be able to get close to what the PROC MEANS does using&amp;nbsp;&lt;SPAN&gt;SQL PASSTHRU and GROUP BY.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2016 05:55:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/270487#M18749</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-05-14T05:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Working with DBMS column names that have a "/" in them in SAS enterprise Guide gives a</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/273375#M18945</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi﻿&lt;/a&gt;. This was the only way I could get past the error. SAS technical support suggested that I include the following options in the odbc.ini file:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Quotedid=Yes &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EnableQuotedIdentifiers=1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, these did not eliminate the error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 19:30:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Working-with-DBMS-column-names-that-have-a-quot-quot-in-them-in/m-p/273375#M18945</guid>
      <dc:creator>sethuraman_ram</dc:creator>
      <dc:date>2016-05-26T19:30:41Z</dc:date>
    </item>
  </channel>
</rss>

