<?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: How to Avoid Trimmed Variable Name in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Avoid-Trimmed-Variable-Name/m-p/140878#M37649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if this is the answer because you haven't posted a picture of your issue but the namelen option may solve your issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ods graphics on;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;proc logistic data=TRAINDATA &lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;&lt;STRONG&gt;NAMELEN=32&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;model YVAR(event='1') = X1 X2 X3 X4 ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; / SELECTION = STEPWISE rsq lackfit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; roc;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; OUTPUT OUT=OUTPUTDATA p=myPrediction ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ods graphics off;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2014 19:39:30 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2014-06-12T19:39:30Z</dc:date>
    <item>
      <title>How to Avoid Trimmed Variable Name</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Avoid-Trimmed-Variable-Name/m-p/140877#M37648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anybody have any tricks to avoid the output from PROC LOGISTIC,&amp;nbsp; especially in the "Analysis of Maximum Likelihood Estimates" section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes, I have multiple variables such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WoE_DV_EST_NUM_TYPE1&lt;/P&gt;&lt;P&gt;WoE_DV_EST_NUM_TYPE2&lt;/P&gt;&lt;P&gt;WoE_DV_EST_NUM_TYPE3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when one of the variables shows up in this section, I have no idea which one it was! It will trim them off at a certain length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of my code: (opening HTML result in Chrome)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ods graphics on;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;proc logistic data=TRAINDATA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;model YVAR(event='1') = X1 X2 X3 X4 ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; / SELECTION = STEPWISE rsq lackfit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; roc;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; OUTPUT OUT=OUTPUTDATA p=myPrediction ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ods graphics off;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 19:34:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-Avoid-Trimmed-Variable-Name/m-p/140877#M37648</guid>
      <dc:creator>JBerry</dc:creator>
      <dc:date>2014-06-12T19:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Avoid Trimmed Variable Name</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Avoid-Trimmed-Variable-Name/m-p/140878#M37649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if this is the answer because you haven't posted a picture of your issue but the namelen option may solve your issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ods graphics on;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;proc logistic data=TRAINDATA &lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;&lt;STRONG&gt;NAMELEN=32&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;model YVAR(event='1') = X1 X2 X3 X4 ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; / SELECTION = STEPWISE rsq lackfit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; roc;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; OUTPUT OUT=OUTPUTDATA p=myPrediction ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ods graphics off;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 19:39:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-Avoid-Trimmed-Variable-Name/m-p/140878#M37649</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-06-12T19:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Avoid Trimmed Variable Name</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Avoid-Trimmed-Variable-Name/m-p/140879#M37650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's exactly what I needed. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 14:42:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-Avoid-Trimmed-Variable-Name/m-p/140879#M37650</guid>
      <dc:creator>JBerry</dc:creator>
      <dc:date>2014-06-13T14:42:16Z</dc:date>
    </item>
  </channel>
</rss>

