<?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 data loss warning in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/data-loss-warning/m-p/763282#M241717</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options validvarname=any;
libname xl XLSX "book1.xlsx";
data test;
set xl.xyz;
run;
libname xl clear;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get this error when I run the above program, how can I make sure it reads the complete string irrespective of length. I have a string upto 300 characters in a variable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;also attached&amp;nbsp; a test file for the code.&lt;/P&gt;
&lt;P&gt;WARNING: Some character data was lost during transcoding in column:......&lt;/P&gt;</description>
    <pubDate>Mon, 23 Aug 2021 16:47:06 GMT</pubDate>
    <dc:creator>bharath86</dc:creator>
    <dc:date>2021-08-23T16:47:06Z</dc:date>
    <item>
      <title>data loss warning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-loss-warning/m-p/763282#M241717</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options validvarname=any;
libname xl XLSX "book1.xlsx";
data test;
set xl.xyz;
run;
libname xl clear;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get this error when I run the above program, how can I make sure it reads the complete string irrespective of length. I have a string upto 300 characters in a variable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;also attached&amp;nbsp; a test file for the code.&lt;/P&gt;
&lt;P&gt;WARNING: Some character data was lost during transcoding in column:......&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 16:47:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-loss-warning/m-p/763282#M241717</guid>
      <dc:creator>bharath86</dc:creator>
      <dc:date>2021-08-23T16:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: data loss warning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-loss-warning/m-p/763298#M241721</link>
      <description>&lt;P&gt;What encoding is your SAS session using?&lt;/P&gt;
&lt;P&gt;Check the value of the automatic macro variable SYSENCODING.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 17:30:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-loss-warning/m-p/763298#M241721</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-08-23T17:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: data loss warning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-loss-warning/m-p/763335#M241742</link>
      <description>&lt;P&gt;Hi Its,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;UTF-8&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 19:39:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-loss-warning/m-p/763335#M241742</guid>
      <dc:creator>bharath86</dc:creator>
      <dc:date>2021-08-23T19:39:43Z</dc:date>
    </item>
  </channel>
</rss>

