<?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: Macros/Loop in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68472#M19621</link>
    <description>Hi. Patrick You  are definitely right, the code you writed is what i mean,but there are too long code ,So i write the code before. The longitude data is very useful when you meet a trouble.&lt;BR /&gt;
And unfortunately I also have much job to complete,and have little time to browse this forum.But I love this forum.From it I learned much more than i have.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
    <pubDate>Mon, 06 Sep 2010 05:48:17 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2010-09-06T05:48:17Z</dc:date>
    <item>
      <title>Macros/Loop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68459#M19608</link>
      <description>Hi Experts&lt;BR /&gt;
&lt;BR /&gt;
I have a situation here hope to find solution :&lt;BR /&gt;
&lt;BR /&gt;
I have a massive data set ;;;below is just an ex:&lt;BR /&gt;
&lt;BR /&gt;
     2009/01   2009/02   2009/03  2009/04  so on&lt;BR /&gt;
1     CM          CM           LA         LA&lt;BR /&gt;
2     MC          MC           MC        MC &lt;BR /&gt;
3     AQ          ZZ             LL         LL &lt;BR /&gt;
4     AG           HG          HG        HG&lt;BR /&gt;
5     IJ             IJ              Ij          IJ&lt;BR /&gt;
&lt;BR /&gt;
I want a macro which can check and tel in which month conversion took place and how many ??  for ex : Customer 1 converted in Mar and had 1 conversion....&lt;BR /&gt;
Macro which can compare 2009/01 with 2009/02 then 2009/02 with 2009/03 and so on .....&lt;BR /&gt;
&lt;BR /&gt;
any help is appreciated ..&lt;BR /&gt;
H</description>
      <pubDate>Mon, 30 Aug 2010 06:10:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68459#M19608</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-08-30T06:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Macros/Loop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68460#M19609</link>
      <description>Why is macro required to solve the problem? You should post an example of the required output dataset.</description>
      <pubDate>Mon, 30 Aug 2010 06:43:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68460#M19609</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2010-08-30T06:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Macros/Loop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68461#M19610</link>
      <description>The reason Macros is required as I want to do the process repeatedly every week. &lt;BR /&gt;
&lt;BR /&gt;
The ex: of required outout dataset is :&lt;BR /&gt;
    &lt;BR /&gt;
     2009/01     2009/02     2009/03 &lt;BR /&gt;
1      0                1            1&lt;BR /&gt;
2      0                  0         1 &lt;BR /&gt;
3      0                0           1&lt;BR /&gt;
4&lt;BR /&gt;
5&lt;BR /&gt;
&lt;BR /&gt;
I want 0 when no conversion happened and 1 in the month of conversion so that I can roll the results at end how many conversions happened and when ..... 2009/03 months are variables  and 1 2 3 4 are customers .....</description>
      <pubDate>Mon, 30 Aug 2010 21:56:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68461#M19610</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-08-30T21:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Macros/Loop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68462#M19611</link>
      <description>Suggest a DATA step approach with your "period" SAS variables a Period1, Period2 thru Periodn - then you can easily use an ARRAY to reference the variable set in the current observation, comparing element x+1 to element x in the array and if a value change occurred, assign 1 to a new variable Convert1 thru Convertn.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Mon, 30 Aug 2010 22:34:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68462#M19611</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-08-30T22:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Macros/Loop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68463#M19612</link>
      <description>Thanks... Can you please give little example of codes. I am new to macros/array. &lt;BR /&gt;
for ex; Data set variables are Local_data109 - Local_data110 uptill Local_data 120.&lt;BR /&gt;
&lt;BR /&gt;
Can data set read this variable names in sequence of 109/110/111?&lt;BR /&gt;
&lt;BR /&gt;
H</description>
      <pubDate>Mon, 30 Aug 2010 23:35:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68463#M19612</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-08-30T23:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Macros/Loop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68464#M19613</link>
      <description>You will need to be a bit more descriptive with variable names you have assigned to your data - cannot have embedded blanks in variable name, normally.  You will need to gain an understanding of your data as it will exist in SAS, then go forward with programming with a DATA step approach - don't suggest macros if not absolutely necessary.&lt;BR /&gt;
