<?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: How to winsorize and complete the lost data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383830#M277030</link>
    <description>&lt;P&gt;OK, thank you very much.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2017 17:28:27 GMT</pubDate>
    <dc:creator>lixuan</dc:creator>
    <dc:date>2017-07-28T17:28:27Z</dc:date>
    <item>
      <title>How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383489#M277016</link>
      <description>&lt;P&gt;Hi , I have a new question here. I have a database like this. For example, &amp;nbsp;I want &amp;nbsp;the variable yymm which is date format to be 4 quarters (one year) before &amp;nbsp;the variable yymm_e, but you can see some data missed, so I wanna &amp;nbsp;complete my lost data.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
informat company $15. roe 4.3 yymm yymm_e yymmn6.;
format yymm yymm_e yymmn6.;
input company$  roe yymm  yymm_e ;
cards;
a 0.05 198503 198603
a 0.03 198512 198603
a 0.3  198606 198703
b 0.4  198812 198902
;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;The table structure I want should be as following . Thanks&amp;amp;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="擷取.PNG" style="width: 319px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14151i2AD551CA86A83A28/image-size/large?v=v2&amp;amp;px=999" role="button" title="擷取.PNG" alt="擷取.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 21:09:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383489#M277016</guid>
      <dc:creator>lixuan</dc:creator>
      <dc:date>2017-07-27T21:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383492#M277017</link>
      <description>&lt;P&gt;What is the logic here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/132979"&gt;@lixuan&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi , I have a new question here. I have a database like this. For example, &amp;nbsp;I want &amp;nbsp;the variable yymm which is date format to be 3 months before &amp;nbsp;the variable yymm_e, but you can see some data missed, so I wanna &amp;nbsp;complete my lost data.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
informat company $15. roe 4.3 yymm yymm_e yymmn6.;
format yymm yymm_e yymmn6.;
input company$  roe yymm  yymm_e ;
cards;
a 0.05 198601 198603
a 0.03 198512 198603
a 0.3  198611 198703
b 0.4  198812 198902
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;The table structure I want should be as following . Thanks&amp;amp;Regards.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="擷取.PNG" style="width: 324px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14149i9473F8B68EC50530/image-size/large?v=v2&amp;amp;px=999" role="button" title="擷取.PNG" alt="擷取.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 20:34:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383492#M277017</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-27T20:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383499#M277018</link>
      <description>&lt;P&gt;What do you mean by complete lost data?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Winsorization, check out this article&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2017/02/08/winsorization-good-bad-and-ugly.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2017/02/08/winsorization-good-bad-and-ugly.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 20:54:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383499#M277018</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-07-27T20:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383503#M277019</link>
      <description>&lt;P&gt;&amp;nbsp;Maybe my expression is not clear. I have revised my question. The data I got wasn't complete, some data were missing, so i want to make it up. Before I do this job, I need to know which data is missing. I am sorry because english is not my mother language. If any questions or suggestions Pls let me know. Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 21:07:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383503#M277019</guid>
      <dc:creator>lixuan</dc:creator>
      <dc:date>2017-07-27T21:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383506#M277020</link>
      <description>&lt;P&gt;PROC TIMESERIES can be used to fill in missing time periods, as long as you can clearly define them.&lt;/P&gt;
&lt;P&gt;I'm not quite sure what your starting/ending interval are but it should work for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See a fully worked example here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://gist.github.com/statgeek/07a3708dee1225ceb9d4aa75daab2c52" target="_blank"&gt;https://gist.github.com/statgeek/07a3708dee1225ceb9d4aa75daab2c52&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 21:22:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383506#M277020</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-27T21:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383519#M277021</link>
      <description>&lt;P&gt;Hi, I concur with Reeza's suggestion as SAS ETS procs are pretty much built for such applications. However, if you want a datastep solution, I can give it a shot for you. Before that, can you please clarify the logic from 5th row in your wanted output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I apologise if this is lame, but if you don't mind I would appreciate that so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 23:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383519#M277021</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2017-07-27T23:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383535#M277022</link>
      <description>&lt;P&gt;Create a table of all combinations having the company code, 4 previous year quarters and current year-month.&lt;/P&gt;
&lt;P&gt;You need a list of the companies, can be created by sql selectint distinct company then do:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
    create table companies as
    select distint company
    from have;
quit;

data help;
   set companies;
         length year $4  yymm $6;
         retain year='1988';  /* previous year */
         array qtr $ '03' '06' '09' '12';
         do i=1 to 4;
              yymm = year || qtr(i);
          output;
         keep company yymm;
run;

data want;
      merge help have;
     by company yymm;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;taht code assumed yymm is a charcter variable.&lt;/P&gt;
