<?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>vxhong17 Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>vxhong17 Tracker</description>
    <pubDate>Tue, 12 May 2026 13:17:24 GMT</pubDate>
    <dc:date>2026-05-12T13:17:24Z</dc:date>
    <item>
      <title>Re: Input an excel file!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Input-an-excel-file/m-p/301709#M63900</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for your comments,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I employed "proc import" to input excel files. A sample is here.&lt;/P&gt;
&lt;TABLE width="566"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="338"&gt;#VALUE!&lt;/TD&gt;
&lt;TD width="76"&gt;9/9/1987&lt;/TD&gt;
&lt;TD width="76"&gt;9/10/1987&lt;/TD&gt;
&lt;TD width="76"&gt;9/11/1987&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;SAMSUNG ELECTRONICS - TOT RETURN IND&lt;/TD&gt;
&lt;TD&gt;341.28&lt;/TD&gt;
&lt;TD&gt;343.76&lt;/TD&gt;
&lt;TD&gt;338.04&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;KOREA ELECTRIC POWER - TOT RETURN IND&lt;/TD&gt;
&lt;TD&gt;NA&lt;/TD&gt;
&lt;TD&gt;NA&lt;/TD&gt;
&lt;TD&gt;NA&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;HYUNDAI MOTOR - TOT RETURN IND&lt;/TD&gt;
&lt;TD&gt;428.57&lt;/TD&gt;
&lt;TD&gt;430.72&lt;/TD&gt;
&lt;TD&gt;418.21&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;HYUNDAI MOBIS - TOT RETURN IND&lt;/TD&gt;
&lt;TD&gt;NA&lt;/TD&gt;
&lt;TD&gt;NA&lt;/TD&gt;
&lt;TD&gt;NA&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC IMPORT datafile= "&amp;amp;path.\test1.xlsx" DBMS=xlsx OUT=Outfile REPLACE;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;sheet = "sheet1";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;GETNAMES=No;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;datarow=2;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to get variables var1-var4 in outfile to do other steps. However, in outfile, variables are A, B, C, D.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can not use "infile" because I do not know how many variables in excel files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you 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>Fri, 30 Sep 2016 06:42:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Input-an-excel-file/m-p/301709#M63900</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2016-09-30T06:42:01Z</dc:date>
    </item>
    <item>
      <title>Input an excel file!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Input-an-excel-file/m-p/301705#M63896</link>
      <description>&lt;P&gt;Dear SAS Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you help me input an excel file with infile and outfile as in the attachment?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to input many excel files with different dates (over 10 years) and many variables. I only show a sample with three dates and one variable (Tot Return Ind).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for your help,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 06:17:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Input-an-excel-file/m-p/301705#M63896</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2016-09-30T06:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Collapse one column into one row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Collapse-one-column-into-one-row/m-p/299166#M63025</link>
      <description>&lt;P&gt;Hi Cynthia.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your sugguestion,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2016 16:47:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Collapse-one-column-into-one-row/m-p/299166#M63025</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2016-09-18T16:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Collapse one column into one row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Collapse-one-column-into-one-row/m-p/299164#M63023</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for your detailed response !!!&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2016 16:42:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Collapse-one-column-into-one-row/m-p/299164#M63023</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2016-09-18T16:42:12Z</dc:date>
    </item>
    <item>
      <title>Collapse one column into one row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Collapse-one-column-into-one-row/m-p/299152#M63020</link>
      <description>&lt;P&gt;I have an input in excel like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="60"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="60"&gt;Symbol&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="60"&gt;KO:SGL&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="60"&gt;KO:KAW&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="60"&gt;KO:HDR&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="60"&gt;KO:NHN&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="60"&gt;KO:CLZ&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="60"&gt;KO:HYI&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="60"&gt;KO:HAC&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="60"&gt;KO:AMN&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="60"&gt;KO:SFC&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="60"&gt;KO:PIS&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="60"&gt;KO:KAM&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="60"&gt;KO:SHB&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to have an output like this.&lt;/P&gt;
&lt;P&gt;Symbol&lt;BR /&gt;KO:SGL, KO:KAW, KO:HDR, KO:NHN, KO:CLZ, KO:HYI, KO:HAC, KO:AMN, KO:SFC, KO:PIS, KO:KAM, KO:SHB&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know any way to do so?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2016 13:25:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Collapse-one-column-into-one-row/m-p/299152#M63020</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2016-09-18T13:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: create a series of file names!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-series-of-file-names/m-p/292026#M60542</link>
      <description>&lt;P&gt;Hi RW9,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree with you that it is easier to deal with one file rather than mutiple files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I only showed an example from SAS. I did not provide all steps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for your help,&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 23:39:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-series-of-file-names/m-p/292026#M60542</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2016-08-16T23:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: create a series of file names!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-series-of-file-names/m-p/291933#M60508</link>
      <description>&lt;P&gt;Thank you so much for your advice. RW9&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually, I need to export a very large dataset to txt files for my friend. He uses Matlab.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 15:44:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-series-of-file-names/m-p/291933#M60508</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2016-08-16T15:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: create a series of file names!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-series-of-file-names/m-p/291929#M60507</link>
      <description>&lt;P&gt;Thank you so much for your help, &lt;SPAN&gt;Astounding.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It works. &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 15:33:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-series-of-file-names/m-p/291929#M60507</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2016-08-16T15:33:05Z</dc:date>
    </item>
    <item>
      <title>create a series of file names!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-series-of-file-names/m-p/291914#M60503</link>
      <description>&lt;P&gt;The following is an example from SAS:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%macro create(howmany);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; %do i=1 %to &amp;amp;howmany;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data month&amp;amp;i;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; infile in&amp;amp;i;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; input product cost date;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; %end;&lt;/P&gt;
