<?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: FCS function won't run in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249993#M13157</link>
    <description>&lt;P&gt;If you have a chance give it a try in SAS UE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Beyond that I'm out of idea's, but I'm also not familiar with PROC MI so someone else may be able to point out where the mistake/issue is.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also contact SAS tech support, they're very quick and helpful.&lt;/P&gt;</description>
    <pubDate>Sun, 14 Feb 2016 19:18:59 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-02-14T19:18:59Z</dc:date>
    <item>
      <title>FCS function won't run</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249928#M13143</link>
      <description>&lt;P&gt;I'm running 9.3, updated this year.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can't get this code to run. Specifically, the fcs function stays&amp;nbsp;red. I have moved the line of code after the var statement and it doesn't tun there either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mi data= diss2.logit nimpute=20 out=mi_fcs seed= 9455;&lt;BR /&gt;class fam_parentalc fam_illegal fam_hit fam_placedout&lt;BR /&gt;fam_moves fam_poor fc_nonrel fc_rel fc_grp fam_context&lt;BR /&gt;depressed anxiety attch sexplus race best;&lt;BR /&gt;FCS logistic (race best /link=glogit);&lt;BR /&gt;var fam_parentalc fam_illegal fam_hit fam_placedout&lt;BR /&gt;fam_moves fam_poor fc_nonrel fc_rel fc_grp fam_context&lt;BR /&gt;depressed anxiety attch sexplus age grade race best;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2016 02:41:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249928#M13143</guid>
      <dc:creator>Bruceluz</dc:creator>
      <dc:date>2016-02-14T02:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: FCS function won't run</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249930#M13144</link>
      <description>&lt;P&gt;What do you mean by not run? The editor highlighting isn't perfect so that's not a perfect indicator. What errors are you receiving?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FCS is in the SAS 9.3 documentation so it should be valid.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2016 03:14:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249930#M13144</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-14T03:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: FCS function won't run</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249987#M13152</link>
      <description>&lt;P&gt;Thank you for the quick response! Here is the error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;WARNING: The data set WORK.MI_FCS may be incomplete. When this step was stopped there were 0&lt;BR /&gt;observations and 0 variables.&lt;BR /&gt;3354 class fam_parentalc fam_illegal fam_hit fam_placedout&lt;BR /&gt;3355 fam_moves fam_poor fc_nonrel fc_rel fc_grp fam_context&lt;BR /&gt;3356 depressed anxiety attch sexplus race best;&lt;BR /&gt;3357 fcs logistic (race best /link=glogit);&lt;BR /&gt;----&lt;BR /&gt;22&lt;BR /&gt;202&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ), DESC, DESCENDING, DETAILS, K,&lt;BR /&gt;ORDER, PCOV, PRIOR.&lt;BR /&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;BR /&gt;3358 var fam_parentalc fam_illegal fam_hit fam_placedout&lt;BR /&gt;3359 fam_moves fam_poor fc_nonrel fc_rel fc_grp fam_context&lt;BR /&gt;3360 depressed anxiety attch sexplus age grade race best;&lt;BR /&gt;3361 run;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2016 19:00:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249987#M13152</guid>
      <dc:creator>Bruceluz</dc:creator>
      <dc:date>2016-02-14T19:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: FCS function won't run</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249989#M13154</link>
      <description>&lt;P&gt;Can you post the results from PROC SETINIT;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My guess is you don't have a version that supports that option.&lt;/P&gt;
