<?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: customizaation  of functions in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/customizaation-of-functions/m-p/913325#M359993</link>
    <description>&lt;P&gt;What's the question?&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jan 2024 06:42:56 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2024-01-29T06:42:56Z</dc:date>
    <item>
      <title>customizaation  of functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/customizaation-of-functions/m-p/913322#M359990</link>
      <description>&lt;P&gt;libname a 'C:\Users\Akhil\Desktop\pratice';&lt;/P&gt;&lt;P&gt;proc fcmp outlib=a.a.s;&lt;BR /&gt;function a (x,y);&lt;BR /&gt;z=sum(x,y);&lt;BR /&gt;return (z);endsub;&lt;BR /&gt;run;&lt;BR /&gt;options cmplib=a.a;&lt;BR /&gt;data a;&lt;BR /&gt;s=a(1,4);&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 06:12:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/customizaation-of-functions/m-p/913322#M359990</guid>
      <dc:creator>akhilbattu</dc:creator>
      <dc:date>2024-01-29T06:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: customizaation  of functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/customizaation-of-functions/m-p/913325#M359993</link>
      <description>&lt;P&gt;What's the question?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 06:42:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/customizaation-of-functions/m-p/913325#M359993</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-01-29T06:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: customizaation of functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/customizaation-of-functions/m-p/913327#M359994</link>
      <description>hi&lt;BR /&gt;can you customie substr&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jan 2024 06:45:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/customizaation-of-functions/m-p/913327#M359994</guid>
      <dc:creator>akhilbattu</dc:creator>
      <dc:date>2024-01-29T06:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: customizaation of functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/customizaation-of-functions/m-p/913328#M359995</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/437141"&gt;@akhilbattu&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;hi&lt;BR /&gt;can you customie substr&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I miss to see how the code you've posted has anything to do with the SAS provided function substr().&lt;/P&gt;
&lt;P&gt;If you want to ask if you can change a SAS provided function that's part of the product then the answer is no. It would also be a bad idea to try and overlay such a function (if possible, never tried).&lt;/P&gt;
&lt;P&gt;If you want to ask if you can write your own function then the answer is yes. And this can of course be a function that does something similar to the ootb function substr() - but with a different name of course.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 07:15:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/customizaation-of-functions/m-p/913328#M359995</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-01-29T07:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: customizaation of functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/customizaation-of-functions/m-p/913330#M359997</link>
      <description>ok thank you&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jan 2024 07:03:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/customizaation-of-functions/m-p/913330#M359997</guid>
      <dc:creator>akhilbattu</dc:creator>
      <dc:date>2024-01-29T07:03:47Z</dc:date>
    </item>
  </channel>
</rss>

