<?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 No variables specified for an SSCP matrix. Execution terminating warning.  Please help! in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/No-variables-specified-for-an-SSCP-matrix-Execution-terminating/m-p/148417#M39242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following proc reg statement, but for some reason, it gives me the &lt;SPAN style="color: #575757;"&gt;"&lt;SPAN style="font-family: Consolas, Courier, 'Courier New'; font-size: 10pt; background-color: #ffffff;"&gt;No variables specified for an SSCP matrix. Execution terminating."&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my proc reg statemen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc reg data = simdata_no_violations noprint outest = MyEst_no_violations;&lt;/P&gt;&lt;P&gt;&amp;nbsp; by sim;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if it was my by statement, but I'm not sure.&amp;nbsp; The sim variable is just the number of simulated dataset.&amp;nbsp; And at the moment, I have 5 simulated datasets from the dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know why that warning occurs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!, ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Feb 2015 23:01:12 GMT</pubDate>
    <dc:creator>xplicitator</dc:creator>
    <dc:date>2015-02-01T23:01:12Z</dc:date>
    <item>
      <title>No variables specified for an SSCP matrix. Execution terminating warning.  Please help!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/No-variables-specified-for-an-SSCP-matrix-Execution-terminating/m-p/148417#M39242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following proc reg statement, but for some reason, it gives me the &lt;SPAN style="color: #575757;"&gt;"&lt;SPAN style="font-family: Consolas, Courier, 'Courier New'; font-size: 10pt; background-color: #ffffff;"&gt;No variables specified for an SSCP matrix. Execution terminating."&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my proc reg statemen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc reg data = simdata_no_violations noprint outest = MyEst_no_violations;&lt;/P&gt;&lt;P&gt;&amp;nbsp; by sim;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if it was my by statement, but I'm not sure.&amp;nbsp; The sim variable is just the number of simulated dataset.&amp;nbsp; And at the moment, I have 5 simulated datasets from the dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know why that warning occurs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!, ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2015 23:01:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/No-variables-specified-for-an-SSCP-matrix-Execution-terminating/m-p/148417#M39242</guid>
      <dc:creator>xplicitator</dc:creator>
      <dc:date>2015-02-01T23:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: No variables specified for an SSCP matrix. Execution terminating warning.  Please help!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/No-variables-specified-for-an-SSCP-matrix-Execution-terminating/m-p/148418#M39243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have no model statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2015 23:26:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/No-variables-specified-for-an-SSCP-matrix-Execution-terminating/m-p/148418#M39243</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-02-01T23:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: No variables specified for an SSCP matrix. Execution terminating warning.  Please help!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/No-variables-specified-for-an-SSCP-matrix-Execution-terminating/m-p/148419#M39244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case others come here wondering. In my case I was receiving the same error after I had copied my code from a proc logistic step to a proc reg step. After deleting DESCENDING the code worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ORIGINAL SAS CODE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;Proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;&lt;STRONG&gt;reg&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;data&lt;/SPAN&gt;=data_source DESCENDING;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;model&lt;/SPAN&gt; dependent = V1 V2 V3 V4;&lt;/P&gt;&lt;P class="p2"&gt;TITLE&lt;SPAN class="s3"&gt; &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;"F"&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN class="s3"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s3"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s3"&gt;&lt;STRONG&gt;MODIFIED SAS CODE:&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;Proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;&lt;STRONG&gt;reg&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;data&lt;/SPAN&gt;=data_source;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="s2"&gt;model&lt;/SPAN&gt; dependent = V1 V2 V3 V4;&lt;/P&gt;&lt;P class="p2" style="font-size: 13.3333330154419px;"&gt;TITLE&lt;SPAN class="s3"&gt; &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;"F"&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3" style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN class="s3"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 20:49:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/No-variables-specified-for-an-SSCP-matrix-Execution-terminating/m-p/148419#M39244</guid>
      <dc:creator>SAS_SOS</dc:creator>
      <dc:date>2015-02-19T20:49:35Z</dc:date>
    </item>
  </channel>
</rss>