&lt;P&gt;%mend create;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;%create(3)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have about 1500 files. I want to create files with names such as&lt;/P&gt;
&lt;P&gt;month0001; month0002; month0003; ..... month1949; month1950; rather than month1, month2, .... month1949, month1950.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have any suggestions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 14:21:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-series-of-file-names/m-p/291914#M60503</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2016-08-16T14:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: regression with separate coefficients for postitive and negative values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/regression-with-separate-coefficients-for-postitive-and-negative/m-p/138758#M261388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PGstats, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 18:49:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/regression-with-separate-coefficients-for-postitive-and-negative/m-p/138758#M261388</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2014-07-28T18:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: regression with separate coefficients for postitive and negative values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/regression-with-separate-coefficients-for-postitive-and-negative/m-p/138756#M261386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="1153" data-externalid="" data-presence="null" data-userid="2746" data-username="PGStats" href="https://communities.sas.com/people/PGStats" id="jive-274621952166628642186" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #0e66ba;"&gt;PGStats&lt;/A&gt;&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case that I want to run this regression for each company (company_ID), how cai I modify the code? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 18:32:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/regression-with-separate-coefficients-for-postitive-and-negative/m-p/138756#M261386</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2014-07-28T18:32:18Z</dc:date>
    </item>
    <item>
      <title>regression with separate coefficients for postitive and negative values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/regression-with-separate-coefficients-for-postitive-and-negative/m-p/138754#M261384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to run regression a on b. However, I want to have separate coefficients for b+ (positive b) and b- (negative b). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Model is&amp;nbsp; a = alpha + beta1*abs(b+) + beta2*abs(b-) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 09:18:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/regression-with-separate-coefficients-for-postitive-and-negative/m-p/138754#M261384</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2014-07-28T09:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: read a text file from the census!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/read-a-text-file-from-the-census/m-p/161729#M299830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 19:50:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/read-a-text-file-from-the-census/m-p/161729#M299830</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2014-04-02T19:50:28Z</dc:date>
    </item>
    <item>
      <title>read a text file from the census!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/read-a-text-file-from-the-census/m-p/161727#M299828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you&amp;nbsp; let me know how to input the text file in the following link?&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.census.gov/population/metro/files/lists/historical/90mfips.txt" title="http://www.census.gov/population/metro/files/lists/historical/90mfips.txt"&gt;http://www.census.gov/population/metro/files/lists/historical/90mfips.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 03:33:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/read-a-text-file-from-the-census/m-p/161727#M299828</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2014-03-31T03:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: remove characters!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/remove-characters/m-p/144453#M261880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pradeepalankar, LinusH, and Varunlyer, &lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jan 2014 22:13:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/remove-characters/m-p/144453#M261880</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2014-01-19T22:13:07Z</dc:date>
    </item>
    <item>
      <title>remove characters!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/remove-characters/m-p/144449#M261876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one variable with the year. I want to remove the year. Could you let me know how to do so? Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, &lt;/P&gt;&lt;P&gt;Name &lt;/P&gt;&lt;P&gt;ABB3 (1942)&lt;/P&gt;&lt;P&gt;A12 &lt;/P&gt;&lt;P&gt;A1E (2001)&lt;/P&gt;&lt;P&gt;AM2E (2012)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have:&lt;/P&gt;&lt;P&gt;Name &lt;/P&gt;&lt;P&gt;ABB3 &lt;/P&gt;&lt;P&gt;A12 &lt;/P&gt;&lt;P&gt;A1E &lt;/P&gt;&lt;P&gt;AM2E &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 10:14:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/remove-characters/m-p/144449#M261876</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2014-01-17T10:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Input data (.idx)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Input-data-idx/m-p/186992#M47465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 20:51:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Input-data-idx/m-p/186992#M47465</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2014-01-06T20:51:42Z</dc:date>
    </item>
    <item>
      <title>Input data (.idx)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Input-data-idx/m-p/186990#M47463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to input the table from the following link. Could you let me know how to input the table? Thank you so much, &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="ftp://ftp.sec.gov/edgar/full-index/1993/QTR1/master.idx"&gt;ftp://ftp.sec.gov/edgar/full-index/1993/QTR1/master.idx&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 22:36:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Input-data-idx/m-p/186990#M47463</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2014-01-02T22:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Avearge values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Calculating-Avearge-values/m-p/108624#M258711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi debdippal, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Average = mean(Score_assignment, Score_quiz, Score_forum);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 08:35:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Calculating-Avearge-values/m-p/108624#M258711</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2013-06-17T08:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: delete a folder in a folder!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/delete-a-folder-in-a-folder/m-p/103220#M258294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza and Bruno, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your suggestion! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 20:24:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/delete-a-folder-in-a-folder/m-p/103220#M258294</guid>
      <dc:creator>vxhong17</dc:creator>
      <dc:date>2013-06-12T20:24:15Z</dc:date>
    </item>
  </channel>
</rss>

