<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; DO LOOP statement</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/do-loop-statement/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 14:44:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Do until loop help!</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/do-until-loop-help/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/do-until-loop-help/#comments</comments>
		<pubDate>Mon, 29 Oct 2012 22:40:11 +0000</pubDate>
		<dc:creator>ols1224</dc:creator>
				<category><![CDATA[DO LOOP statement]]></category>
		<category><![CDATA[Input box Question]]></category>
		<category><![CDATA[MsgBox]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/do-until-loop-help/</guid>
		<description><![CDATA[New Discussion Post by TomLiotta]]></description>
				<content:encoded><![CDATA[New Discussion Post by TomLiotta]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/do-until-loop-help/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Merge two datasets in a DO loop</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/merge-two-datasets-in-a-do-loop/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/merge-two-datasets-in-a-do-loop/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 15:44:53 +0000</pubDate>
		<dc:creator>Brcmeric</dc:creator>
				<category><![CDATA[DO LOOP statement]]></category>
		<category><![CDATA[MERGE statement]]></category>
		<category><![CDATA[SAP Business Intelligence]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[SAS Business Intelligence software]]></category>
		<category><![CDATA[SAS Data Analysis]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have two datasets like this: data1 : store sales1 sales2&#8230;.sales52 1 2 3 . . 10 data2: Store sales1 sales2&#8230;..sales52  1 2 3 . . . 100   okay, now what I want is to take the first row of data1 merge it with data2, take the difference of sales between the observation from [...]]]></description>
				<content:encoded><![CDATA[<p>I have two datasets like this: <br/><br/> data1 :<br/><br/> store sales1 sales2&#8230;.sales52 <br/><br/> 1<br/><br/> 2<br/><br/> 3<br/><br/> .<br/><br/> .<br/><br/> 10<br/><br/> data2: <br/><br/> Store sales1 sales2&#8230;..sales52<br/><br/>  1 <br/><br/> 2 <br/><br/> 3 <br/><br/> . <br/><br/> . <br/><br/> . <br/><br/> 100 <br/><br/>  <br/><br/> okay, now what I want is to take the first row of data1 merge it with data2, take the difference of sales between the observation from data1 and all the rows of data2; <br/><br/> specifically I want sales1 (of the store from data1)-sales1(all other stores in data2) then sales2- sales2&#8230;., then I want to to print this out on a different dataset, <br/><br/> And the MOst important part is I want to do this step for every store in data1, seperately. Like after doing it for the first row of data1 I want to do the same for the second row of data1 and so on&#8230;<br/><br/>  So that at last if I have 10 stores in data1, I will have 10 different new datasets, showing the differences betwwen sales of each store from data1 and all the stores in data2. I would be glad if anyone can help me on this. Thanks!<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/merge-two-datasets-in-a-do-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DO&#8230;LOOP and IF ELSE THEN statements</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/doloop-and-if-else-then-statements/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/doloop-and-if-else-then-statements/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 02:47:54 +0000</pubDate>
		<dc:creator>Norphes</dc:creator>
				<category><![CDATA[Accumulators]]></category>
		<category><![CDATA[Counters]]></category>
		<category><![CDATA[DO LOOP statement]]></category>
		<category><![CDATA[IF ELSE statement]]></category>
		<category><![CDATA[LOOP statement]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am writing a basic program where two types of data are added: 1. a salespersons ID and 2. an amount of cars sold within a month from that salesperson. I have found out how to set the code where the numbers will go where they need to, but adding extra ones does not work, [...]]]></description>
				<content:encoded><![CDATA[<p>I am writing a basic program where two types of data are added: 1. a salespersons ID and 2. an amount of cars sold within a month from that salesperson. I have found out how to set the code where the numbers will go where they need to, but adding extra ones does not work, and trying to add any more numbers only changes it to the number that is entered.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/doloop-and-if-else-then-statements/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/18 queries in 0.028 seconds using memcached
Object Caching 448/504 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 14:50:48 -->