<?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: Do loop / iterative do statement in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500417#M345</link>
    <description>&lt;P&gt;OK, then set up within the DATA step a statement that will process only department 10 observations, another that processes only department 20 observations, and a third that processes only department 30 observations.&amp;nbsp; Test your DATA step and see if the log contains any errors or notes about anything going wrong.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Oct 2018 14:47:08 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2018-10-01T14:47:08Z</dc:date>
    <item>
      <title>Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500341#M322</link>
      <description>&lt;P&gt;data _null_;&lt;BR /&gt;set ave.emp;&lt;BR /&gt;NEWSAL=sal;&lt;BR /&gt;put ' ';&lt;BR /&gt;put 'CURRENT SALARY FOR ' ename ' IS ' sal;&lt;BR /&gt;do lily = 1 to 15;&lt;BR /&gt;newsal=newsal+newsal*.20;&lt;BR /&gt;put ' AND HIS EXPECTED SALARY FOR THE ' lily ' YEAR IS ' newsal;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*TASK - 1*/&lt;/P&gt;&lt;P&gt;/*hike the sal for all with 20% but only on alternate years till crossing 10 years*/&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/*TASK - 2*/&lt;/P&gt;&lt;P&gt;/*hike the sal for dept 10 with 10%, for 20 with 20% and for the rest with 30% for 3 years*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*TASK - 3*/&lt;/P&gt;&lt;P&gt;/*debug the above code and check the results*/&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 13:17:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500341#M322</guid>
      <dc:creator>veebee1</dc:creator>
      <dc:date>2018-10-01T13:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500342#M323</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/237373"&gt;@veebee1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;data _null_;&lt;BR /&gt;set ave.emp;&lt;BR /&gt;NEWSAL=sal;&lt;BR /&gt;put ' ';&lt;BR /&gt;put 'CURRENT SALARY FOR ' ename ' IS ' sal;&lt;BR /&gt;do lily = 1 to 15;&lt;BR /&gt;newsal=newsal+newsal*.20;&lt;BR /&gt;put ' AND HIS EXPECTED SALARY FOR THE ' lily ' YEAR IS ' newsal;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/*TASK - 1*/&lt;/P&gt;
&lt;P&gt;/*hike the sal for all with 20% but only on alternate years till crossing 10 years*/&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;/*TASK - 2*/&lt;/P&gt;
&lt;P&gt;/*hike the sal for dept 10 with 10%, for 20 with 20% and for the rest with 30% for 3 years*/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/*TASK - 3*/&lt;/P&gt;
&lt;P&gt;/*debug the above code and check the results*/&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;And what is your question?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 13:24:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500342#M323</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-01T13:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500348#M324</link>
      <description>&lt;P&gt;There are 3 tasks listed to create from the data set.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 13:31:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500348#M324</guid>
      <dc:creator>veebee1</dc:creator>
      <dc:date>2018-10-01T13:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500357#M325</link>
      <description>&lt;P&gt;Yes, but these are&amp;nbsp;&lt;STRONG&gt;Your&lt;/STRONG&gt; tasks for some sort of course.&amp;nbsp; What is your&amp;nbsp;&lt;STRONG&gt;question&lt;/STRONG&gt; bearing in mind we are not here to do your course for you.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 13:42:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500357#M325</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-10-01T13:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500366#M326</link>
      <description>&lt;P&gt;Not too many posters will just do your homework for you.&amp;nbsp; Here is a tip to get you started.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;do lily = 1 to 15;&lt;BR /&gt;newsal=newsal+newsal*.20;&lt;BR /&gt;put ' AND HIS EXPECTED SALARY FOR THE ' lily ' YEAR IS ' newsal;&lt;BR /&gt;end;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Since you are only expected to go through 10 years, and only expected to report every other year, a couple of changes would be in order.&amp;nbsp; Depending on whether question 1 wants you to report years 2, 4, 6, 8, 10 (as opposed to years 1, 3, 5, 7, 9):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;do lily = 2 to 10 by 2;&lt;BR /&gt;newsal=newsal * 1.2 * 1.2;&lt;BR /&gt;put ' AND HIS EXPECTED SALARY FOR THE ' lily ' YEAR IS ' newsal;&lt;BR /&gt;end;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 13:47:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500366#M326</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-10-01T13:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500380#M328</link>
      <description>&lt;P&gt;how do YOU know this is for some kind of course, did I ask YOU to do it for me?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 13:56:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500380#M328</guid>
      <dc:creator>veebee1</dc:creator>
      <dc:date>2018-10-01T13:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500382#M329</link>
      <description>&lt;P&gt;Yes, you posted a question on the forum with the idea to get a response.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 13:59:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500382#M329</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-10-01T13:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500385#M330</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;with the idea to get a response" - only to get an idea to complete the task because I am either stuck or not sure of my answer. If you have no contribution or can't solve it, please do not respond. Thank You.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:01:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500385#M330</guid>
      <dc:creator>veebee1</dc:creator>
      <dc:date>2018-10-01T14:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500386#M331</link>
      <description>&lt;P&gt;can you help me with the procedure to debug, or it there a code to debug?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:03:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500386#M331</guid>
      <dc:creator>veebee1</dc:creator>
      <dc:date>2018-10-01T14:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500387#M332</link>
      <description>&lt;P&gt;data have / debug;&lt;/P&gt;&lt;P&gt;… stuff you want to do...&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:05:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500387#M332</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2018-10-01T14:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500388#M333</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/237373"&gt;@veebee1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;can you help me with the procedure to debug, or it there a code to debug?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Run it, read the log, and inspect the resulting dataset (if the code doesn't conk out with ERROR(s)).&lt;/P&gt;
