<?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: reducing the size of code 0 to n in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/reducing-the-size-of-code-0-to-n/m-p/692101#M210764</link>
    <description>&lt;P&gt;I don't understand this. Please be more specific?&lt;/P&gt;</description>
    <pubDate>Fri, 16 Oct 2020 11:49:00 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2020-10-16T11:49:00Z</dc:date>
    <item>
      <title>reducing the size of code 0 to n</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reducing-the-size-of-code-0-to-n/m-p/692098#M210762</link>
      <description>&lt;PRE&gt;data comm;
format analyse commentaires.;
input analyse;
cards;
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
99
;
run;&lt;/PRE&gt;&lt;P&gt;can I&amp;nbsp;&lt;SPAN&gt;reduce the code: like 0-34,99&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 11:20:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reducing-the-size-of-code-0-to-n/m-p/692098#M210762</guid>
      <dc:creator>mazouz</dc:creator>
      <dc:date>2020-10-16T11:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the size of code 0 to n</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reducing-the-size-of-code-0-to-n/m-p/692101#M210764</link>
      <description>&lt;P&gt;I don't understand this. Please be more specific?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 11:49:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reducing-the-size-of-code-0-to-n/m-p/692101#M210764</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2020-10-16T11:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the size of code 0 to n</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reducing-the-size-of-code-0-to-n/m-p/692112#M210768</link>
      <description>&lt;P&gt;instead of writing 0 1 2 3 4 5 6 7 ...34 I want to know if there is another short solution&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 12:17:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reducing-the-size-of-code-0-to-n/m-p/692112#M210768</guid>
      <dc:creator>mazouz</dc:creator>
      <dc:date>2020-10-16T12:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the size of code 0 to n</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reducing-the-size-of-code-0-to-n/m-p/692116#M210770</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data comm;
 do analyse=0 to 34,99;
  output;
 end;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Oct 2020 12:42:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reducing-the-size-of-code-0-to-n/m-p/692116#M210770</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-10-16T12:42:37Z</dc:date>
    </item>
  </channel>
</rss>

