<?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 link option not working in proc mi FCS logistic statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/link-option-not-working-in-proc-mi-FCS-logistic-statement/m-p/821258#M324230</link>
    <description>&lt;P&gt;Hello, I'm trying to perform proc mi with FCS logistic statement and the link=glogit option. When I try to run the code, I get the below error message associated with link=glogit. It seems to not recognize the link option. Maybe I'm making a coding error somewhere?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc mi data= fpgc_for_mi nimpute=1 out=fpgc_mi ;
class state_res_num state_tx_num;
var state_res_num state_tx_num;
fcs logistic(state_res_num=state_tx_num /link=glogit); 
run;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ), CLASSEFFECT, CLASSEFFECTS, DESC, DESCENDING, DETAILS, K, ORDER,PCOV, PRIOR.&lt;BR /&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using SAS enterprise guide 7.15 and the server is version 9.4.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2022 07:38:33 GMT</pubDate>
    <dc:creator>seanpmcclellan</dc:creator>
    <dc:date>2022-07-01T07:38:33Z</dc:date>
    <item>
      <title>link option not working in proc mi FCS logistic statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/link-option-not-working-in-proc-mi-FCS-logistic-statement/m-p/821258#M324230</link>
      <description>&lt;P&gt;Hello, I'm trying to perform proc mi with FCS logistic statement and the link=glogit option. When I try to run the code, I get the below error message associated with link=glogit. It seems to not recognize the link option. Maybe I'm making a coding error somewhere?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc mi data= fpgc_for_mi nimpute=1 out=fpgc_mi ;
class state_res_num state_tx_num;
var state_res_num state_tx_num;
fcs logistic(state_res_num=state_tx_num /link=glogit); 
run;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ), CLASSEFFECT, CLASSEFFECTS, DESC, DESCENDING, DETAILS, K, ORDER,PCOV, PRIOR.&lt;BR /&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using SAS enterprise guide 7.15 and the server is version 9.4.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 07:38:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/link-option-not-working-in-proc-mi-FCS-logistic-statement/m-p/821258#M324230</guid>
      <dc:creator>seanpmcclellan</dc:creator>
      <dc:date>2022-07-01T07:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: link option not working in proc mi FCS logistic statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/link-option-not-working-in-proc-mi-FCS-logistic-statement/m-p/821266#M324233</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/428829"&gt;@seanpmcclellan&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think there's a coding error, but rather a too old version of SAS/STAT installed: The LINK= option was &lt;A href="https://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/viewer.htm#statug_whatsnew_sect020.htm" target="_blank" rel="noopener"&gt;introduced in SAS/STAT 13.1&lt;/A&gt; (corresponding to maintenance release SAS 9.4&lt;STRONG&gt;M1&lt;/STRONG&gt;). You can write your SAS/STAT version and the maintenance release number to the log with&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/n1x7dbhg6dlo7pn1jq24oa25k17z.htm" target="_blank" rel="noopener"&gt;PROC PRODUCT_STATUS&lt;/A&gt;:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Most likely you're on SAS/STAT 12.3, i.e.,&amp;nbsp;&lt;EM&gt;seven&lt;/EM&gt; maintenance releases before the current SAS 9.4 release (9.4&lt;STRONG&gt;M7&lt;/STRONG&gt; with SAS/STAT 15.2).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So it's likely time for an upgrade: see&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/whatsdiff/p1256xdv3zwgmin18wusx0hib78k.htm#p1ljcij4cn4bagn0z89x5k2crgni" target="_blank" rel="noopener"&gt;Upgrading an Existing SAS 9.4 Deployment&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 10:35:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/link-option-not-working-in-proc-mi-FCS-logistic-statement/m-p/821266#M324233</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2022-07-01T10:35:11Z</dc:date>
    </item>
  </channel>
</rss>