&lt;P&gt;If you want us to test your code, we need the data you run it on. Post example data (ave.emp) in a data step with datalines, so it is easy for us to recreate it.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:06:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500388#M333</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-01T14:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500392#M334</link>
      <description>&lt;P&gt;&lt;BR /&gt;data _null_;&lt;BR /&gt;set ave.emp;&lt;BR /&gt;NEWSAL=sal;&lt;BR /&gt;put ' ';&lt;BR /&gt;put 'CURRENT SALARY FOR ' ename ' IS ' sal;&lt;BR /&gt;do lily = 2 to 10 by 2;&lt;BR /&gt;newsal=newsal * 1.2 * 1.2;&lt;BR /&gt;put ' AND HIS EXPECTED SALARY FOR THE ' lily ' YEAR IS ' newsal;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;set ave.emp;&lt;BR /&gt;NEWSAL=sal;&lt;BR /&gt;put ' ';&lt;BR /&gt;put 'CURRENT SALARY FOR ' dept=10 ' IS ' sal;&lt;BR /&gt;newsal=newsal+newsal*.10;&lt;BR /&gt;put 'CURRENT SALARY FOR ' dept=20 ' IS ' sal;&lt;BR /&gt;newsal=newsal+newsal*.20;&lt;BR /&gt;put 'CURRENT SALARY FOR ' dept=30 ' IS ' sal;&lt;BR /&gt;newsal=newsal+newsal*.30;&lt;BR /&gt;do lily = 1 to 3;&lt;BR /&gt;put ' AND HIS EXPECTED SALARY FOR THE ' lily ' YEAR IS ' newsal;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:09:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500392#M334</guid>
      <dc:creator>veebee1</dc:creator>
      <dc:date>2018-10-01T14:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500393#M335</link>
      <description>&lt;P&gt;data _null_;&lt;BR /&gt;set ave.emp;&lt;BR /&gt;NEWSAL=sal;&lt;BR /&gt;put ' ';&lt;BR /&gt;put 'CURRENT SALARY FOR ' dept=10 ' IS ' sal;&lt;BR /&gt;newsal=newsal+newsal*.10;&lt;BR /&gt;put 'CURRENT SALARY FOR ' dept=20 ' IS ' sal;&lt;BR /&gt;newsal=newsal+newsal*.20;&lt;BR /&gt;put 'CURRENT SALARY FOR ' dept=30 ' IS ' sal;&lt;BR /&gt;newsal=newsal+newsal*.30;&lt;BR /&gt;do lily = 1 to 3;&lt;BR /&gt;put ' AND HIS EXPECTED SALARY FOR THE ' lily ' YEAR IS ' newsal;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Task 2 is this correct?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:10:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500393#M335</guid>
      <dc:creator>veebee1</dc:creator>
      <dc:date>2018-10-01T14:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500395#M336</link>
      <description>&lt;P&gt;did you post data for testing and debugging?&lt;/P&gt;&lt;P&gt;Did you test your code yourself?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I and others would test for you if you included data.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:12:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500395#M336</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2018-10-01T14:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500396#M337</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/237373"&gt;@veebee1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;BR /&gt;data _null_;&lt;BR /&gt;set ave.emp;&lt;BR /&gt;NEWSAL=sal;&lt;BR /&gt;put ' ';&lt;BR /&gt;put 'CURRENT SALARY FOR ' ename ' IS ' sal;&lt;BR /&gt;do lily = 2 to 10 by 2;&lt;BR /&gt;newsal=newsal * 1.2 * 1.2;&lt;BR /&gt;put ' AND HIS EXPECTED SALARY FOR THE ' lily ' YEAR IS ' newsal;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data _null_;&lt;BR /&gt;set ave.emp;&lt;BR /&gt;NEWSAL=sal;&lt;BR /&gt;put ' ';&lt;BR /&gt;put 'CURRENT SALARY FOR ' dept=10 ' IS ' sal;&lt;BR /&gt;newsal=newsal+newsal*.10;&lt;BR /&gt;put 'CURRENT SALARY FOR ' dept=20 ' IS ' sal;&lt;BR /&gt;newsal=newsal+newsal*.20;&lt;BR /&gt;put 'CURRENT SALARY FOR ' dept=30 ' IS ' sal;&lt;BR /&gt;newsal=newsal+newsal*.30;&lt;BR /&gt;do lily = 1 to 3;&lt;BR /&gt;put ' AND HIS EXPECTED SALARY FOR THE ' lily ' YEAR IS ' newsal;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Nice. You're using ave.emp. Where's the example data for that?&lt;/P&gt;
