<?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: need a help in sas function in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/need-a-help-in-sas-function/m-p/44474#M9108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't mind (var,position,'dlm') instead of (var,'dlm', position), then scan() is your friend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2012 11:27:45 GMT</pubDate>
    <dc:creator>Haikuo</dc:creator>
    <dc:date>2012-03-27T11:27:45Z</dc:date>
    <item>
      <title>need a help in sas function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/need-a-help-in-sas-function/m-p/44472#M9106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to split a variable with sas function&lt;/P&gt;&lt;P&gt;var=hello,how r you,I am fime&lt;/P&gt;&lt;P&gt;I have to code like this&lt;/P&gt;&lt;P&gt;var1=sasfunction(var,'delemiter',position)&lt;/P&gt;&lt;P&gt;Kindly help me which function I have to use.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Ashwini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 10:09:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/need-a-help-in-sas-function/m-p/44472#M9106</guid>
      <dc:creator>Ashwini</dc:creator>
      <dc:date>2012-03-27T10:09:14Z</dc:date>
    </item>
    <item>
      <title>need a help in sas function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/need-a-help-in-sas-function/m-p/44473#M9107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; you can use scan function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 11:18:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/need-a-help-in-sas-function/m-p/44473#M9107</guid>
      <dc:creator>manojinpec</dc:creator>
      <dc:date>2012-03-27T11:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: need a help in sas function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/need-a-help-in-sas-function/m-p/44474#M9108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't mind (var,position,'dlm') instead of (var,'dlm', position), then scan() is your friend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 11:27:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/need-a-help-in-sas-function/m-p/44474#M9108</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-03-27T11:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: need a help in sas function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/need-a-help-in-sas-function/m-p/44475#M9109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashwini..&lt;/P&gt;&lt;P&gt;In this way you can use Scan function.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;var="hello,how r you,I am fime";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;var1=scan(var,1, ' , ');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;var2=scan(var,2, ' , ');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;var3=scan(var,3, ' , ');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;run;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sanjeev.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 13:42:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/need-a-help-in-sas-function/m-p/44475#M9109</guid>
      <dc:creator>kuridisanjeev</dc:creator>
      <dc:date>2012-10-25T13:42:43Z</dc:date>
    </item>
  </channel>
</rss>

