<?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 string is duplicated in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/string-is-duplicated/m-p/720383#M223166</link>
    <description>&lt;P&gt;&lt;FONT&gt;When i read the excel by libname, it always have error "&lt;FONT color="#ff6600"&gt;ERROR:&amp;nbsp;&amp;nbsp; string is duplicated&amp;nbsp; |&amp;gt;&amp;lt;t/&amp;gt;|" in one file, &lt;FONT color="#000000"&gt;but not in another file, would you please help to guide? thank you very much!&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT color="#ff6600"&gt;&lt;FONT color="#000000"&gt;The program is listed as follow:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;options validvarname=any;&lt;BR /&gt;libname _definea xlsx "&amp;amp;dfadam./datasets/define.xlsx";&lt;BR /&gt;data _definea.variables;&lt;BR /&gt;&amp;nbsp;set _definea.variables;&lt;BR /&gt;&amp;nbsp;run;&lt;BR /&gt;options validvarname=v7;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2021 02:21:42 GMT</pubDate>
    <dc:creator>Chunling</dc:creator>
    <dc:date>2021-02-19T02:21:42Z</dc:date>
    <item>
      <title>string is duplicated</title>
      <link>https://communities.sas.com/t5/SAS-Programming/string-is-duplicated/m-p/720383#M223166</link>
      <description>&lt;P&gt;&lt;FONT&gt;When i read the excel by libname, it always have error "&lt;FONT color="#ff6600"&gt;ERROR:&amp;nbsp;&amp;nbsp; string is duplicated&amp;nbsp; |&amp;gt;&amp;lt;t/&amp;gt;|" in one file, &lt;FONT color="#000000"&gt;but not in another file, would you please help to guide? thank you very much!&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT color="#ff6600"&gt;&lt;FONT color="#000000"&gt;The program is listed as follow:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;options validvarname=any;&lt;BR /&gt;libname _definea xlsx "&amp;amp;dfadam./datasets/define.xlsx";&lt;BR /&gt;data _definea.variables;&lt;BR /&gt;&amp;nbsp;set _definea.variables;&lt;BR /&gt;&amp;nbsp;run;&lt;BR /&gt;options validvarname=v7;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 02:21:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/string-is-duplicated/m-p/720383#M223166</guid>
      <dc:creator>Chunling</dc:creator>
      <dc:date>2021-02-19T02:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: string is duplicated</title>
      <link>https://communities.sas.com/t5/SAS-Programming/string-is-duplicated/m-p/720385#M223167</link>
      <description>&lt;P&gt;Can you use PROC IMPORT?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc import out= &lt;SPAN&gt;variables&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; datafile =&amp;nbsp;"&lt;SPAN&gt;&amp;amp;dfadam./datasets/define.xlsx"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbms = Excel&lt;/P&gt;
&lt;P&gt;replace;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sheet = "&lt;SPAN&gt;variables&lt;/SPAN&gt;";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; getnames = yes;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 03:05:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/string-is-duplicated/m-p/720385#M223167</guid>
      <dc:creator>qoit</dc:creator>
      <dc:date>2021-02-19T03:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: string is duplicated</title>
      <link>https://communities.sas.com/t5/SAS-Programming/string-is-duplicated/m-p/720393#M223171</link>
      <description>&lt;P&gt;This problem has been reported occurring when using proc export, not while using the libname statement. You should verify that all updates regarding access to pc-files are installed and that excel has no problems opening the file. And i am not sure that overwriting a sheet in place works at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 05:49:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/string-is-duplicated/m-p/720393#M223171</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-02-19T05:49:38Z</dc:date>
    </item>
  </channel>
</rss>