&lt;BR /&gt;
Suggest searching the SAS support &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website for SAS-hosted DOC and supplemental technical / conference materials on related topics.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search arguments, this topic/post:&lt;BR /&gt;
&lt;BR /&gt;
intro array site:sas.com&lt;BR /&gt;
&lt;BR /&gt;
array processing site:sas.com</description>
      <pubDate>Tue, 31 Aug 2010 00:15:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68464#M19613</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-08-31T00:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Macros/Loop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68465#M19614</link>
      <description>ok. I have worked on some loop formula as data was already in array swquence........ Can you please check what wrong am I doing in this code....&lt;BR /&gt;
&lt;BR /&gt;
Data Loop;&lt;BR /&gt;
  set loop2;&lt;BR /&gt;
  x=Pord_scale109;&lt;BR /&gt;
  y= Prod_scale120;&lt;BR /&gt;
 Do 109=110 to 120 by 1;&lt;BR /&gt;
 if prod_scale109^=prod_scale110 then convert=1;&lt;BR /&gt;
else convert=0;&lt;BR /&gt;
end;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
before loop ends, I want to add 1 to var X and var Y so when I  go into the loop the next time, I am  looking at the next two prod_scale.&lt;BR /&gt;
&lt;BR /&gt;
How do I do that .....&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
H</description>
      <pubDate>Tue, 31 Aug 2010 01:58:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68465#M19614</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-08-31T01:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Macros/Loop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68466#M19615</link>
      <description>Sorry here is working code : Only thing left is to add 1 to Var so that when looping it can change the prod scale from 109=110 to 110=111 and so on 111=112&lt;BR /&gt;
&lt;BR /&gt;
Code:&lt;BR /&gt;
&lt;BR /&gt;
Data loop;&lt;BR /&gt;
set loop2;&lt;BR /&gt;
start=Prod_scale109;&lt;BR /&gt;
End=Prod_scale120;&lt;BR /&gt;
do prod_scale = 109 to 120 by 1;&lt;BR /&gt;
if prod_scale109^=prod_scale110 then conversion = 1;&lt;BR /&gt;
else conversion = 0;&lt;BR /&gt;
end;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
As mentioned how and where to add 1 so that when it goes into loop again its looking into 110=111 and 111=112 and so on ....&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
H</description>
      <pubDate>Tue, 31 Aug 2010 02:18:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68466#M19615</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-08-31T02:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Macros/Loop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68467#M19616</link>
      <description>Hi:&lt;BR /&gt;
  There have been many, many previous forum postings on DO loops and ARRAY processing. Searching the forum might be useful before you go much further with your program. I believe there was even a previous forum thread on how to compare one array variable with the next variable in the list.&lt;BR /&gt;
&lt;BR /&gt;
   I think perhaps you have misunderstood how to loop through numbered variables which are being treated as though they are array members. This paper is a good introduction to the topic of array processing and DO loops:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/papers/sgf07/arrays1780.pdf" target="_blank"&gt;http://support.sas.com/rnd/papers/sgf07/arrays1780.pdf&lt;/A&gt; &lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 31 Aug 2010 03:39:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68467#M19616</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-08-31T03:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Macros/Loop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68468#M19617</link>
      <description>Hi. I think transposing your data into longitudinal data would be helpful.&lt;BR /&gt;
And assumping your variables(i.e. 2009/01 2009/02 2009/03 2009/04...) are all character.&lt;BR /&gt;
try this. For getting Macro, do it yourself.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
give the code next Monday.

Message was edited by: Ksharp</description>
      <pubDate>Fri, 03 Sep 2010 08:53:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68468#M19617</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-09-03T08:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Macros/Loop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68469#M19618</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I believe the code below does more or less what you asked for.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data have;&lt;BR /&gt;
  infile datalines truncover;&lt;BR /&gt;
  input (Customer_ID Prod_scale_200901 Prod_scale_200902 Prod_scale_200903 Prod_scale_200904) (:$8.) ;&lt;BR /&gt;
  datalines;&lt;BR /&gt;
