<?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: Confirmatory Factor Analysis Error, Proc Calis, message file not found - how to fix error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Confirmatory-Factor-Analysis-Error-Proc-Calis-message-file-not/m-p/696560#M212786</link>
    <description>&lt;P&gt;I alerted a SAS developer who works on PROC CALIS. He says that&amp;nbsp;the missing message is from an optimization routine that CALIS calls. He believes that if CALIS runs, you can probably ignore the error about not finding the message file. It does not seem to be an error about the optimization or modeling fitting itself.&amp;nbsp;The routine might be trying to log a NOTE but for some reason cannot resolve the message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are not comfortable with this answer, then submit your program and data to Technical Support. If the problem is data dependent, that will enable the developer to discover which message is not available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is also possible that you have a corrupted message file, which would be a system/installation problem. Technical Support can also advise you on how to resolve that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Nov 2020 15:45:02 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2020-11-04T15:45:02Z</dc:date>
    <item>
      <title>Confirmatory Factor Analysis Error, Proc Calis, message file not found - how to fix error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Confirmatory-Factor-Analysis-Error-Proc-Calis-message-file-not/m-p/696391#M212697</link>
      <description>&lt;P&gt;The SAS version I'm using is 2016, 9.4 (TS1M6), SAS/STAT 15.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing an exploratory factor analysis and confirmatory factor analysis with 16 binary variables and keep getting this error for the confirmatory factor analysis (proc calis):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Convergence criterion (GCONV=1E-8) satisfied.&lt;BR /&gt;&lt;STRONG&gt;ERROR: Message file "t0l8en" is not found.&lt;/STRONG&gt;&lt;BR /&gt;NOTE: The data set MUR.OSTAT has 79 observations and 23 variables.&lt;BR /&gt;NOTE: PROCEDURE CALIS used (Total process time):&lt;BR /&gt;real time 2.61 seconds&lt;BR /&gt;cpu time 0.15 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas how to address this error? I just can't find anything on it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just in case it helps, here's my code. This is one way I ran it, I ran it a second way and had the same error with some additional warnings (below):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc calis data=mur.ms_medical_history3 outstat=mur.ostat;&lt;BR /&gt;lineqs&lt;BR /&gt;A1ATTENTIONMEMORYrc = p1 fONE + e1,&lt;BR /&gt;A1DIZZINESsrc=p2 fONE + e2,&lt;BR /&gt;A1DOUBLEVISIONrc = p3 fONE + e3,&lt;BR /&gt;A1EYEDISCOMFORTrc = p4 fONE + e4,&lt;BR /&gt;A1FATIGUErc = p5 fONE + e5,&lt;BR /&gt;A1SLURREDSPEECHrc = p6 fONE + e6,&lt;BR /&gt;A1WALKINGrc = p7 fTWO + e7,&lt;BR /&gt;A1MOVINGLIMBsrc=p8 fTWO + e8,&lt;BR /&gt;A1LOSSBALANCErc = p9 fTWO + e9,&lt;BR /&gt;A1COORDINATIONrc = p10 fTWO + e10,&lt;BR /&gt;A1WEAKNESSLIMBsrc=p11 fTWO + e11,&lt;BR /&gt;A1MUSCLESPASMsrc=p12 fTHR + e12,&lt;BR /&gt;A1PAINMUSCLESPASMsrc=p13 fTHR + e13,&lt;BR /&gt;A1NUMBNESsrc=p14 fFOU + e14,&lt;BR /&gt;A1TINGLINGLIMBsrc=p15 fFOU + e15,&lt;BR /&gt;A1VISIONLOSsrc=p16 fFOU + e16;&lt;BR /&gt;STD&lt;BR /&gt;e1-e16 = vare1-vare16,&lt;BR /&gt;fONE fTWO fTHR fFOU = 1 1 1 1;&lt;BR /&gt;COV&lt;BR /&gt;fONE fTWO = COV12,&lt;BR /&gt;fONE fTHR = COV13,&lt;BR /&gt;fONE fFOU = COV14,&lt;BR /&gt;fTWO fTHR = COV23,&lt;BR /&gt;fTWO fFOU = COV24,&lt;BR /&gt;fTHR fFOU = COV34;&lt;BR /&gt;pathdiagram diagram=standard useerr;&lt;BR /&gt;Run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is another way I ran it where I get the same error, with some additional warnings:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the log:&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: A utility disk data set is being used.&lt;BR /&gt;NOTE: Convergence criterion (GCONV=1E-8) satisfied.&lt;BR /&gt;&lt;STRONG&gt;WARNING: The estimated error variance for variable A1MUSCLESPASMSrc is negative.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;WARNING: Although all predicted variances for the observed variables and latent factors are&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;positive, the corresponding predicted covariance matrix is not positive definite.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;It has one negative eigenvalue.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: Message file "t0l8en" is not found.&lt;/STRONG&gt;&lt;BR /&gt;NOTE: The data set MUR.OSTAT has 97 observations and 23 variables.&lt;BR /&gt;NOTE: PROCEDURE CALIS used (Total process time):&lt;BR /&gt;real time 2.50 seconds&lt;BR /&gt;cpu time 0.25 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other way I coded it:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc calis data=mur.ms_medical_history3 method=wls modification outstat=mur.ostat;&lt;BR /&gt;Factor&lt;BR /&gt;ONE ===&amp;gt; A1ATTENTIONMEMORYrc A1DIZZINESSrc A1DOUBLEVISIONrc A1EYEDISCOMFORTrc A1FATIGUErc A1SLURREDSPEECHrc,&lt;BR /&gt;TWO ===&amp;gt; A1WALKINGrc A1MOVINGLIMBSrc A1LOSSBALANCErc A1COORDINATIONrc A1WEAKNESSLIMBSrc,&lt;BR /&gt;THR ===&amp;gt; A1MUSCLESPASMSrc A1PAINMUSCLESPASMSrc,&lt;BR /&gt;FOU ===&amp;gt; A1NUMBNESSrc A1TINGLINGLIMBSrc A1VISIONLOSSrc;&lt;BR /&gt;Pvar&lt;BR /&gt;ONE = 1.,&lt;BR /&gt;TWO = 1.,&lt;BR /&gt;THR = 1.,&lt;BR /&gt;FOU = 1.;&lt;BR /&gt;pathdiagram diagram=standard useerr;&lt;BR /&gt;Run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 02:49:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Confirmatory-Factor-Analysis-Error-Proc-Calis-message-file-not/m-p/696391#M212697</guid>
      <dc:creator>kjwainwright</dc:creator>
      <dc:date>2020-11-04T02:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Confirmatory Factor Analysis Error, Proc Calis, message file not found - how to fix error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Confirmatory-Factor-Analysis-Error-Proc-Calis-message-file-not/m-p/696560#M212786</link>
      <description>&lt;P&gt;I alerted a SAS developer who works on PROC CALIS. He says that&amp;nbsp;the missing message is from an optimization routine that CALIS calls. He believes that if CALIS runs, you can probably ignore the error about not finding the message file. It does not seem to be an error about the optimization or modeling fitting itself.&amp;nbsp;The routine might be trying to log a NOTE but for some reason cannot resolve the message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are not comfortable with this answer, then submit your program and data to Technical Support. If the problem is data dependent, that will enable the developer to discover which message is not available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is also possible that you have a corrupted message file, which would be a system/installation problem. Technical Support can also advise you on how to resolve that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 15:45:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Confirmatory-Factor-Analysis-Error-Proc-Calis-message-file-not/m-p/696560#M212786</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-11-04T15:45:02Z</dc:date>
    </item>
  </channel>
</rss>

