<?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: cntlout in SAS v8 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/cntlout-in-SAS-v8/m-p/249518#M56524</link>
    <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/55977"&gt;@loredana&lt;/a&gt;, I think the warning is because of the format name, not a variable name. And if I recall right,  the 8 char long format name restriction were lifted in V9. So no option will help in this situation,  upgrading will.</description>
    <pubDate>Thu, 11 Feb 2016 19:28:07 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2016-02-11T19:28:07Z</dc:date>
    <item>
      <title>cntlout in SAS v8</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/cntlout-in-SAS-v8/m-p/92294#M26270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am trying to create a format dataset from proc format using cntlout. I use SAS version 8. This is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format cntlout=myformat;&lt;/P&gt;&lt;P&gt;value patientgroup_f 0 = 'Case' &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 = 'Control';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, this is the warning I get&lt;/P&gt;&lt;P&gt;NOTE: The format name 'PATIENTGROUP_F' exceeds 8 characters. Only the first 8 characters will be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears that the format name is too long so SAS truncate it to 8 characters. Is there any way to disable this behavior so that the full format name will be stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 20:39:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/cntlout-in-SAS-v8/m-p/92294#M26270</guid>
      <dc:creator>tradepeter</dc:creator>
      <dc:date>2012-08-13T20:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: cntlout in SAS v8</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/cntlout-in-SAS-v8/m-p/92295#M26271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upgrade to a newer version of SAS.&amp;nbsp; You pay the same whether using an old, outdated, or newer version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 21:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/cntlout-in-SAS-v8/m-p/92295#M26271</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-08-13T21:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: cntlout in SAS v8</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/cntlout-in-SAS-v8/m-p/249259#M56509</link>
      <description>&lt;P&gt;Open Base SAS and go to TOOLS -&amp;gt; OPTIONS -&amp;gt; SYSTEM -&amp;gt; FILES -&amp;gt; SAS FILES.&lt;/P&gt;
&lt;P&gt;There is an option called VALIDFMTNAME. Right-click on it and select Modify Value.&lt;/P&gt;
&lt;P&gt;I'm not sure what your options will be for SAS v8, but make sure you try defining your format under every option specified.&lt;/P&gt;
&lt;P&gt;If it doesn't work, your only solution is to upgrade.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 10:07:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/cntlout-in-SAS-v8/m-p/249259#M56509</guid>
      <dc:creator>loredana</dc:creator>
      <dc:date>2016-04-05T10:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: cntlout in SAS v8</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/cntlout-in-SAS-v8/m-p/249518#M56524</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/55977"&gt;@loredana&lt;/a&gt;, I think the warning is because of the format name, not a variable name. And if I recall right,  the 8 char long format name restriction were lifted in V9. So no option will help in this situation,  upgrading will.</description>
      <pubDate>Thu, 11 Feb 2016 19:28:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/cntlout-in-SAS-v8/m-p/249518#M56524</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-02-11T19:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: cntlout in SAS v8</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/cntlout-in-SAS-v8/m-p/249537#M56527</link>
      <description>&lt;P&gt;Thank you for pointing that out. I modified my initial post. I initially believed VALIDVARNAME would specify the length of any SAS name, not just for SAS variable names. I see now that there are slight variations of this option: SAS var names (VALIDVARNAME), members (VALIDMEMNAME) and format names (VALIDFMTNAME).&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 20:33:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/cntlout-in-SAS-v8/m-p/249537#M56527</guid>
      <dc:creator>loredana</dc:creator>
      <dc:date>2016-02-11T20:33:16Z</dc:date>
    </item>
  </channel>
</rss>

