<?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: Read data with % in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Read-data-with/m-p/601324#M173915</link>
    <description>&lt;P&gt;Assuming you want SAS to interpret your source data as numbers in percent and you want to read this data into numerical variables.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data tbl1;
  input (X1909 X1908 X1907 X1906 UCL1 UCL2) (:percent.);
  format X1909 X1908 X1907 X1906 UCL1 UCL2 percent9.2;
  cards;
4% 3% 6% 5.10% 5% 5.20%
3% 2% 2% 4.60% 4.50% 4.90%
5% 5% 5% 5% 7% 8%
;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 04 Nov 2019 09:31:00 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2019-11-04T09:31:00Z</dc:date>
    <item>
      <title>Read data with %</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-data-with/m-p/601321#M173913</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;What is the way to read well this data set please?&lt;/P&gt;
&lt;P&gt;I get only one row with empty values&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data tbl1;
input  X1909	X1908	X1907	X1906	UCL1	UCL2;
cards;
4% 3% 6% 5.10% 5% 5.20%
3% 2% 2% 4.60% 4.50% 4.90%
5% 5% 5% 5% 7% 8%
;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Nov 2019 09:10:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-data-with/m-p/601321#M173913</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2019-11-04T09:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Read data with %</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-data-with/m-p/601324#M173915</link>
      <description>&lt;P&gt;Assuming you want SAS to interpret your source data as numbers in percent and you want to read this data into numerical variables.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data tbl1;
  input (X1909 X1908 X1907 X1906 UCL1 UCL2) (:percent.);
  format X1909 X1908 X1907 X1906 UCL1 UCL2 percent9.2;
  cards;
4% 3% 6% 5.10% 5% 5.20%
3% 2% 2% 4.60% 4.50% 4.90%
5% 5% 5% 5% 7% 8%
;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Nov 2019 09:31:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-data-with/m-p/601324#M173915</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-11-04T09:31:00Z</dc:date>
    </item>
  </channel>
</rss>

