<?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>venkatnaveen Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>venkatnaveen Tracker</description>
    <pubDate>Fri, 15 May 2026 06:25:48 GMT</pubDate>
    <dc:date>2026-05-15T06:25:48Z</dc:date>
    <item>
      <title>Re: data step error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-step-error/m-p/328677#M73393</link>
      <description>&lt;P&gt;Thanks a lot.&lt;/P&gt;
&lt;P&gt;Superb..!&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 09:57:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-step-error/m-p/328677#M73393</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2017-01-31T09:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: data step error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-step-error/m-p/328644#M73383</link>
      <description>&lt;P&gt;Yes the task given and I solkved that way.I am unable to get the o/p&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 05:11:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-step-error/m-p/328644#M73383</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2017-01-31T05:11:49Z</dc:date>
    </item>
    <item>
      <title>data step error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-step-error/m-p/328641#M73381</link>
      <description>&lt;DIV class="txt-2-small global-breadcrumb"&gt;&lt;A href="http://www.chegg.com/" target="_blank"&gt;home&lt;/A&gt; / &lt;A href="http://www.chegg.com/study" target="_blank"&gt;study&lt;/A&gt; / &lt;A href="http://www.chegg.com/homework-help/math" target="_blank"&gt;math&lt;/A&gt; / &lt;A href="http://www.chegg.com/homework-help/math-statistics-and-probability-s31" target="_blank"&gt;statistics and probability&lt;/A&gt; / &lt;A href="http://www.chegg.com/homework-help/questions-and-answers/statistics-and-probability-archive" target="_blank"&gt;questions and answers&lt;/A&gt; / please help in sas... (this is the data from the ...&lt;/DIV&gt;
&lt;DIV class="dialog-question" data-qid="18035662"&gt;
&lt;DIV class="question txt-small" data-commentingid="18035662"&gt;
&lt;DIV class="metadata question-header"&gt;
&lt;H1&gt;&lt;EM&gt;Question&lt;/EM&gt;: Please help in SAS... (this is the data from the d...&lt;/H1&gt;
&lt;/DIV&gt;
&lt;HR /&gt;
&lt;DIV class="txt-body question-body"&gt;
&lt;DIV class="question-toolbar"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="ugc-base question-body-text"&gt;
&lt;DIV class=""&gt;
&lt;P&gt;Please help in SAS...&lt;/P&gt;
&lt;P&gt;(this is the data from the dat file) The info for golf.dat is the one below&lt;/P&gt;
&lt;P&gt;Kapalua Plantation &lt;A&gt;18 73 7263 125.00&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Pukalani&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A&gt;18 72 6945 55.00&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Sandlewood&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A&gt;18 72 6469 35.00&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Silversword&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;18 71 &amp;nbsp;&amp;nbsp;&amp;nbsp;.&amp;nbsp;&amp;nbsp;&amp;nbsp; 57.00&lt;/P&gt;
&lt;P&gt;Waiehu Municipal&amp;nbsp;&amp;nbsp;&lt;A&gt;18 72 6330 25.00&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Grand Waikapa &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A&gt;18 72 6122 200.00&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Read the data contained in the golf.dat&lt;IMG src="https://psu.instructure.com/images/preview.png" border="0" alt="Preview the document" /&gt;&lt;IMG src="https://psu.instructure.com/images/popout.png" border="0" alt="View in a new window" /&gt; file &lt;STRONG&gt;using a DATALINES statement&lt;/STRONG&gt; into a &lt;STRONG&gt;permanent&lt;/STRONG&gt; SAS data set called &lt;EM&gt;question02&lt;/EM&gt;. The data in each record are in order: golf course (&lt;EM&gt;name&lt;/EM&gt;), number of holes (&lt;EM&gt;holes&lt;/EM&gt;), par (&lt;EM&gt;par&lt;/EM&gt;), total yardage (&lt;EM&gt;yardage&lt;/EM&gt;), and greens fees (&lt;EM&gt;fees&lt;/EM&gt;). Print the resulting SAS data set ensuring that the output is centered, your page size is no larger than 58 lines, and the linesize no longer than 80 characters. When you print the data set, do what you need to do, to make it look (exactly) like this:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://d2vlcm61l7u1fs.cloudfront.net/media%2Faa6%2Faa600cb9-1c0f-4271-9370-c25df5317ee3%2FphpeJ7haY.png" border="0" alt="" /&gt;&lt;/P&gt;
&lt;P&gt;That is: (1) double space your output, (2) label the variables as in the above output, (3) title the output as it appears above, (4) suppress the printing of the observation number, and (5) make sure that the &lt;EM&gt;yardage&lt;/EM&gt; contains a comma (&lt;EM&gt;e.g.&lt;/EM&gt;, 7,263) and the &lt;EM&gt;fees&lt;/EM&gt; are preceded by a dollar sign (&lt;EM&gt;e.g.&lt;/EM&gt;, $125.00).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The program I wrote&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname perm "C:\temp";&lt;/P&gt;
&lt;P&gt;data perm.question02:&lt;/P&gt;
&lt;P&gt;infile datalines dsd ;&lt;/P&gt;
&lt;P&gt;informat total_yardage fees;&lt;/P&gt;
&lt;P&gt;input&amp;nbsp;&amp;nbsp;golfcourse $ holes par total_yardage comma5. fees comma10.2;&lt;/P&gt;
&lt;P&gt;datalines;&lt;/P&gt;
&lt;P&gt;Kapalua Plantation 18 73 7263 125.00&lt;/P&gt;
&lt;P&gt;Pukalani&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;18 72 6945 55.00&lt;/P&gt;
&lt;P&gt;Sandlewood&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;18 72 6469 35.00&lt;/P&gt;
&lt;P&gt;Silversword&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;18 71 &amp;nbsp;&amp;nbsp;&amp;nbsp;.&amp;nbsp;&amp;nbsp;&amp;nbsp; 57.00&lt;/P&gt;
&lt;P&gt;Waiehu Municipal&amp;nbsp;&amp;nbsp;18 72 6330 25.00&lt;/P&gt;
&lt;P&gt;Grand Waikapa &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;18 72 6122 200.0&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Double&lt;/STRONG&gt; - double spaces the printed output.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Noobs&lt;/STRONG&gt; - suppresses the observation number in the output.&lt;/P&gt;
&lt;P&gt;Program2&lt;/P&gt;
&lt;P&gt;titile "Question#2";&lt;/P&gt;
&lt;P&gt;proc print data =question02 double noobs;&lt;/P&gt;
&lt;P&gt;var golfcourse par holes&amp;nbsp;&amp;nbsp; total_yardage fees ;&lt;/P&gt;
&lt;P&gt;label par ='Par' holes='No. of holes' total_yardage='Yardage' fees='Greens_Fees';&lt;/P&gt;
&lt;P&gt;format &amp;nbsp;&amp;nbsp;total_yardage comma5. fees comma10.2;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;I am getting error&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 31 Jan 2017 05:07:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-step-error/m-p/328641#M73381</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2017-01-31T05:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: using _n_</title>
      <link>https://communities.sas.com/t5/SAS-Programming/using-n/m-p/311314#M67248</link>
      <description>&lt;P&gt;Thanks sir&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 03:53:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/using-n/m-p/311314#M67248</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2016-11-14T03:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: using _n_</title>
      <link>https://communities.sas.com/t5/SAS-Programming/using-n/m-p/311267#M67229</link>
      <description>question isi have variable x&lt;BR /&gt;23&lt;BR /&gt;456&lt;BR /&gt;78889&lt;BR /&gt;23 is odd  a new variable message to be creted as odd .Similarlly&lt;BR /&gt;456 is even message has to be created even</description>
      <pubDate>Sun, 13 Nov 2016 17:35:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/using-n/m-p/311267#M67229</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2016-11-13T17:35:24Z</dc:date>
    </item>
    <item>
      <title>using _n_</title>
      <link>https://communities.sas.com/t5/SAS-Programming/using-n/m-p/311258#M67220</link>
      <description>&lt;P&gt;I have:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;data&lt;/STRONG&gt; even_odd;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; input x @@;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; datalines;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; 257779&amp;nbsp; 269998&amp;nbsp; 11&amp;nbsp; 20&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Modify the following data step to create a new variable named as message. The values of the&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; variable message must be:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ‘The integer is odd’ if the variable x in the input statement has odd integer, ‘The integer is even’&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if the variable x has even integer.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Should not use &amp;nbsp;mod function&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Nov 2016 17:10:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/using-n/m-p/311258#M67220</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2016-11-13T17:10:20Z</dc:date>
    </item>
    <item>
      <title>Power curves</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Power-curves/m-p/245997#M56206</link>
      <description>&lt;P&gt;Construct a power curve for a two-sided t-test with α= 0.01, σ= 8, and n= 10 (total 20 observations) by calculating the power when δ= 0,2,4,6,8,10,12,14 and 16.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 21:32:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Power-curves/m-p/245997#M56206</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2016-01-25T21:32:41Z</dc:date>
    </item>
    <item>
      <title>proc power</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/proc-power/m-p/245996#M6478</link>
      <description>&lt;P&gt;Construct a power curve for a two-sided t-test with α= 0.01, σ= 8, and n= 10 (total 20 observations) by calculating the power when δ= 0,2,4,6,8,10,12,14 and 16.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 21:31:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/proc-power/m-p/245996#M6478</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2016-01-25T21:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Substr or Scan</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Use-of-Substr-or-Scan/m-p/245144#M6457</link>
      <description>&lt;P&gt;Actually there is data inconsistency.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 12:19:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Use-of-Substr-or-Scan/m-p/245144#M6457</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2016-01-21T12:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Substr or Scan</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Use-of-Substr-or-Scan/m-p/245141#M6456</link>
      <description>&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 12:16:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Use-of-Substr-or-Scan/m-p/245141#M6456</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2016-01-21T12:16:52Z</dc:date>
    </item>
    <item>
      <title>Use of Substr or Scan</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Use-of-Substr-or-Scan/m-p/244648#M6441</link>
      <description>&lt;P&gt;Hi I need some help. I have the variable like site with values&lt;/P&gt;
&lt;P&gt;Site&lt;/P&gt;
&lt;P&gt;CT-BENGALURU-J.P.NAGAR&lt;/P&gt;
&lt;P&gt;CT-BENGALURU-ORION MALL&lt;/P&gt;
&lt;P&gt;CT-BENGALURU-SOUL SPACE SPIRIT&lt;/P&gt;
&lt;P&gt;CT-MUMBAI-GOREGAON-OBEROI MALL&lt;/P&gt;
&lt;P&gt;CT-PUNE-ASCENT MALL&lt;/P&gt;
&lt;P&gt;CT-PUNE-MSM PARANJAPE MALL-KARVE ROAD&lt;/P&gt;
&lt;P&gt;I want output like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;J.P.NAGAR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ORION MALL&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SOUL SPACE SPIRIT&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;OBEROI MALL&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ASCENT MALL&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;PARANJAPE MALL&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 12:02:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Use-of-Substr-or-Scan/m-p/244648#M6441</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2016-01-20T12:02:37Z</dc:date>
    </item>
    <item>
      <title>How to do factor analysis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-factor-analysis/m-p/226654#M54073</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I was working on linear regression where I have approx 140 variables data set out of which 93 are categorical variable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am not able to get how we do factor analysis for these variables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Im using proc Factor for numerical variables &amp;nbsp;and categorical variables&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For age I have age varlable i want to categorise 1-15 as 1&lt;/P&gt;&lt;P&gt;16-30 as 2,30-rest as 3.&lt;BR /&gt;But like this i cannot do &amp;nbsp;for all 93 categorical variables?&lt;/P&gt;&lt;P&gt;How to approach &amp;nbsp;to this&amp;nbsp;problem?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 20:37:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-factor-analysis/m-p/226654#M54073</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2015-09-21T20:37:18Z</dc:date>
    </item>
    <item>
      <title>Help needed for writing code for resolving issue</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Help-needed-for-writing-code-for-resolving-issue/m-p/204246#M4544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0 0 6px; color: #141823; font-family: helvetica, arial, 'lucida grande', sans-serif; font-size: 14px; background-color: #ffffff;"&gt;Hi I have credit card approve/decline tables with one table contains last 8months data, so i have an other table of this month who has appiled for credit card,so what is my requirement is i wanna check weather the customer has already have a card r not ,if he is having i wanna decline tht customer to approve new credit card,so what i want to do is i wanna check latest table (i.e this month table where customer applied for new credit card ,assume tht it contain 10 thousand cu&lt;SPAN class="text_exposed_show"&gt;stumer records) ,to last 8months table(assume tht it contain 1millon customer records),here i enclosing some sample table for example&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 6px;"&gt;/*assume tht its last 8months table which have 1million records*/&lt;/P&gt;&lt;P style="margin: 6px 0;"&gt;data table1;&lt;BR /&gt;input custid name$ salary pan$ aprvdate ;&lt;BR /&gt;informat aprv anydtdte.;&lt;BR /&gt;format aprv ddmmyy10.;&lt;BR /&gt;cards;&lt;BR /&gt;001 john 200000 AAAAAA 02/02/2014&lt;BR /&gt;002 raju 300000 BBBBBB 01/01/2013&lt;BR /&gt;002 raju 400002 BBBBBB 01/01/2014&lt;BR /&gt;003 david 600000 CCCCCC 04/04/2013&lt;BR /&gt;004 krishna 203030 DDDDDD 05/02/2015&lt;BR /&gt;005 mukesh 240000 EEEEEE 04/03/2014&lt;BR /&gt;003 david 782226 CCCCCC 08/05/2014&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P style="margin: 6px 0;"&gt;/*assume that it contains current table whose wanna apply for new credit cards which contain 10thousand records*/&lt;/P&gt;&lt;P style="margin: 6px 0;"&gt;data table2;&lt;BR /&gt;input custid name$ salary pan$ aprv :anydtdte.;&lt;BR /&gt;format aprv ddmmyy10.; &lt;BR /&gt;cards;&lt;BR /&gt;002 raju 400000 BBBBBB 12/05/2015 &lt;BR /&gt;005 mukesh 240000 EEEEEE 12/05/2015&lt;BR /&gt;003 david 782226 CCCCCC 01/7/2015&lt;BR /&gt;run;&lt;/P&gt;&lt;P style="margin: 6px 0;"&gt;Note :in table one the custmer raju and david had taken 2 cards ,they were already approved ,and check sal and date of approve ,for eg:raju taken cards on 01/01/2013 when his sal was 300000 again he applied for cards in 01/01/2014,again this card was approved and his sal aslo incresed,but in 12/05/2015 again he is applying for new credit cards,so i wanna check with previous table will this guy had already card/not,based on tht i wanna decline this card,and i wanna show my client reason why i m decline,i wanna result should be like this&lt;BR /&gt;002 raju 300000 BBBBBB 01/01/2015&lt;BR /&gt;002 raju 400002 BBBBBB 01/01/2015&lt;BR /&gt;002 raju 400000 BBBBBB 12/05/2015&lt;/P&gt;&lt;P style="margin: 6px 0;"&gt;so this i can show my client where he taken has taken card on 01/01/2013,again by mistakely we approved his card when he applied in 2014,so again this time he is applying for new card on 2015 ,so i gonna decline his application,even mukesh and david is already had card again he is applying in 2015 so i wanna decline him,&lt;BR /&gt;i wanna output like his&lt;/P&gt;&lt;P style="margin: 6px 0;"&gt;002 raju 300000 BBBBBB 01/01/2015&lt;BR /&gt;002 raju 400002 BBBBBB 01/01/2015&lt;BR /&gt;002 raju 400000 BBBBBB 12/05/2015&lt;BR /&gt;003 david 600000 CCCCCC 04/04/2013&lt;BR /&gt;003 david 782226 CCCCCC 08/05/2014&lt;BR /&gt;003 david 782226 CCCCCC 01/7/2015&lt;BR /&gt;005 mukesh 240000 EEEEEE 04/03/2014&lt;BR /&gt;005 mukesh 240000 EEEEEE 12/05/2015&lt;/P&gt;&lt;P style="margin: 6px 0;"&gt;so i wanna get output like this based on tht i can show my client these were the customer who had already got cards again they were applying,&lt;/P&gt;&lt;P style="margin: 6px 0;"&gt;Assume u have to compare 10thousand records with 1 milon records of previoud month,and pan number will be unique so based on tht we can catch up,&lt;/P&gt;&lt;P style="margin: 6px 0;"&gt;so plz write a code to resolve this kind of issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 08:46:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Help-needed-for-writing-code-for-resolving-issue/m-p/204246#M4544</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2015-04-27T08:46:35Z</dc:date>
    </item>
    <item>
      <title>Help needed to run sas code on server?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Help-needed-to-run-sas-code-on-server/m-p/193681#M4100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="color: #373e4d; font-family: helvetica, arial, 'lucida grande', sans-serif; font-size: 12px; background-color: #f6f7f8;"&gt;Good Morning.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373e4d; font-family: helvetica, arial, 'lucida grande', sans-serif; font-size: 12px; background-color: #f6f7f8;"&gt;I need a help.I have to run a piece of sas code on a remote server using C#.Net from my local PC.Is there any way to do this? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373e4d; font-family: helvetica, arial, 'lucida grande', sans-serif; font-size: 12px; background-color: #f6f7f8;"&gt;\&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 07:21:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Help-needed-to-run-sas-code-on-server/m-p/193681#M4100</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2015-04-11T07:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: help needed with import of text file using infile</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/help-needed-with-import-of-text-file-using-infile/m-p/216393#M5273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Arthur.But,what is trmstr='lF' option and why individually writing of informat statement .cant we mention with a colon modifier :&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 03:29:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/help-needed-with-import-of-text-file-using-infile/m-p/216393#M5273</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2015-04-06T03:29:39Z</dc:date>
    </item>
    <item>
      <title>help needed with import of text file using infile</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/help-needed-with-import-of-text-file-using-infile/m-p/216390#M5270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am not getting the. result.I need some help.Is there&amp;nbsp; any other method.help me out please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;DATA Sara2013;&lt;/P&gt;&lt;P&gt;INFORMAT Date YYMMDD10.&amp;nbsp; Time $5. ;&lt;/P&gt;&lt;P&gt;FORMAT&amp;nbsp; Date YYMMDD10. Time $5. ;&lt;/P&gt;&lt;P&gt;INFILE 'C:\nav\2013_Satisfaction_Survey_Sara (4).txt'&lt;/P&gt;&lt;P&gt;LRECL=32767 dsd&amp;nbsp; dlm='' truncover firstobs=2;&lt;/P&gt;&lt;P&gt;INPUT @1 Date: YYMMDD10. @12 Time : $5.&lt;/P&gt;&lt;P&gt;&amp;nbsp; @18 Interviewer :$4. @23 Age :$2. @26 Gender :$1. @28 Address: &amp;amp;$18. @48 FirstTime :$6. @52 ComeAgain :$5. WhyNot: $11.&amp;nbsp; (Sat1-Sat8)(:$3.) Comments :$50.;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Apr 2015 19:31:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/help-needed-with-import-of-text-file-using-infile/m-p/216390#M5270</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2015-04-05T19:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214769#M5142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;&lt;P&gt;I made the corrections as per ur suggestions and got correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:13:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214769#M5142</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2015-04-02T12:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214764#M5137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.I have attached zip file too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 11:43:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214764#M5137</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2015-04-02T11:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214763#M5136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Data_null_,&lt;/P&gt;&lt;P&gt;But I am getting some missing records.I have modified code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA Moss2013;&lt;/P&gt;&lt;P&gt;LENGTH Address $ 24 Comments $ 50&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;INFORMAT Date YYMMDD10.&amp;nbsp; Time $7. ;&lt;/P&gt;&lt;P&gt;FORMAT&amp;nbsp; Date YYMMDD10. Time $7. ;&lt;/P&gt;&lt;P&gt;INFILE 'C:\nav\2013_Satisfaction_Survey_Moss.tab'&lt;/P&gt;&lt;P&gt;LRECL=32767&amp;nbsp; DLM='09'x truncover DSD firstobs=2;&lt;/P&gt;&lt;P&gt;INPUT Date: YYMMDD10. Time : $7.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Interviewer :$9. Age Gender :$3. Address: $24. FirstTime :$6. ComeAgain :$5. WhyNot: $11. Sat1 :$6. Sat2:$6. Sat3:6. Sat4:$6.&lt;/P&gt;&lt;P&gt;Sat5 :$6. Sat6 :$6. Sat7 :$6 Sat8 :$6. Comments :$50.;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc printto log='C:\nav\errors.log';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc printto;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here with I am attching the errors file too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 11:38:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214763#M5136</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2015-04-02T11:38:41Z</dc:date>
    </item>
    <item>
      <title>Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214757#M5130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am unable to import tab file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code&lt;/P&gt;&lt;P&gt;DATA Moss2013;&lt;/P&gt;&lt;P&gt;LENGTH Address $ 24&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;INFORMAT Date YYMMDD10.&amp;nbsp; Time $7. ;&lt;/P&gt;&lt;P&gt;FORMAT&amp;nbsp; Date YYMMDD10. Time $7. ;&lt;/P&gt;&lt;P&gt;INFILE 'C:\nav\2013_Satisfaction_Survey_Moss.txt'&lt;/P&gt;&lt;P&gt;LRECL=32767&amp;nbsp; DLM='09'x MISSOVER DSD firstobs=2;&lt;/P&gt;&lt;P&gt;INPUT Date: YYMMDD10. Time : $7.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Interviewer :$9. Age Gender :$3. Address: $24. FirstTime :$6. ComeAgain :$5. WhyNot $11. Sat1 :$6. Sat2:$6. Sat3:6. Sat4:$6.&lt;/P&gt;&lt;P&gt;Sat5 :$6. Sat6 :$6. Sat7 :$6; Sat8 :6. Comments :$19.;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;The data is like given below:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Date&amp;nbsp; Time&amp;nbsp; Interviewer Age&amp;nbsp;&amp;nbsp; Gender&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Address&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FirstTime&amp;nbsp;&amp;nbsp; ComeAgain&amp;nbsp;&amp;nbsp; WhyNot&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sat1&amp;nbsp; Sat2&amp;nbsp; Sat3&amp;nbsp; Sat4&amp;nbsp; Sat5&amp;nbsp; Sat6&amp;nbsp; Sat7&amp;nbsp; Sat8&amp;nbsp; Comments&lt;BR /&gt; 2013-10-09&amp;nbsp; 12:15 Moss&amp;nbsp; 65&amp;nbsp;&amp;nbsp;&amp;nbsp; M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stanardsville, VA NO&amp;nbsp;&amp;nbsp;&amp;nbsp; YES&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; no parking&lt;BR /&gt; 2013-10-12&amp;nbsp; 12:38 Moss&amp;nbsp; 28&amp;nbsp;&amp;nbsp;&amp;nbsp; F&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Crozet, VA&amp;nbsp; NO&amp;nbsp;&amp;nbsp;&amp;nbsp; YES&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp; 3 &lt;BR /&gt; 2013-10-07&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Moss&amp;nbsp; 49&amp;nbsp;&amp;nbsp;&amp;nbsp; F&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thurston, VA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YES&amp;nbsp;&amp;nbsp; DK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 04:28:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214757#M5130</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2015-04-02T04:28:54Z</dc:date>
    </item>
  </channel>
</rss>