&lt;P&gt;in case it is a date variable with a desired format, adapt the code to your needs.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 01:33:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383535#M277022</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-07-28T01:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383677#M277023</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Yes, I do want to &amp;nbsp;create a table with full comany name and quarter date, then &amp;nbsp;I can merge with original table to get the result. But you can see the dates &amp;nbsp;are different. As for company a, the first &amp;nbsp;two obervations of &amp;nbsp;yymm_e are both 198603, so there are two yymm missed which are 198506 and 198509. The third observation a whose yymm_e &amp;nbsp;is 198703, and only one observation, so there are three yymm missed which are 198603,198609 and 198612. That's what I want.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In summary, my final goal is to complete &amp;nbsp;the missing data of roe instead of deleting them. Thanks a lot.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 13:34:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383677#M277023</guid>
      <dc:creator>lixuan</dc:creator>
      <dc:date>2017-07-28T13:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383746#M277024</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/132979"&gt;@lixuan&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, I do want to &amp;nbsp;create a table with full comany name and quarter date, then &amp;nbsp;I can merge with original table to get the result. But you can see the dates &amp;nbsp;are different. As for company a, the first &amp;nbsp;two obervations of &amp;nbsp;yymm_e are both 198603, so there are two yymm missed which are 198506 and 198509. The third observation a whose yymm_e &amp;nbsp;is 198703, and only one observation, so there are three yymm missed which are 198603,198609 and 198612. That's what I want.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In summary, my final goal is to complete &amp;nbsp;the missing data of roe instead of deleting them. Thanks a lot.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How is the end date identified or known?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 15:10:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383746#M277024</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-28T15:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383755#M277025</link>
      <description>&lt;P&gt;The end date is four quarters before yymm_e.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 15:24:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383755#M277025</guid>
      <dc:creator>lixuan</dc:creator>
      <dc:date>2017-07-28T15:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383783#M277026</link>
      <description>&lt;P&gt;I tried and then realized I still don't understand your logic...so here's a start. I found the smallest and largest end and then used INTCK to determine the number of periods needed. Then looped through to create a quarter record for each of the starting points using INTNX.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your last record, b, starts from a year before but that doesn't apply to the first record so I don't know why it's inconsistent. Anyways, build the skeleton table with all your periods and then merge it into your original dataset was the approach I was trying to take.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Documentation for INTCK/INTNX&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/69852/HTML/default/viewer.htm#p0g056g35ez8son1sfavozh0lfb3.htm#n1d3z2e1f8u8drn1j70702vf4q3h" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/69852/HTML/default/viewer.htm#p0g056g35ez8son1sfavozh0lfb3.htm#n1d3z2e1f8u8drn1j70702vf4q3h&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
	informat company $15. roe 4.3 yymm yymm_e yymmn6.;
	format yymm yymm_e yymmn6.;
	input company$  roe yymm yymm_e;
	cards;
a 0.05 198503 198603
a 0.03 198512 198603
a 0.3  198606 198703
b 0.4  198812 198902
;
run;

proc sql ;
	create table skeleton as select company, min(yymm) as start, max(yymm_e) as 
		end from have group by company;
quit;

data skeleton_all;
	set skeleton;
	num_periods=intck('qtr', start, end);

	do i=0 to num_periods;
		date=intnx('qtr', start, i, 'e');
		format date yymmn6.;
		output;
	end;
	format start end yymmn6.;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 15:59:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383783#M277026</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-28T15:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383819#M277027</link>
      <description>&lt;P&gt;Thanks, sorry, I didnt expalin my logic very clearly. The blank table I want like this . yymm is in the four quarters before the yymm_e, so the loop end should be 4. I tried but failed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="擷取.PNG" style="width: 254px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14179i1E0AB50D93FF66F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="擷取.PNG" alt="擷取.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
set have;
do i=1 to 4;
date=intnx('qtr',yymm_e,-i,'e');
format date yymmn6.;
end;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 17:17:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383819#M277027</guid>
      <dc:creator>lixuan</dc:creator>
      <dc:date>2017-07-28T17:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383827#M277028</link>
      <description>&lt;P&gt;The logic is still unclear. I think this is one of those times you really need to sit down and draw out the full logic. Or hopefully someone else will understand.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 17:26:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383827#M277028</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-28T17:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383828#M277029</link>
      <description>&lt;P&gt;Maybe it will use array to finish it , and I am not familar with the usage of array.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 17:27:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383828#M277029</guid>
      <dc:creator>lixuan</dc:creator>
      <dc:date>2017-07-28T17:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383830#M277030</link>
      <description>&lt;P&gt;OK, thank you very much.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 17:28:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383830#M277030</guid>
      <dc:creator>lixuan</dc:creator>
      <dc:date>2017-07-28T17:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383833#M277031</link>
      <description>&lt;P&gt;From what you've shown here, arrays won't help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 17:31:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383833#M277031</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-28T17:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383943#M277032</link>
      <description>&lt;P&gt;I see that some companies have only one year data while other may have more.&lt;/P&gt;
&lt;P&gt;I understand that for each company-year you want the all 4 periods.&lt;/P&gt;
&lt;P&gt;I suggest you try next code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
    create table companies as
    select distint company, yymm_e
    from have;
quit;

data skeleton;
   set companies;
         year = year(yymm_e) -1;  /* assuming yymm_e is a sas date variable */  &lt;BR /&gt;             /*   if it is a six digits number then year = int(yymm_e / 100) -1;     */
         array qtr  03 06 09 12;
         do i=1 to 4;
              yymm = mdy(qtr,1,year);
             output;
         end;
         format yymm yymmn6. ;
         keep company yymm;
run;

data want;
  merge skeleton have;
     by company yymm;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Look at each of the tables that were created at the process.&lt;/P&gt;
&lt;P&gt;If the want table is not the desired result - please post the result of one company and show what's wrong with it and what should be.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 21:45:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383943#M277032</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-07-28T21:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to winsorize and complete the lost data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383946#M277033</link>
      <description>&lt;P&gt;I believe this question has been answered here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/How-can-I-create-a-table/m-p/383905#M91605" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/How-can-I-create-a-table/m-p/383905#M91605&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 22:09:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-winsorize-and-complete-the-lost-data/m-p/383946#M277033</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-28T22:09:58Z</dc:date>
    </item>
  </channel>
</rss>

