<?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 Formats in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/288356#M59444</link>
    <description>I think you would handle this and your other inquiries better by taking the free online SAS Programming training.</description>
    <pubDate>Sat, 30 Jul 2016 21:47:23 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2016-07-30T21:47:23Z</dc:date>
    <item>
      <title>SAS Formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/288317#M59427</link>
      <description>&lt;P&gt;HOW CAN I ADD FORMATS WOTHOUT PROC FORMAT PROCEDURE ?&lt;/P&gt;&lt;P&gt;IS IT POSSIBLE OR NOT ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PLEASE LET ME KNOW WITH EXAMPLE?&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2016 10:50:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/288317#M59427</guid>
      <dc:creator>darling143</dc:creator>
      <dc:date>2016-07-30T10:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/288327#M59432</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://netiquette.wikia.com/wiki/Rule_number_2_-_Do_not_use_all_caps" target="_self"&gt;Don't write in ALL CAPS, it's shouting.&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to clarify your question.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Formats are used to control the display of information, so by 'adding' a format do you mean creating a new format or applying a format to a variable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An example of applying a format is straightforward, and involves the format statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data stocks;
Set sashelp.stocks;

Format date worddate.;

Run;

Proc print data = stocks (obs=5) labels noobs;
Run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can't create a new format without proc format, in some manner. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2016 13:44:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/288327#M59432</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-30T13:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/288356#M59444</link>
      <description>I think you would handle this and your other inquiries better by taking the free online SAS Programming training.</description>
      <pubDate>Sat, 30 Jul 2016 21:47:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/288356#M59444</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-07-30T21:47:23Z</dc:date>
    </item>
  </channel>
</rss>

