<?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 Override Observation with it's Format in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Override-Observation-with-it-s-Format/m-p/162355#M42187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to override a value with it's format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance if each US state had a code (01 - 50) and I made a format the grouped them by region (Northeast, Southeast, etc.), could I either copy into a new column the format region as a char or make the format the value of the observation instead of the state code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2014 20:41:18 GMT</pubDate>
    <dc:creator>csalazar</dc:creator>
    <dc:date>2014-09-26T20:41:18Z</dc:date>
    <item>
      <title>Override Observation with it's Format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Override-Observation-with-it-s-Format/m-p/162355#M42187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to override a value with it's format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance if each US state had a code (01 - 50) and I made a format the grouped them by region (Northeast, Southeast, etc.), could I either copy into a new column the format region as a char or make the format the value of the observation instead of the state code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 20:41:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Override-Observation-with-it-s-Format/m-p/162355#M42187</guid>
      <dc:creator>csalazar</dc:creator>
      <dc:date>2014-09-26T20:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Override Observation with it's Format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Override-Observation-with-it-s-Format/m-p/162356#M42188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, use the put() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 21:19:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Override-Observation-with-it-s-Format/m-p/162356#M42188</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-09-26T21:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Override Observation with it's Format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Override-Observation-with-it-s-Format/m-p/162357#M42189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a datastep:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Region = put(state,Regionformat.); /* or $Regionformat if character, you didn't specify*/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 21:41:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Override-Observation-with-it-s-Format/m-p/162357#M42189</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-09-26T21:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Override Observation with it's Format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Override-Observation-with-it-s-Format/m-p/162358#M42190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Makes sense. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 12:40:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Override-Observation-with-it-s-Format/m-p/162358#M42190</guid>
      <dc:creator>csalazar</dc:creator>
      <dc:date>2014-09-29T12:40:28Z</dc:date>
    </item>
  </channel>
</rss>

