<?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: run time error for linear regression in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/run-time-error-for-linear-regression/m-p/257889#M3818</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I pasted the error message below:&lt;/P&gt;&lt;P&gt;ERROR: The SAS System stopped processing this step because of insufficient memory.&lt;BR /&gt;WARNING: The data set EMWS1.REG_EMESTIMATE may be incomplete. When this step was stopped there were 0 observations and 0 variables.&lt;BR /&gt;WARNING: The data set EMWS1.REG_OUTTERMS may be incomplete. When this step was stopped there were 0 observations and 0 variables.&lt;BR /&gt;WARNING: The data set EMWS1.REG_MAPDS may be incomplete. When this step was stopped there were 0 observations and 0 variables.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Mar 2016 01:02:13 GMT</pubDate>
    <dc:creator>student2</dc:creator>
    <dc:date>2016-03-21T01:02:13Z</dc:date>
    <item>
      <title>run time error for linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/run-time-error-for-linear-regression/m-p/257862#M3816</link>
      <description>&lt;P&gt;I'm not sure what this "run time error" means on SAS Enterprise Miner 14.1? On the log it says: &amp;nbsp;"&amp;nbsp;ERROR: Run time error was encountered. The system error returned was 1016.&amp;nbsp;Please report unresolved problems to Technical Support."&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1400 proc freq data=EMWS1.Reg_VariableSet noprint;&lt;BR /&gt;21401 table ROLE*LEVEL/out=WORK.RegMETA;&lt;BR /&gt;21402 run;&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 6 observations read from the data set EMWS1.REG_VARIABLESET.&lt;BR /&gt;NOTE: The data set WORK.REGMETA has 2 observations and 4 variables.&lt;BR /&gt;NOTE: PROCEDURE FREQ used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;user cpu time 0.01 seconds&lt;BR /&gt;system cpu time 0.00 seconds&lt;BR /&gt;memory 33848.12k&lt;BR /&gt;OS Memory 44936.00k&lt;BR /&gt;Timestamp 03/20/2016 07:06:17 PM&lt;BR /&gt;Step Count 1 Switch Count 0&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 408&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 1&lt;BR /&gt;Involuntary Context Switches 0&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 1320&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;21403 proc print data=WORK.RegMETA label noobs;&lt;BR /&gt;21404 var ROLE LEVEL COUNT;&lt;BR /&gt;21405 label ROLE = "%sysfunc(sasmsg(sashelp.dmine, meta_role_vlabel, NOQUOTE))" LEVEL = "%sysfunc(sasmsg(sashelp.dmine, meta_level_vlabel, NOQUOTE))" COUNT = "%sysfunc(sasmsg(sashelp.dmine, rpt_count_vlabel, NOQUOTE))";&lt;BR /&gt;21406 title9 ' ';&lt;BR /&gt;21407 title10 "%sysfunc(sasmsg(sashelp.dmine, rpt_varSummary_title , NOQUOTE))";&lt;BR /&gt;21408 run;&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 2 observations read from the data set WORK.REGMETA.&lt;BR /&gt;NOTE: The PROCEDURE PRINT printed page 1.&lt;BR /&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;user cpu time 0.00 seconds&lt;BR /&gt;system cpu time 0.00 seconds&lt;BR /&gt;memory 33848.12k&lt;BR /&gt;OS Memory 44936.00k&lt;BR /&gt;Timestamp 03/20/2016 07:06:17 PM&lt;BR /&gt;Step Count 1 Switch Count 6&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 563&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 24&lt;BR /&gt;Involuntary Context Switches 0&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;21409 title10;&lt;BR /&gt;21410 %let EMNORLEN = %DMNORLEN;&lt;BR /&gt;EMWS1.Part_TRAIN EMWS1.Part_TRAIN&lt;BR /&gt;EMWS1.Part_TRAIN EMWS1.Part_TRAIN EMWS1 Part_TRAIN&lt;BR /&gt;EMWS1.Part_TRAIN EMWS1.Part_TRAIN&lt;BR /&gt;EMWS1.Part_TRAIN EMWS1.Part_TRAIN EMWS1 Part_TRAIN&lt;BR /&gt;21457 data WORK.Reg_EVENT(KEEP=VARIABLE LABEL LEVEL EVENT NUMLEVELS ORDER);&lt;BR /&gt;21458 length ORDER $20;&lt;BR /&gt;21459 label VARIABLE = "%sysfunc(sasmsg(sashelp.dmine, rpt_target_vlabel, NOQUOTE))" EVENT = "%sysfunc(sasmsg(sashelp.dmine, assmt_event_vlabel, NOQUOTE))" NUMLEVELS = "%sysfunc(sasmsg(sashelp.dmine, rpt_numcat_vlabel, NOQUOTE))" LEVEL =&lt;BR /&gt;21460 "%sysfunc(sasmsg(sashelp.dmine, meta_level_vlabel, NOQUOTE))" ORDER = "%sysfunc(sasmsg(sashelp.dmine, meta_order_vlabel, NOQUOTE))" LABEL = "%sysfunc(sasmsg(sashelp.dmine, meta_label_vlabel, NOQUOTE))";&lt;BR /&gt;21461 set EMWS1.REG_HEATING_OIL_DM( where=(_TYPE_="TARGET"));&lt;BR /&gt;21462 NumLevels=178;&lt;BR /&gt;21463 select(upcase(ORDER));&lt;BR /&gt;21464 when('DESC') ORDER = 'Descending';&lt;BR /&gt;21465 when('ASC') ORDER = 'Ascending';&lt;BR /&gt;21466 when('FMTDESC') ORDER = 'Formatted Descending';&lt;BR /&gt;21467 when('FMTASC') ORDER = 'Formatted Ascending';&lt;BR /&gt;21468 otherwise ORDER = 'Descending';&lt;BR /&gt;21469 end;&lt;BR /&gt;21470 output;&lt;BR /&gt;21471 run;&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 1 observations read from the data set EMWS1.REG_HEATING_OIL_DM.&lt;BR /&gt;WHERE _TYPE_='TARGET';&lt;BR /&gt;NOTE: The data set WORK.REG_EVENT has 1 observations and 6 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;user cpu time 0.01 seconds&lt;BR /&gt;system cpu time 0.00 seconds&lt;BR /&gt;memory 33848.12k&lt;BR /&gt;OS Memory 44936.00k&lt;BR /&gt;Timestamp 03/20/2016 07:06:18 PM&lt;BR /&gt;Step Count 1 Switch Count 0&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 541&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 3&lt;BR /&gt;Involuntary Context Switches 0&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 264&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;21472 title9 ' ';&lt;BR /&gt;21473 proc print data=WORK.Reg_EVENT noobs label;&lt;BR /&gt;21474 var VARIABLE EVENT LEVEL NUMLEVELS ORDER LABEL;&lt;BR /&gt;21475 title9 ' ';&lt;BR /&gt;21476 title10 "%sysfunc(sasmsg(sashelp.dmine, rpt_modelEvent_title , NOQUOTE))";&lt;BR /&gt;21477 run;&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 1 observations read from the data set WORK.REG_EVENT.&lt;BR /&gt;NOTE: The PROCEDURE PRINT printed page 2.&lt;BR /&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;user cpu time 0.00 seconds&lt;BR /&gt;system cpu time 0.00 seconds&lt;BR /&gt;memory 35645.25k&lt;BR /&gt;OS Memory 47280.00k&lt;BR /&gt;Timestamp 03/20/2016 07:06:18 PM&lt;BR /&gt;Step Count 1 Switch Count 6&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 607&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 24&lt;BR /&gt;Involuntary Context Switches 0&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;21478 title10;&lt;BR /&gt;"No decisions defined for target "Heating_Oil"."&lt;BR /&gt;21479 proc print data = EMWS1.Reg_Heating_Oil_DM noobs label;&lt;BR /&gt;21480 var _type_ variable label;&lt;BR /&gt;21481 where _type_ ^in('MATRIX', 'DECISION', 'TRAINPRIOR', 'DATAPRIOR', 'DECPRIOR');&lt;BR /&gt;21482 label _TYPE_ = "%sysfunc(sasmsg(sashelp.dmine, rpt_type_vlabel, NOQUOTE))" VARIABLE = "%sysfunc(sasmsg(sashelp.dmine, rpt_variable_vlabel, NOQUOTE))" LABEL = "%sysfunc(sasmsg(sashelp.dmine, meta_label_vlabel, NOQUOTE))";&lt;BR /&gt;21483 title9 ' ';&lt;BR /&gt;21484 title10 "%sysfunc(sasmsg(sashelp.dmine, rpt_predDecVars_title , NOQUOTE))";&lt;BR /&gt;21485 run;&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 359 observations read from the data set EMWS1.REG_HEATING_OIL_DM.&lt;BR /&gt;WHERE _type_ not in ('DATAPRIOR', 'DECISION', 'DECPRIOR', 'MATRIX', 'TRAINPRIOR');&lt;BR /&gt;NOTE: The PROCEDURE PRINT printed page 3.&lt;BR /&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;user cpu time 0.01 seconds&lt;BR /&gt;system cpu time 0.00 seconds&lt;BR /&gt;memory 35645.25k&lt;BR /&gt;OS Memory 47280.00k&lt;BR /&gt;Timestamp 03/20/2016 07:06:18 PM&lt;BR /&gt;Step Count 1 Switch Count 6&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 590&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 25&lt;BR /&gt;Involuntary Context Switches 0&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;21486 title10;&lt;BR /&gt;NOTE: There were 178 observations read from the data set EMWS1.REG_HEATING_OIL_DD.&lt;BR /&gt;NOTE: The data set WORK.HEATING_OIL has 178 observations and 5 variables.&lt;BR /&gt;NOTE: There were 178 observations read from the data set EMWS1.REG_HEATING_OIL_DD.&lt;BR /&gt;NOTE: The data set WORK.HEATING_OIL has 178 observations and 5 variables.&lt;BR /&gt;21496 *------------------------------------------------------------*;&lt;BR /&gt;21497 * Reg: Create decision matrix;&lt;BR /&gt;21498 *------------------------------------------------------------*;&lt;BR /&gt;21499 data WORK.Heating_Oil;&lt;BR /&gt;21500 length Heating_Oil $ 32&lt;BR /&gt;21501 COUNT 8&lt;BR /&gt;21502 DATAPRIOR 8&lt;BR /&gt;21503 TRAINPRIOR 8&lt;BR /&gt;21504 DECPRIOR 8&lt;BR /&gt;21505 ;&lt;BR /&gt;21506&lt;BR /&gt;21507 label COUNT="Level Counts"&lt;BR /&gt;21508 DATAPRIOR="Data Proportions"&lt;BR /&gt;21509 TRAINPRIOR="Training Proportions"&lt;BR /&gt;21510 DECPRIOR="Decision Priors"&lt;BR /&gt;21511 ;&lt;BR /&gt;21512 format COUNT 10.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2016 19:23:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/run-time-error-for-linear-regression/m-p/257862#M3816</guid>
      <dc:creator>student2</dc:creator>
      <dc:date>2016-03-20T19:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: run time error for linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/run-time-error-for-linear-regression/m-p/257888#M3817</link>
      <description>&lt;P&gt;Can you do a Find of "ERROR&lt;STRONG&gt;:&lt;/STRONG&gt;" in the&amp;nbsp;the log from the Regression node&amp;nbsp;and paste in that section?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 00:17:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/run-time-error-for-linear-regression/m-p/257888#M3817</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2016-03-21T00:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: run time error for linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/run-time-error-for-linear-regression/m-p/257889#M3818</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I pasted the error message below:&lt;/P&gt;&lt;P&gt;ERROR: The SAS System stopped processing this step because of insufficient memory.&lt;BR /&gt;WARNING: The data set EMWS1.REG_EMESTIMATE may be incomplete. When this step was stopped there were 0 observations and 0 variables.&lt;BR /&gt;WARNING: The data set EMWS1.REG_OUTTERMS may be incomplete. When this step was stopped there were 0 observations and 0 variables.&lt;BR /&gt;WARNING: The data set EMWS1.REG_MAPDS may be incomplete. When this step was stopped there were 0 observations and 0 variables.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 01:02:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/run-time-error-for-linear-regression/m-p/257889#M3818</guid>
      <dc:creator>student2</dc:creator>
      <dc:date>2016-03-21T01:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: run time error for linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/run-time-error-for-linear-regression/m-p/258044#M3819</link>
      <description>&lt;P&gt;I can't see your the PROC DMREG code that is run from what you attached (I assume that is right above the errors you reported), but a&amp;nbsp;&lt;SPAN&gt;likely culprit is that &lt;/SPAN&gt;&lt;SPAN&gt;when the procedure tries to build the X'X matrix, there are either too many inputs or some input &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;variables that contain many levels and thus will make the procedure run &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;out of memory.&amp;nbsp;Can you see in the variables editor if there are any inputs marked as ordinal or nominal that have a large number of levels?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also are you using a selection method? &amp;nbsp;Using stepwise or forward selection might help.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 18:39:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/run-time-error-for-linear-regression/m-p/258044#M3819</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2016-03-21T18:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: run time error for linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/run-time-error-for-linear-regression/m-p/258392#M3824</link>
      <description>&lt;P&gt;Thank you for your help. I realized that some of my variables had too many levels and it was eating up all the memory.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 01:48:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/run-time-error-for-linear-regression/m-p/258392#M3824</guid>
      <dc:creator>student2</dc:creator>
      <dc:date>2016-03-23T01:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: run time error for linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/run-time-error-for-linear-regression/m-p/317501#M4774</link>
      <description>Error: Run time error was encountered. The system error returned was 1016.&lt;BR /&gt;&lt;BR /&gt;Please provide the solution</description>
      <pubDate>Thu, 08 Dec 2016 06:12:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/run-time-error-for-linear-regression/m-p/317501#M4774</guid>
      <dc:creator>RajeshUthirakum</dc:creator>
      <dc:date>2016-12-08T06:12:02Z</dc:date>
    </item>
  </channel>
</rss>

