<?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: What's function format used for? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/What-s-function-format-used-for/m-p/904938#M40411</link>
    <description>&lt;P&gt;This is not a&amp;nbsp;&lt;EM&gt;function&lt;/EM&gt;, it is the&amp;nbsp;&lt;EM&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lestmtsref/n0d5oq7e0oia0wn13nsins0x8nmh.htm" target="_blank" rel="noopener"&gt;FORMAT Statement&lt;/A&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;A format in SAS is used to display values in a certain manner; in your particular case, the format displays the internal value of a SAS date (the count of days starting at 1960-01-01) in a human-readable manner.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Nov 2023 17:37:37 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2023-11-28T17:37:37Z</dc:date>
    <item>
      <title>What's function format used for?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/What-s-function-format-used-for/m-p/904862#M40409</link>
      <description>&lt;P&gt;/* * Specify the libname */&lt;/P&gt;&lt;P&gt;libname walmart '/folders/myfolders/Walmart';&lt;/P&gt;&lt;P&gt;/* 1. Create two datasets data_a and data_b based on slide 4. */&lt;/P&gt;&lt;P&gt;data walmart.data_a;&lt;BR /&gt;input order_id order_time MMDDYY10.;&lt;BR /&gt;format order_time MMDDYY10.;&lt;BR /&gt;cards;&lt;BR /&gt;1001 10/5/2017&lt;BR /&gt;1002 10/5/2017&lt;BR /&gt;1004 10/7/2017&lt;BR /&gt;1003 10/6/2017&lt;BR /&gt;1005 10/8/2017&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 14:44:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/What-s-function-format-used-for/m-p/904862#M40409</guid>
      <dc:creator>Qisheng-Xia</dc:creator>
      <dc:date>2023-11-28T14:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: What's function format used for?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/What-s-function-format-used-for/m-p/904865#M40410</link>
      <description>&lt;P&gt;SAS dates are stored internally as the number of days since 01JAN1960, so for example 21915 is 01JAN2020. The FORMAT statement allows 21915 to be shown to humans as 01JAN2020, which humans can understand. Humans cannot understand 21915 as a date, although SAS does understand it as a date.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try the code without the FORMAT statement to see what happens.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 14:53:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/What-s-function-format-used-for/m-p/904865#M40410</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-11-28T14:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: What's function format used for?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/What-s-function-format-used-for/m-p/904938#M40411</link>
      <description>&lt;P&gt;This is not a&amp;nbsp;&lt;EM&gt;function&lt;/EM&gt;, it is the&amp;nbsp;&lt;EM&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lestmtsref/n0d5oq7e0oia0wn13nsins0x8nmh.htm" target="_blank" rel="noopener"&gt;FORMAT Statement&lt;/A&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;A format in SAS is used to display values in a certain manner; in your particular case, the format displays the internal value of a SAS date (the count of days starting at 1960-01-01) in a human-readable manner.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 17:37:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/What-s-function-format-used-for/m-p/904938#M40411</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-11-28T17:37:37Z</dc:date>
    </item>
  </channel>
</rss>