&lt;P&gt;Without knowing what is in that dataset, there's no way to verify your code (reliably).&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:12:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500396#M337</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-01T14:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500397#M338</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:12:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500397#M338</guid>
      <dc:creator>veebee1</dc:creator>
      <dc:date>2018-10-01T14:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500399#M339</link>
      <description>&lt;PRE class="aLF-aPX-K0-aPE"&gt;libname _all_ clear;

libname ave 'c:\sample';

data e;
set ave.emp;
NEWSAL=sal;
do lily = 1 to 5;
newsal=newsal+newsal*.20;
end;
run;

data _null_;
set ave.emp;
NEWSAL=sal;
put ' ';
put 'CURRENT SALARY FOR ' ename ' IS ' sal;
do lily = 1 to 5;
newsal=newsal+newsal*.20;
put ' AND HIS EXPECTED SALARY FOR THE ' lily ' YEAR IS ' newsal;
end;
run;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:16:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500399#M339</guid>
      <dc:creator>veebee1</dc:creator>
      <dc:date>2018-10-01T14:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500404#M340</link>
      <description>&lt;P&gt;Tip #2:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will need to learn how to determine which data is for department 10, which is for department 20, etc.&amp;nbsp; That depends on what exactly is in your data, so we can only guess until we see some data.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:23:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500404#M340</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-10-01T14:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500409#M342</link>
      <description />
      <pubDate>Mon, 01 Oct 2018 14:30:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500409#M342</guid>
      <dc:creator>veebee1</dc:creator>
      <dc:date>2018-10-01T14:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Do loop / iterative do statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500411#M343</link>
      <description>&lt;P&gt;OK, so you have DEPTNO that tells you what the department number is.&amp;nbsp; Do you know how to use it in an IF THEN statement to process only the department 10 observations?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:38:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Do-loop-iterative-do-statement/m-p/500411#M343</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-10-01T14:38:38Z</dc:date>
    </item>
  </channel>
</rss>

