<?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: sas functions in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331811#M74629</link>
    <description>&lt;P&gt;Using SAS is about data analysis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So please provide the data for your problem - i.e. the event of a sas function failing to be invoked, as reported in a sas log.&lt;/P&gt;</description>
    <pubDate>Sat, 11 Feb 2017 13:53:16 GMT</pubDate>
    <dc:creator>mkeintz</dc:creator>
    <dc:date>2017-02-11T13:53:16Z</dc:date>
    <item>
      <title>sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331351#M74449</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Please, I would why when we call some sas function (ex: upcase, lowercase, ...) , sas sends an error message, it does not&amp;nbsp;regonize the function.&amp;nbsp; why ? and how&amp;nbsp;can we &amp;nbsp;identify the main raison for the matter ? is it a question of package ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 22:06:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331351#M74449</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2017-02-09T22:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331354#M74450</link>
      <description>&lt;P&gt;Example, with log please.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 22:17:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331354#M74450</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2017-02-09T22:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331357#M74452</link>
      <description>&lt;P&gt;Because it's not a valid function in the manner you're trying to use it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS functions are upcase and lowcase (low vs lower). SAS SQL allows upper/lower to work to convert case as well, but those won't work in a data step.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FEDSQL has a set of specific functions available.&lt;/P&gt;
&lt;P&gt;IML has a different set of functions.&lt;/P&gt;
&lt;P&gt;SAS SQL has a few different ones as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're using SQL Pass Thru you need to use the native DB functions, ie Oracle or T-SQL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you try to use an IML function in SAS SQL its not going to work, except there are overlaps. For example up until 9.4 the median function worked in PROC SQL but wasnt' what you expect.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Find the relevant sections of the docs and bookmark them for reference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 22:26:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331357#M74452</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-09T22:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331361#M74454</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/38862"&gt;@ll&lt;/a&gt;: Thank you all.&lt;/P&gt;
&lt;P&gt;I think, it can be a question of prfil or sas package ?&lt;/P&gt;
&lt;P&gt;So, how can we check , if the function existes ? and why it does not existe ?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 22:33:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331361#M74454</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2017-02-09T22:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331363#M74455</link>
      <description>&lt;P&gt;Read the documentation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 22:43:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331363#M74455</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-09T22:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331365#M74456</link>
      <description>&lt;P&gt;which one ?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 22:49:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331365#M74456</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2017-02-09T22:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331366#M74457</link>
      <description>&lt;P&gt;Just google sas function&amp;nbsp;&lt;EM&gt;functionname&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;It's really&amp;nbsp;&lt;U&gt;that&lt;/U&gt; easy.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 22:59:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331366#M74457</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-02-09T22:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331367#M74458</link>
      <description>&lt;P&gt;Out of curiosity do you think I have that location memorized? No, To find it I would have to search and then post it. You'll do yourself a massive favour learning how to navigate the SAS Docs. I recommend starting with finding the SAS Base functions list and navigating that. Make sure its correct for your version of SAS. If you use 9.4 docs but have SAS 9.2 thats not going to help you. Or SAS has the help menu installed as well. Using the internal doc means it's guaranteed &amp;nbsp;for your system.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 23:01:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331367#M74458</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-09T23:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331372#M74461</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;that does not reply to my question&lt;/P&gt;
&lt;P&gt;You can take an example with&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245965.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245965.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 23:11:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331372#M74461</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2017-02-09T23:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331374#M74462</link>
      <description>&lt;P&gt;Start by running this code:&lt;/P&gt;
