<?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 SAS codebook for state state_cd in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SAS-codebook-for-state-state-cd/m-p/529971#M5619</link>
    <description>&lt;P&gt;Any one have any idea how to access the codebook store in SAS? Trying to format state based on codebook named state_cd but have not able to locate it anywhere. Any suggest will be appreciate!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jan 2019 04:29:34 GMT</pubDate>
    <dc:creator>Tjohn</dc:creator>
    <dc:date>2019-01-25T04:29:34Z</dc:date>
    <item>
      <title>SAS codebook for state state_cd</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-codebook-for-state-state-cd/m-p/529971#M5619</link>
      <description>&lt;P&gt;Any one have any idea how to access the codebook store in SAS? Trying to format state based on codebook named state_cd but have not able to locate it anywhere. Any suggest will be appreciate!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 04:29:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-codebook-for-state-state-cd/m-p/529971#M5619</guid>
      <dc:creator>Tjohn</dc:creator>
      <dc:date>2019-01-25T04:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS codebook for state state_cd</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-codebook-for-state-state-cd/m-p/530028#M5637</link>
      <description>&lt;P&gt;A google search for "codebook store" does not turn up anything helpful (for me). Could you elaborate what you mean by this term?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 12:02:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-codebook-for-state-state-cd/m-p/530028#M5637</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-01-25T12:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS codebook for state state_cd</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-codebook-for-state-state-cd/m-p/530056#M5642</link>
      <description>&lt;P&gt;Yes, i have the same questions. Part of a current program i am working on ask me to&amp;nbsp;&lt;SPAN&gt;define a value format based on the codebook stored in the SAS data set&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;state_cd&lt;/EM&gt;&lt;SPAN&gt;. Where i have been stuck on here for over a day. But none of the search show up anything related to this data set that store in SAS.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 13:42:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-codebook-for-state-state-cd/m-p/530056#M5642</guid>
      <dc:creator>Tjohn</dc:creator>
      <dc:date>2019-01-25T13:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS codebook for state state_cd</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-codebook-for-state-state-cd/m-p/530065#M5645</link>
      <description>&lt;P&gt;Oh, they want you to define a format from a dataset.&lt;/P&gt;
&lt;P&gt;See this example:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=proc&amp;amp;docsetTarget=n1e19y6lrektafn1kj6nbvhus59w.htm&amp;amp;locale=de#n1e19y6lrektafn1kj6nbv" target="_blank" rel="noopener"&gt;Creating a Format from a CNTLIN= Data Set&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to modify your dataset so that it contains the following variables:&lt;/P&gt;
&lt;P&gt;fmtname&amp;nbsp; name of your format&lt;/P&gt;
&lt;P&gt;type&amp;nbsp;&amp;nbsp; C or N for character or numeric&lt;/P&gt;
&lt;P&gt;start&amp;nbsp;&amp;nbsp;&amp;nbsp; values to be formatted&lt;/P&gt;
&lt;P&gt;label&amp;nbsp;&amp;nbsp;&amp;nbsp; target values to be displayed&lt;/P&gt;
&lt;P&gt;hlo&amp;nbsp;&amp;nbsp; character variable set to 'O' for the observation containing the "other" value&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 13:55:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-codebook-for-state-state-cd/m-p/530065#M5645</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-01-25T13:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS codebook for state state_cd</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-codebook-for-state-state-cd/m-p/530077#M5648</link>
      <description>&lt;P&gt;Thank you, i think i did not make it clear but i figure it out. It seems like i need to create a format based on a codebook, but the file need to be downloaded and then being reference during program.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 14:56:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-codebook-for-state-state-cd/m-p/530077#M5648</guid>
      <dc:creator>Tjohn</dc:creator>
      <dc:date>2019-01-25T14:56:34Z</dc:date>
    </item>
  </channel>
</rss>