&lt;P&gt;Otherwise the error looks like one when you forget to specify something...should something else be specified in your CLASS statement?&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2016 19:04:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249989#M13154</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-14T19:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: FCS function won't run</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249990#M13155</link>
      <description>&lt;P&gt;PROCEDURE SETINIT used (Total process time):&lt;BR /&gt;real time 0.08 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;Original site validation data&lt;BR /&gt;Site name: 'UNIVERSITY OF CHICAGO - SFA T&amp;amp;R'.&lt;BR /&gt;Site number: 70080553.&lt;BR /&gt;Expiration: 30JUN2016.&lt;BR /&gt;Grace Period: 45 days (ending 14AUG2016).&lt;BR /&gt;Warning Period: 45 days (ending 28SEP2016).&lt;BR /&gt;System birthday: 10JUN2015.&lt;BR /&gt;Operating System: WX64_WKS.&lt;BR /&gt;Product expiration dates:&lt;BR /&gt;---Base SAS Software&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/STAT&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/GRAPH&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/ETS&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/FSP&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/OR&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/AF&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/IML&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/QC&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/SHARE&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/LAB&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/ASSIST&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/CONNECT&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/INSIGHT&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/EIS&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/GIS&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/SHARE*NET&lt;BR /&gt;30JUN2016&lt;BR /&gt;---MDDB Server common products&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS Integration Technologies&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/Secure Windows&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS Enterprise Guide&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS Bridge for ESRI&lt;BR /&gt;30JUN2016&lt;BR /&gt;---OR OPT&lt;BR /&gt;30JUN2016&lt;BR /&gt;---OR PRS&lt;BR /&gt;30JUN2016&lt;BR /&gt;---OR IVS&lt;BR /&gt;30JUN2016&lt;BR /&gt;---OR LSO&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/ACCESS Interface to DB2&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/ACCESS Interface to Oracle&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/ACCESS Interface to Sybase&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/ACCESS Interface to PC Files&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/ACCESS Interface to ODBC&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/ACCESS Interface to OLE DB&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/ACCESS Interface to Teradata&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/ACCESS Interface to MySQL&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/IML Studio&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS Workspace Server for Local Access&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/ACCESS Interface to Netezza&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/ACCESS Interface to Aster nCluster&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/ACCESS Interface to Greenplum&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS/ACCESS Interface to Sybase IQ&lt;BR /&gt;30JUN2016&lt;BR /&gt;---DataFlux Trans DB Driver&lt;BR /&gt;30JUN2016&lt;BR /&gt;---SAS Framework Data Server&lt;BR /&gt;30JUN2016&lt;BR /&gt;---Reserved for Dataflux&lt;BR /&gt;30JUN2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2016 19:07:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249990#M13155</guid>
      <dc:creator>Bruceluz</dc:creator>
      <dc:date>2016-02-14T19:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: FCS function won't run</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249993#M13157</link>
      <description>&lt;P&gt;If you have a chance give it a try in SAS UE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Beyond that I'm out of idea's, but I'm also not familiar with PROC MI so someone else may be able to point out where the mistake/issue is.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also contact SAS tech support, they're very quick and helpful.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2016 19:18:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249993#M13157</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-14T19:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: FCS function won't run</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249994#M13158</link>
      <description>&lt;P&gt;If you have a chance give it a try in SAS UE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Beyond that I'm out of idea's, but I'm also not familiar with PROC MI so someone else may be able to point out where the mistake/issue is.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also contact SAS tech support, they're very quick and helpful.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2016 19:18:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249994#M13158</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-14T19:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: FCS function won't run</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249995#M13159</link>
      <description>&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2016 19:25:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/249995#M13159</guid>
      <dc:creator>Bruceluz</dc:creator>
      <dc:date>2016-02-14T19:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: FCS function won't run</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/250007#M13164</link>
      <description>&lt;P&gt;your&amp;nbsp;&lt;SPAN&gt;FCS statement doesn't look right. When you do LOGISTIC impute ,you need specify the imputed(class)&amp;nbsp;variable(race is a class variable) at left and specify influence(continuous)&amp;nbsp;varables(best is a numeric or continuous variable) at right &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Like:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FCS logistic (race=best );&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and remember put all the continuous variable which are in VAR statement before the CALSS variables which are in CLASS statement.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 01:38:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/FCS-function-won-t-run/m-p/250007#M13164</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-02-15T01:38:20Z</dc:date>
    </item>
  </channel>
</rss>