&lt;PRE&gt;proc format library=work;
value poorothergrp
0 -&amp;lt;14 ='Top'
14 - 30='Bottom';
run;&lt;/PRE&gt;
&lt;P&gt;Which will give the names of currently available functions and some other info.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There may be some that are in the result that aren't generally documented or apply to products that you don't have licensed or only apply to some operating systems&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 23:18:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331374#M74462</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-02-09T23:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331375#M74463</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/44053"&gt;@LineMoon&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;that does not reply to my question&lt;/P&gt;
&lt;P&gt;You can take an example with&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245965.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245965.htm&lt;/A&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That's an example of what?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please take the time to fully explain your questions. This type of back and forth is a waste of time and not productive in any manner, besides people responding 'Go google it' because its that basic. If you can't take the time to ask a question clearly, at some point it's not worth our time to answer it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 23:36:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331375#M74463</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-09T23:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331413#M74473</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;: Thank you&lt;/P&gt;
&lt;P&gt;Until now, I do&amp;nbsp; not know see that&amp;nbsp; ?, when I use this code&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;format&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;library&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=work;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;value&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; poorothergrp&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; -&amp;lt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;14&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; =&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Top'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;14&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; - &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;30&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Bottom'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; test;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt; v=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;3&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt; y=max(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;7&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;format&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;library&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = work;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;select&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; poorothergrp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 07:48:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331413#M74473</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2017-02-10T07:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331425#M74479</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/44053"&gt;@LineMoon&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;that does not reply to my question&lt;/P&gt;
&lt;P&gt;You can take an example with&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245965.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245965.htm&lt;/A&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If the documentation of a function/call routine does not mention a special SAS module or has a "valid in" restriction, then the function/call routine in question is part of Base SAS and can be used anywhere SAS functions/routines can be used in a syntactically correct way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW testing always trumps everything else. Use a function and look at the log. If you get an ERROR, consult the documentation. If that does not give you a clue, come back with that specific problem here, but don't pester the forum with unspecific and outright silly questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 09:11:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331425#M74479</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-02-10T09:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331572#M74537</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/44053"&gt;@LineMoon&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;: Thank you&lt;/P&gt;
&lt;P&gt;Until now, I do&amp;nbsp; not know see that&amp;nbsp; ?, when I use this code&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;format&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;library&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=work;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;value&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; poorothergrp&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; -&amp;lt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;14&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; =&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Top'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;14&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; - &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;30&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Bottom'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; test;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt; v=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;3&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt; y=max(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;7&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;format&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;library&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = work;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;select&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; poorothergrp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Are you attempting to get the description of the format? You need to tell the procedure which catalog to look at.&lt;/P&gt;
&lt;P&gt;Perhaps you are wanting:&lt;/P&gt;
&lt;PRE&gt;proc format library = work fmtlib;
  select poorothergrp;
run;&lt;/PRE&gt;
&lt;P&gt;to use the default FORMATS catalog in the work library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 16:03:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331572#M74537</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-02-10T16:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331704#M74579</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;thank you.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;format&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;library&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = work &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;fmtlib&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;select&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; poorothergrp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&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;So, I have used it, I see in "result", the format of &lt;FONT face="Courier New"&gt;poorothergrp.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New"&gt;But, I do not get the informations about the functions : max,...&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 21:12:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331704#M74579</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2017-02-10T21:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331712#M74581</link>
      <description>&lt;P&gt;SASHELP.VFUNC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you ever want listings of something look at the SASHELP tables.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 21:29:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331712#M74581</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-10T21:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331745#M74592</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/44053"&gt;@LineMoon&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;thank you.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;format&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;library&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = work &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;fmtlib&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;select&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; poorothergrp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&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;So, I have used it, I see in "result", the format of &lt;FONT face="Courier New"&gt;poorothergrp.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New"&gt;But, I do not get the informations about the functions : max,...&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;what are you looking for? You haven't said. Proc FORMAT will only return information about FORMATS, not functions. The code for the dictionary.functions, save as sashelp.vfunc, lists the names of valid functions and a little bit about it, not syntax or behavior. That is what documentation contains. You might try looking at your online help from SAS for Base SAS and functions&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 23:27:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331745#M74592</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-02-10T23:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331749#M74594</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;I think the code you posted may have been intended for another question. Proc Format doesn't come into play when searching for functions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The documentation is the source of truth, bible, gold standard, etc.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 23:48:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331749#M74594</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-10T23:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331753#M74597</link>
      <description>&lt;P&gt;Could you provide one example, including the code you ran and the error you received?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 00:25:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331753#M74597</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-02-11T00:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: sas functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331797#M74621</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13711"&gt;@art297&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;It was about the function UPCASE.&lt;/P&gt;
&lt;P&gt;It can be&amp;nbsp; a restrution made by the administrator.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 12:01:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-functions/m-p/331797#M74621</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2017-02-11T12:01:32Z</dc:date>
    </item>
  </channel>
</rss>