1 CM CM LA LA&lt;BR /&gt;
2 MC MC MC MC &lt;BR /&gt;
3 AQ ZZ LL LL &lt;BR /&gt;
4 AG HG HG HG&lt;BR /&gt;
5 IJ IJ Ij IJ&lt;BR /&gt;
;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc sql noprint;&lt;BR /&gt;
  select name, &lt;BR /&gt;
            cats('Conversion_',compress(name,,'kd')) &lt;BR /&gt;
                   into :Prod_scale_List separated by ' ', &lt;BR /&gt;
                         :Conversion_List separated by ' '&lt;BR /&gt;
    from dictionary.columns&lt;BR /&gt;
    where libname='WORK' and memname='HAVE' and upcase(name) like 'PROD^_SCALE^_%' escape '^'&lt;BR /&gt;
    order by upcase(name)&lt;BR /&gt;
  ;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data want (drop=i PROD_scale_:);&lt;BR /&gt;
  set have;&lt;BR /&gt;
  array PRD  {*}   &amp;amp;Prod_scale_List;&lt;BR /&gt;
  array CONV {*} 8 &amp;amp;Conversion_List;&lt;BR /&gt;
&lt;BR /&gt;
  CONV(1)=0;&lt;BR /&gt;
  do i=2 to dim(PRD);&lt;BR /&gt;
    CONV(i)=   PRD(i-1) ^= PRD(i)  ;  &lt;BR /&gt;
    Conversion_Total=sum(Conversion_Total,CONV(i)); &lt;BR /&gt;
  end;&lt;BR /&gt;
&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
proc print data=want noobs;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I agree with Ksharp that a different data organisation would make your coding life easier ( --&amp;gt; Customer_ID, Date, Prod_Scale). I assume Ksharp will show you how to achieve this.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
As for the code above:&lt;BR /&gt;
&lt;BR /&gt;
CONV(i)=   PRD(i-1) ^= PRD(i)  ;  &lt;BR /&gt;
This is kind of short hand to get the 0 and 1 you want. What happens here is: &lt;BR /&gt;
1) Comparison   PRD(i-1) ^= PRD(i)    results in TRUE or FALSE (-&amp;gt; 1 or 0)&lt;BR /&gt;
2) Result of comparison is assigned to CONV(i)  &lt;BR /&gt;
	- which at a specific iteration of the do loop might be CONV(3), meaning that the value will be assigned to the 3rd element in the array CONV which in the example would be Conversion_200903.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
.... like 'PROD^_SCALE^_%' escape '^'&lt;BR /&gt;
In SQL the '_' in a LIKE comparison has a special meaning (wildcard). To have the '_' treated as nothing else than a underscore the character must be masked. ESCAPE '^' defines that the character ^ is used to mask the next character in a like comparison.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I assume there might be a few more things in the code you don't know yet. They are all in the SAS Doc and easy to find. It's worth to look them up as all of it will serve you well in the future.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
HTH&lt;BR /&gt;
Patrick&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
P.S: What I missed to mention is that the PROC SQL part reads the list of variables in the HAVE dataset and stores them sorted in a macro variable which is then used to define the elements of the array.&lt;BR /&gt;
So whatever variables there are in the HAVE dataset they will be used in the array.&lt;BR /&gt;
In case that you only need certain months (a subset of variables) you just would have to extend the where clause in the SQL selecting only the range of variables you need (based on the date part of the variable names).&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Patrick</description>
      <pubDate>Sun, 05 Sep 2010 09:52:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68469#M19618</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2010-09-05T09:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Macros/Loop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68470#M19619</link>
      <description>Hi. Mr. Patrick . long time no see. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
And my code is more simple than yours.&lt;BR /&gt;
So you understand more about SAS than me.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
data temp(drop=id);&lt;BR /&gt;
 input (id _2009_01 _2009_02 _2009_03 _2009_04) ( : $ );&lt;BR /&gt;
