<?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: how to create format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-format/m-p/497681#M131999</link>
    <description>&lt;P&gt;Doesn't the ANYALPHA() function return a numeric result? How is PROC FORMAT supposed to use that function to generate a character string?&amp;nbsp; Make an INFORMAT instead.&lt;/P&gt;
&lt;PRE&gt;236   proc format ;
237     invalue anyalpha other=[anyalpha()] ;
NOTE: Informat ANYALPHA has been output.
238   run;&lt;/PRE&gt;</description>
    <pubDate>Fri, 21 Sep 2018 04:41:24 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2018-09-21T04:41:24Z</dc:date>
    <item>
      <title>how to create format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-format/m-p/497675#M131995</link>
      <description>&lt;P&gt;i wanted to create one format but it gave error see like below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23435i43A8FAB90C7EBA7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 04:21:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-format/m-p/497675#M131995</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2018-09-21T04:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to create format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-format/m-p/497677#M131997</link>
      <description>&lt;P&gt;It looks like you have a very old version of SAS, where this syntax was not supported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run&amp;nbsp;&amp;nbsp;&lt;FONT face="courier new,courier"&gt;%put &amp;amp;sysvlong;&lt;/FONT&gt; and report here.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 04:28:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-format/m-p/497677#M131997</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-09-21T04:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to create format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-format/m-p/497681#M131999</link>
      <description>&lt;P&gt;Doesn't the ANYALPHA() function return a numeric result? How is PROC FORMAT supposed to use that function to generate a character string?&amp;nbsp; Make an INFORMAT instead.&lt;/P&gt;
&lt;PRE&gt;236   proc format ;
237     invalue anyalpha other=[anyalpha()] ;
NOTE: Informat ANYALPHA has been output.
238   run;&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Sep 2018 04:41:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-format/m-p/497681#M131999</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-09-21T04:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to create format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-format/m-p/497683#M132001</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt; it works for me. &lt;BR /&gt;</description>
      <pubDate>Fri, 21 Sep 2018 05:04:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-format/m-p/497683#M132001</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-09-21T05:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to create format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-format/m-p/497864#M132125</link>
      <description>&lt;P&gt;When the OP format is valid syntax it returns '0' or '1' for the formatted value.&lt;/P&gt;
&lt;P&gt;Of course you can't do calculations with the result very well...&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 15:17:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-format/m-p/497864#M132125</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-21T15:17:40Z</dc:date>
    </item>
  </channel>
</rss>

