<?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 Enterprise Miner Score Code Export bug in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Enterprise-Miner-Score-Code-Export-bug/m-p/278665#M14710</link>
    <description>&lt;P&gt;I'm using the score export node in EM and it's truncating a long variable from 200 characters to 32, as per the system default. Where is the setting in EM to change this? I've searched online and clicked on about everything in the program and short of editing the output code to force 200 characters in the dummy variable the score creates, I'm not sure what to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hoping there's a setting I can change because otherwise I have a long few days of manual coding ahead of me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;snippet of code that's making me angry in the SAS EM Score Output code:&lt;/P&gt;
&lt;P&gt;else do;&lt;BR /&gt; length _dm32 $ 32; drop _dm32 ;&lt;BR /&gt; %DMNORMCP( combo , _dm32 )&lt;/P&gt;
&lt;P&gt;if _dm32 = '36415_NATIONAL GOVERNMENT SERVIC' then do;&lt;BR /&gt; _6_436 = 1;&lt;BR /&gt; end;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that variable should be '36415_NATIONAL GOVERNMENT SERVICES, INC.'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jun 2016 13:23:46 GMT</pubDate>
    <dc:creator>aprilewilson</dc:creator>
    <dc:date>2016-06-20T13:23:46Z</dc:date>
    <item>
      <title>Enterprise Miner Score Code Export bug</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Enterprise-Miner-Score-Code-Export-bug/m-p/278665#M14710</link>
      <description>&lt;P&gt;I'm using the score export node in EM and it's truncating a long variable from 200 characters to 32, as per the system default. Where is the setting in EM to change this? I've searched online and clicked on about everything in the program and short of editing the output code to force 200 characters in the dummy variable the score creates, I'm not sure what to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hoping there's a setting I can change because otherwise I have a long few days of manual coding ahead of me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;snippet of code that's making me angry in the SAS EM Score Output code:&lt;/P&gt;
&lt;P&gt;else do;&lt;BR /&gt; length _dm32 $ 32; drop _dm32 ;&lt;BR /&gt; %DMNORMCP( combo , _dm32 )&lt;/P&gt;
&lt;P&gt;if _dm32 = '36415_NATIONAL GOVERNMENT SERVIC' then do;&lt;BR /&gt; _6_436 = 1;&lt;BR /&gt; end;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that variable should be '36415_NATIONAL GOVERNMENT SERVICES, INC.'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 13:23:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Enterprise-Miner-Score-Code-Export-bug/m-p/278665#M14710</guid>
      <dc:creator>aprilewilson</dc:creator>
      <dc:date>2016-06-20T13:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Miner Score Code Export bug</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Enterprise-Miner-Score-Code-Export-bug/m-p/278679#M14712</link>
      <description>&lt;P&gt;This looks like a variable value not name.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check the original data you used to create your model and make sure that import was done correctly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Worse case scenario - truncate your new data to the length required. If this doesnt result in unique data you have an issue both with your scoring code and model.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 13:53:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Enterprise-Miner-Score-Code-Export-bug/m-p/278679#M14712</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-20T13:53:38Z</dc:date>
    </item>
  </channel>
</rss>

