<?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 how to use do loop to count from 10 to 1 ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-do-loop-to-count-from-10-to-1/m-p/863735#M341157</link>
    <description>&lt;P&gt;how to use do loop to count from 10 to 1 ?&lt;/P&gt;</description>
    <pubDate>Mon, 13 Mar 2023 03:04:19 GMT</pubDate>
    <dc:creator>Vishal789</dc:creator>
    <dc:date>2023-03-13T03:04:19Z</dc:date>
    <item>
      <title>how to use do loop to count from 10 to 1 ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-do-loop-to-count-from-10-to-1/m-p/863735#M341157</link>
      <description>&lt;P&gt;how to use do loop to count from 10 to 1 ?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 03:04:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-use-do-loop-to-count-from-10-to-1/m-p/863735#M341157</guid>
      <dc:creator>Vishal789</dc:creator>
      <dc:date>2023-03-13T03:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to use do loop to count from 10 to 1 ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-do-loop-to-count-from-10-to-1/m-p/863744#M341162</link>
      <description>&lt;P&gt;By using -1 as the STEP value.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;do i=10 to 1 by -1;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 13 Mar 2023 04:44:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-use-do-loop-to-count-from-10-to-1/m-p/863744#M341162</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-03-13T04:44:52Z</dc:date>
    </item>
  </channel>
</rss>