datalines;&lt;BR /&gt;
1 CM CM LA LA&lt;BR /&gt;
2 MC MC MC MC&lt;BR /&gt;
3 AQ ZZ LL LL&lt;BR /&gt;
4 AG HG HG HG&lt;BR /&gt;
5 IJ IJ Ij IJ&lt;BR /&gt;
;&lt;BR /&gt;
run;&lt;BR /&gt;
proc print;&lt;BR /&gt;
run;&lt;BR /&gt;
data patrick;&lt;BR /&gt;
 set temp;&lt;BR /&gt;
 array a{*} _character_;&lt;BR /&gt;
 do i=2 to dim(a);&lt;BR /&gt;
  if a{i} ne a{i-1} then do;&lt;BR /&gt;
                          varname= vname(a{i});&lt;BR /&gt;
						  output;&lt;BR /&gt;
						  end;&lt;BR /&gt;
 end;&lt;BR /&gt;
 keep varname;&lt;BR /&gt;
run;&lt;BR /&gt;
proc freq data=patrick;&lt;BR /&gt;
 tables varname/nopercent nocum;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Mon, 06 Sep 2010 01:53:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68470#M19619</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-09-06T01:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Macros/Loop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68471#M19620</link>
      <description>Hi Ksharp&lt;BR /&gt;
&lt;BR /&gt;
"long time no see" &lt;BR /&gt;
I unfortunately happen to have a day job as well...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"And my code is more simple than yours.So you understand more about SAS than me."&lt;BR /&gt;
I didn't know that we're competing?  &lt;BR /&gt;
&lt;BR /&gt;
....What happened to _2009_01 and the Customer_ID?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Actually: After your last post talking about transposing the data I expected that you'll come up with something like below:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data have;&lt;BR /&gt;
infile datalines truncover;&lt;BR /&gt;
input (Customer_ID Prod_scale_200901 Prod_scale_200902 Prod_scale_200903 Prod_scale_200904) (:$8.) ;&lt;BR /&gt;
datalines;&lt;BR /&gt;
1 CM CM LA LA&lt;BR /&gt;
2 MC MC MC MC &lt;BR /&gt;
3 AQ ZZ LL LL &lt;BR /&gt;
4 AG HG HG HG&lt;BR /&gt;
5 IJ IJ Ij IJ&lt;BR /&gt;
;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data transpose(keep=Customer_ID Date Prod_Scale);&lt;BR /&gt;
  set have;&lt;BR /&gt;
  array PS {*} Prod_scale_: ;&lt;BR /&gt;
  do i=1 to dim(PS);&lt;BR /&gt;
    /* read the numeric part of variable name and transform it into a SAS date value */&lt;BR /&gt;
    Date= input(compress(vname(PS(i)),,'kd'),yymmn6.);&lt;BR /&gt;
    Prod_Scale=PS{i};&lt;BR /&gt;
    output;&lt;BR /&gt;
  end;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data want;&lt;BR /&gt;
  set transpose;&lt;BR /&gt;
  by Customer_ID Date;&lt;BR /&gt;
  format Date yymmn6.;&lt;BR /&gt;
  Conversion=    Prod_Scale ^= lag(Prod_Scale);&lt;BR /&gt;
  if first.Customer_ID then Conversion=0;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
proc tabulate data=want;&lt;BR /&gt;
  class Customer_ID Date;&lt;BR /&gt;
  var Conversion;&lt;BR /&gt;
  table Customer_ID ALL='Total'&lt;BR /&gt;
      ,(Date All='Total')*Conversion*sum=''*f=comma32.;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
Patrick

Message was edited by: Patrick</description>
      <pubDate>Mon, 06 Sep 2010 04:08:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68471#M19620</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2010-09-06T04:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Macros/Loop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68472#M19621</link>
      <description>Hi. Patrick You  are definitely right, the code you writed is what i mean,but there are too long code ,So i write the code before. The longitude data is very useful when you meet a trouble.&lt;BR /&gt;
And unfortunately I also have much job to complete,and have little time to browse this forum.But I love this forum.From it I learned much more than i have.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Mon, 06 Sep 2010 05:48:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Macros-Loop/m-p/68472#M19621</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-09-06T05:48:17Z</dc:date>
    </item>
  </channel>
</rss>

