<?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 How to label values in a variable in Enterprise Miner? in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-label-values-in-a-variable-in-Enterprise-Miner/m-p/149528#M1504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have several 9-point liker scale variables in my input data node in the diagram. Is there any way that I can label them? Thus the 1 will show "Extremely likely" and 9 will show "Extremely unlikely" Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 15:04:52 GMT</pubDate>
    <dc:creator>Lychee</dc:creator>
    <dc:date>2014-10-30T15:04:52Z</dc:date>
    <item>
      <title>How to label values in a variable in Enterprise Miner?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-label-values-in-a-variable-in-Enterprise-Miner/m-p/149528#M1504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have several 9-point liker scale variables in my input data node in the diagram. Is there any way that I can label them? Thus the 1 will show "Extremely likely" and 9 will show "Extremely unlikely" Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 15:04:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-label-values-in-a-variable-in-Enterprise-Miner/m-p/149528#M1504</guid>
      <dc:creator>Lychee</dc:creator>
      <dc:date>2014-10-30T15:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to label values in a variable in Enterprise Miner?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-label-values-in-a-variable-in-Enterprise-Miner/m-p/149529#M1505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use formats to have character values displayed for numeric values.&amp;nbsp; If you already have the data set created, you can run code similar to the following in a Program Editor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname myfmtlib " /* path to folder to save format definition */ ";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format library=myfmtlib;&lt;/P&gt;&lt;P&gt; value myscale 1='Extremely likely'&lt;/P&gt;&lt;P&gt;&amp;nbsp; 5='Kind of likely'&lt;/P&gt;&lt;P&gt;&amp;nbsp; 9='Extremely unlikely'&lt;/P&gt;&lt;P&gt;&amp;nbsp; other='n/a'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options fmtsearch=(myfmtlib);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data libref.newdata;&lt;/P&gt;&lt;P&gt; format /* name of numeric columns you want format applied to */ myscale.;&lt;/P&gt;&lt;P&gt; set libref.olddata;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After creating this data set libref.newdata that has the format applied, you will need to run and save this code in your Project Start Code in Enterprise MIner:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname myfmtlib " /* path to folder to save format definition */ ";&lt;/P&gt;&lt;P&gt;options fmtsearch=(myfmtlib);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you should be able to create a data source in Enterprise Miner for this new data set, and run flows as usual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that works for you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 16:07:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-label-values-in-a-variable-in-Enterprise-Miner/m-p/149529#M1505</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2014-11-03T16:07:31Z</dc:date>
    </item>
  </channel>
</rss>

