<?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: check deleted function in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/check-deleted-function/m-p/713441#M220107</link>
    <description>&lt;P&gt;Hi &lt;A class="trigger-hovercard" style="color: #007dc3;" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/147725" target="_blank" rel="noopener"&gt;Nasser_alfea&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just look into the data set &lt;FONT face="Courier New" size="3"&gt;work.fonction&lt;/FONT&gt; where your function definitions are stored as you specify &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;outlib&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=work.fonction.dates&lt;/FONT&gt;.&lt;FONT face="Courier New" size="3"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jan 2021 18:30:28 GMT</pubDate>
    <dc:creator>LeonidBatkhan</dc:creator>
    <dc:date>2021-01-22T18:30:28Z</dc:date>
    <item>
      <title>check deleted function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/check-deleted-function/m-p/713407#M220089</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have created&amp;nbsp;2 functions by executing&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;fcmp&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;outlib&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=work.fonction.dates;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;function&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; DelaiJoursOuvres&lt;/FONT&gt;...&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;fcmp&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;outlib&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=work.fonction.dates;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;function&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; AjouterJoursOuvres...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;I can delete these functions by executing &lt;/FONT&gt;PROC FCMP OUTLIB=work.fonction.dates; DELETEFUNC ...&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;But, how coudl I check that the function are realy created after the creation code ?&lt;/P&gt;
&lt;P&gt;, how could I check that the function are realy deletedafter the deletion code ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;many thanks in advnce for yout help&lt;/P&gt;
&lt;P&gt;Nasser&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 16:24:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/check-deleted-function/m-p/713407#M220089</guid>
      <dc:creator>Nasser_DRMCP</dc:creator>
      <dc:date>2021-01-22T16:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: check deleted function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/check-deleted-function/m-p/713441#M220107</link>
      <description>&lt;P&gt;Hi &lt;A class="trigger-hovercard" style="color: #007dc3;" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/147725" target="_blank" rel="noopener"&gt;Nasser_alfea&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just look into the data set &lt;FONT face="Courier New" size="3"&gt;work.fonction&lt;/FONT&gt; where your function definitions are stored as you specify &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;outlib&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=work.fonction.dates&lt;/FONT&gt;.&lt;FONT face="Courier New" size="3"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 18:30:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/check-deleted-function/m-p/713441#M220107</guid>
      <dc:creator>LeonidBatkhan</dc:creator>
      <dc:date>2021-01-22T18:30:28Z</dc:date>
    </item>
  </channel>
</rss>

