<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7593487354228752332</id><updated>2011-07-19T21:40:26.104-07:00</updated><category term='recode'/><category term='histogram'/><category term='missing data'/><category term='plot'/><category term='categorize'/><category term='format'/><category term='mixed models'/><category term='R'/><title type='text'>SAS it up</title><subtitle type='html'>getting down with SAS.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://sasitup.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://sasitup.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>eh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7593487354228752332.post-2227434242476137595</id><published>2009-07-26T18:06:00.000-07:00</published><updated>2009-07-26T18:08:38.836-07:00</updated><title type='text'>remove formats or labels</title><content type='html'>This tip comes by way of &lt;a href="http://www.sastips.com"&gt;sastips.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;sometimes &lt;span class="news-body-text"&gt;&lt;span id="ls_contents-0"&gt;&lt;p&gt; The following example of code removes all labels and formats for the dataset EXAMPLE in the directory referenced by the LIBNAME WORK:&lt;/p&gt;     &lt;pre&gt;    proc datasets lib=work nolist;&lt;br /&gt;       modify example;&lt;br /&gt;           attrib _all_ label=''; *Remove labels;&lt;br /&gt;           format _all_;          *Remove formats;&lt;br /&gt;       quit;&lt;br /&gt;   run;&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7593487354228752332-2227434242476137595?l=sasitup.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sasitup.blogspot.com/feeds/2227434242476137595/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7593487354228752332&amp;postID=2227434242476137595' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/2227434242476137595'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/2227434242476137595'/><link rel='alternate' type='text/html' href='http://sasitup.blogspot.com/2009/07/remove-formats-or-labels.html' title='remove formats or labels'/><author><name>eh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7593487354228752332.post-1430935967812397656</id><published>2008-07-01T09:44:00.000-07:00</published><updated>2008-07-01T09:47:52.995-07:00</updated><title type='text'>sas dates</title><content type='html'>Dealing with SAS dates can be tricky, particularly if you're migrating your data between different analysis platforms (SAS in UNIX, R, JMP, etc.&lt;br /&gt;&lt;br /&gt;In order to convert a date into the sasdate, you can use one of 2 methods, depending on whether the variable was read in as a character or numeric variable.&lt;br /&gt;&lt;br /&gt;method 1: newsasdate=input(olddate, date11.);&lt;br /&gt;&lt;br /&gt;method 2:newsasdate=input(put(olddate, Z6.) ddmmyy6.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7593487354228752332-1430935967812397656?l=sasitup.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sasitup.blogspot.com/feeds/1430935967812397656/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7593487354228752332&amp;postID=1430935967812397656' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/1430935967812397656'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/1430935967812397656'/><link rel='alternate' type='text/html' href='http://sasitup.blogspot.com/2008/07/sas-dates.html' title='sas dates'/><author><name>eh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7593487354228752332.post-6845809785010441212</id><published>2008-03-17T17:26:00.000-07:00</published><updated>2008-03-17T17:27:28.940-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='missing data'/><category scheme='http://www.blogger.com/atom/ns#' term='recode'/><category scheme='http://www.blogger.com/atom/ns#' term='R'/><title type='text'>magic code to transform R data with 'NA' for missing to SAS '.'</title><content type='html'>array inc dlfib--dlcrp;&lt;br /&gt;  do i = 1 to 4;&lt;br /&gt;    &lt;span class="nfakPe"&gt;if&lt;/span&gt; inc[i]='&lt;span class="nfakPe"&gt;NA&lt;/span&gt;' then inc[i]=.;&lt;br /&gt;  end;&lt;br /&gt;  drop i;&lt;br /&gt;run;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7593487354228752332-6845809785010441212?l=sasitup.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sasitup.blogspot.com/feeds/6845809785010441212/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7593487354228752332&amp;postID=6845809785010441212' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/6845809785010441212'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/6845809785010441212'/><link rel='alternate' type='text/html' href='http://sasitup.blogspot.com/2008/03/magic-code-to-transform-r-data-with-na.html' title='magic code to transform R data with &apos;NA&apos; for missing to SAS &apos;.&apos;'/><author><name>eh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7593487354228752332.post-114387126349675408</id><published>2007-07-14T05:57:00.000-07:00</published><updated>2007-07-14T06:00:18.907-07:00</updated><title type='text'>use "where" statements to print observations for selected critieria</title><content type='html'>In this example I want to output  data for specific ids I've selected in SAS. This turns out to be easier said than done...&lt;br /&gt;The correct syntax for this is as follows.&lt;br /&gt;&lt;br /&gt;  proc print data=alldat2;&lt;br /&gt;24725      where id=1 or id=2 or id=3;&lt;br /&gt;24726      run;&lt;br /&gt;&lt;br /&gt;NOTE: There were 1 observations read from the data set WORK.ALLDAT2.&lt;br /&gt;      WHERE id in (1, 2, 3);&lt;br /&gt;NOTE: The PROCEDURE PRINT printed pages 4-14.&lt;br /&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;br /&gt;      real time           22.44 seconds&lt;br /&gt;      cpu time            2.51 seconds&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;voila.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7593487354228752332-114387126349675408?l=sasitup.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sasitup.blogspot.com/feeds/114387126349675408/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7593487354228752332&amp;postID=114387126349675408' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/114387126349675408'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/114387126349675408'/><link rel='alternate' type='text/html' href='http://sasitup.blogspot.com/2007/07/use-where-statements-to-print.html' title='use &quot;where&quot; statements to print observations for selected critieria'/><author><name>eh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7593487354228752332.post-3331967468436452336</id><published>2007-06-24T06:51:00.000-07:00</published><updated>2007-06-24T06:53:54.116-07:00</updated><title type='text'>use "retain statement" to make a count variable</title><content type='html'>&lt;pre&gt;&lt;b&gt;**This code comes from UCLA statistical computing seminar&lt;br /&gt;(&lt;a href="http://www.ats.ucla.edu/STAT/sas/seminars/SAS_arrays/default.htm"&gt;link here to code&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;proc sort data=kids out=sort_kids;&lt;br /&gt;by famid;&lt;br /&gt;run;&lt;br /&gt;data retain1;&lt;br /&gt;set sort_kids;&lt;br /&gt;retain sumwt count; &lt;/b&gt;&lt;br /&gt;/*carry over the value from previous obs to next obs*/&lt;b&gt;&lt;br /&gt;by famid;&lt;br /&gt;if first.famid then do;&lt;br /&gt;&lt;/b&gt;/*at 1st obs of each family set sumwt and count = 0*/&lt;b&gt;&lt;br /&gt;  sumwt=0;&lt;br /&gt;  count=0;&lt;br /&gt;end;&lt;br /&gt;sumwt = sumwt + wt;&lt;br /&gt;count = count + 1;&lt;br /&gt;meanwt = sumwt/count;&lt;br /&gt;run;&lt;br /&gt;proc print data=retain1;&lt;br /&gt;var famid kidname wt sumwt count meanwt;&lt;br /&gt;run;&lt;/b&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7593487354228752332-3331967468436452336?l=sasitup.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sasitup.blogspot.com/feeds/3331967468436452336/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7593487354228752332&amp;postID=3331967468436452336' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/3331967468436452336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/3331967468436452336'/><link rel='alternate' type='text/html' href='http://sasitup.blogspot.com/2007/06/use-retain-statement-to-make-count.html' title='use &quot;retain statement&quot; to make a count variable'/><author><name>eh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7593487354228752332.post-6342205727905024651</id><published>2007-05-30T14:22:00.000-07:00</published><updated>2007-05-30T14:26:16.538-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='format'/><category scheme='http://www.blogger.com/atom/ns#' term='mixed models'/><title type='text'>code for transforming data from multivariate format to the univariate format</title><content type='html'>data data;&lt;br /&gt;infile 'c:\myfiles\testfile.dat';&lt;br /&gt;input id y0 y1 y2 y3;&lt;br /&gt;y=y0 trt=0; output;&lt;br /&gt;y=y1 trt=1; output;&lt;br /&gt;y=y2 trt=2; output;&lt;br /&gt;drop y0-y2;&lt;br /&gt;run;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7593487354228752332-6342205727905024651?l=sasitup.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sasitup.blogspot.com/feeds/6342205727905024651/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7593487354228752332&amp;postID=6342205727905024651' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/6342205727905024651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/6342205727905024651'/><link rel='alternate' type='text/html' href='http://sasitup.blogspot.com/2007/05/code-for-transforming-data-from.html' title='code for transforming data from multivariate format to the univariate format'/><author><name>eh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7593487354228752332.post-1875446732512647080</id><published>2007-02-13T17:58:00.001-08:00</published><updated>2007-02-13T17:58:51.397-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='format'/><category scheme='http://www.blogger.com/atom/ns#' term='categorize'/><title type='text'>quartiles (or x-tiles) for the lazy</title><content type='html'>data composite;&lt;br /&gt;set  data.composite;&lt;br /&gt;proc rank groups=4 out=ranked;&lt;br /&gt;var srcalc srprot sriron srmagnes srphos srzinc srvitc srvitd packyrs bmi;&lt;br /&gt;ranks rank_srcalc rank_srprot rank_sriron rank_srmagnes rank_srphos rank_srzinc rank_srvitc rank_srvitd rank_packyrs rank_bmi;&lt;br /&gt;run;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7593487354228752332-1875446732512647080?l=sasitup.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sasitup.blogspot.com/feeds/1875446732512647080/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7593487354228752332&amp;postID=1875446732512647080' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/1875446732512647080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/1875446732512647080'/><link rel='alternate' type='text/html' href='http://sasitup.blogspot.com/2007/02/quartiles-or-x-tiles-for-lazy.html' title='quartiles (or x-tiles) for the lazy'/><author><name>eh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7593487354228752332.post-8901566747332794249</id><published>2007-02-11T13:08:00.000-08:00</published><updated>2007-02-11T13:09:02.646-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='format'/><category scheme='http://www.blogger.com/atom/ns#' term='categorize'/><title type='text'>create a categorical variable in one fell swoop</title><content type='html'>&lt;span style="font-weight: bold;"&gt;categorize a variable with "lazy elegance&lt;/span&gt;"&lt;br /&gt;&lt;br /&gt;if age ne . then agecat= int(iage/5-1);&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7593487354228752332-8901566747332794249?l=sasitup.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sasitup.blogspot.com/feeds/8901566747332794249/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7593487354228752332&amp;postID=8901566747332794249' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/8901566747332794249'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/8901566747332794249'/><link rel='alternate' type='text/html' href='http://sasitup.blogspot.com/2007/02/create-categorical-variable-in-one-fell.html' title='create a categorical variable in one fell swoop'/><author><name>eh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7593487354228752332.post-345620223742085410</id><published>2007-02-11T13:00:00.000-08:00</published><updated>2007-02-11T13:10:04.752-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='histogram'/><category scheme='http://www.blogger.com/atom/ns#' term='plot'/><title type='text'>make a good looking histogram</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;More often than would be preferable, it becomes necessary to present data graphically. For a fancy ODS plot of a histogram, try the following:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;ods pdf file ="%sysfunc (reverse(%sysfunc(substr(%sysfunc(reverse(%sysfunc(reverse(%scan(%sysfunc(reverse(%sysfunc(getoption(sysin)))),1,/))))),5)))).pdf"; goptions reset=global device=gif ftitle=swissb ftext=swissb htitle=2 htext=2; proc univariate data = alldat2 noprint; title "Histogram for pmh variables"; histogram pmh_dur3 pmh_dur4 pmh_dur5 pmh_dur8 drh_use lst_byirt/cfill=ligr normal cframe=liy barwidth=8 cv=black; inset mean std max min; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;ods pdf close;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7593487354228752332-345620223742085410?l=sasitup.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sasitup.blogspot.com/feeds/345620223742085410/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7593487354228752332&amp;postID=345620223742085410' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/345620223742085410'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/345620223742085410'/><link rel='alternate' type='text/html' href='http://sasitup.blogspot.com/2007/02/make-good-looking-histogram.html' title='make a good looking histogram'/><author><name>eh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7593487354228752332.post-2685936580395583639</id><published>2007-02-11T08:25:00.001-08:00</published><updated>2007-02-11T08:30:03.845-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='format'/><category scheme='http://www.blogger.com/atom/ns#' term='mixed models'/><title type='text'>transpose data</title><content type='html'>&lt;pre&gt;&lt;strong&gt;&lt;strong&gt;&lt;span style="font-style: italic;font-family:arial;" &gt;&lt;span style="font-size:130%;"&gt;Transpose your data from the so-called "long format" to the ever popular and&lt;br /&gt;occassionally useful "wide format"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;proc transpose data=long2 out=widef prefix=faminc;&lt;br /&gt;by famid;&lt;br /&gt;id year;&lt;br /&gt;var faminc;&lt;br /&gt;run;&lt;br /&gt;&lt;br /&gt;proc transpose data=long2 out=wides prefix=spend;&lt;br /&gt;by famid;&lt;br /&gt;id year;&lt;br /&gt;var spend;&lt;br /&gt;run;&lt;br /&gt;&lt;br /&gt;data wide2;&lt;br /&gt;merge  widef(drop=_name_) wides(drop=_name_);&lt;br /&gt;by famid;&lt;br /&gt;run;&lt;/strong&gt;&lt;/strong&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7593487354228752332-2685936580395583639?l=sasitup.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sasitup.blogspot.com/feeds/2685936580395583639/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7593487354228752332&amp;postID=2685936580395583639' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/2685936580395583639'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7593487354228752332/posts/default/2685936580395583639'/><link rel='alternate' type='text/html' href='http://sasitup.blogspot.com/2007/02/transpose-data.html' title='transpose data'/><author><name>eh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
