<?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: &amp;quot;Format&amp;quot; doesn't work in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/quot-Format-quot-doesn-t-work/m-p/695576#M25188</link>
    <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Fri, 30 Oct 2020 18:58:08 GMT</pubDate>
    <dc:creator>dooheekim01</dc:creator>
    <dc:date>2020-10-30T18:58:08Z</dc:date>
    <item>
      <title>"Format" doesn't work</title>
      <link>https://communities.sas.com/t5/New-SAS-User/quot-Format-quot-doesn-t-work/m-p/686795#M24472</link>
      <description>&lt;P&gt;data storm_new;&lt;/P&gt;&lt;P&gt;set pg1.storm_damage;&lt;/P&gt;&lt;P&gt;drop Summary;&lt;/P&gt;&lt;P&gt;YearsPassed=yrdif(Date, today(), "age");&lt;/P&gt;&lt;P&gt;Anniversary=mdy(month(Date), day(Date), year(today()));&lt;/P&gt;&lt;P&gt;format YearPassed 4.1 Date Anniversary mmddyy10.;&lt;/P&gt;&lt;P&gt;format Cost dollar20. YearPassed 4.;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;YearPassed 4. didn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still it shows like this "&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;15.084931507&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know why "YearPassed 4." didn't work in the statement. Please help me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 17:59:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/quot-Format-quot-doesn-t-work/m-p/686795#M24472</guid>
      <dc:creator>dooheekim01</dc:creator>
      <dc:date>2020-09-25T17:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: "Format" doesn't work</title>
      <link>https://communities.sas.com/t5/New-SAS-User/quot-Format-quot-doesn-t-work/m-p/686796#M24473</link>
      <description>&lt;P&gt;Where does the value show like that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that supposed to be output from Proc Print? The SAS table viewer?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or did you export the data to an external file? If so which one and what code did you use to export it?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 18:03:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/quot-Format-quot-doesn-t-work/m-p/686796#M24473</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-09-25T18:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: "Format" doesn't work</title>
      <link>https://communities.sas.com/t5/New-SAS-User/quot-Format-quot-doesn-t-work/m-p/686839#M24486</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Yes! the value shows like this and this is in the SAS table view.&lt;BR /&gt;&lt;BR /&gt;This statement was the one of the activities. (Lesson 4 - SAS Programming 1)&lt;BR /&gt;Thank you!&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Sep 2020 21:40:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/quot-Format-quot-doesn-t-work/m-p/686839#M24486</guid>
      <dc:creator>dooheekim01</dc:creator>
      <dc:date>2020-09-25T21:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: "Format" doesn't work</title>
      <link>https://communities.sas.com/t5/New-SAS-User/quot-Format-quot-doesn-t-work/m-p/686846#M24490</link>
      <description>&lt;P&gt;Check your dataset properties to see if the format for the variable is as you expect it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc contents data=storm_new.&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that does not show a 4. format then check your logs to make sure the data set was created. Or that you are opening the correct data set.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 21:53:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/quot-Format-quot-doesn-t-work/m-p/686846#M24490</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-09-25T21:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: "Format" doesn't work</title>
      <link>https://communities.sas.com/t5/New-SAS-User/quot-Format-quot-doesn-t-work/m-p/695576#M25188</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 18:58:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/quot-Format-quot-doesn-t-work/m-p/695576#M25188</guid>
      <dc:creator>dooheekim01</dc:creator>
      <dc:date>2020-10-30T18:58:08Z</dc:date>
    </item>
  </channel>
</rss>

