<?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: proc reg output option not creating new dataset in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-output-option-not-creating-new-dataset/m-p/301700#M60645</link>
    <description>&lt;P class="p1"&gt;1&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/P&gt;&lt;P class="p2"&gt;NOTE: ODS statements in the SAS Studio environment may disable some output features.&lt;/P&gt;&lt;P class="p1"&gt;56&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;57 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;ods graphics on;&lt;/P&gt;&lt;P class="p1"&gt;58 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;title "Preliminary Regression model on Systolic Blood Pressure data";&lt;/P&gt;&lt;P class="p1"&gt;59 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;proc reg data=work.assignment42 plots=predictions(X=AGE smooth);&lt;/P&gt;&lt;P class="p1"&gt;60 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;model SYSBP=AGE/clb clm;&lt;/P&gt;&lt;P class="p1"&gt;61 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;plot SYSBP*AGE;&lt;/P&gt;&lt;P class="p1"&gt;62 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;output out=new3 predicted=pred residual=resid lclm=lowerbndm uclm=upperbndm;&lt;/P&gt;&lt;P class="p1"&gt;63 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;run;&lt;/P&gt;&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p4"&gt;ERROR: Appendage SASXGANO not found, unable to produce graphics.&lt;/P&gt;&lt;P class="p2"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P class="p5"&gt;WARNING: The data set WORK.NEW3 may be incomplete.&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;When this step was stopped there were 0 observations and 0 variables.&lt;/P&gt;&lt;P class="p5"&gt;WARNING: Data set WORK.NEW3 was not replaced because this step was stopped.&lt;/P&gt;&lt;P class="p2"&gt;NOTE: PROCEDURE REG used (Total process time):&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;real time &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;3.39 seconds&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;cpu time&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;1.88 seconds&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;64 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;ods graphics off;&lt;/P&gt;&lt;P class="p1"&gt;65 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;quit;&lt;/P&gt;&lt;P class="p1"&gt;66&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;67 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/P&gt;&lt;P class="p1"&gt;79&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Sep 2016 05:01:24 GMT</pubDate>
    <dc:creator>arigarza</dc:creator>
    <dc:date>2016-09-30T05:01:24Z</dc:date>
    <item>
      <title>proc reg output option not creating new dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-output-option-not-creating-new-dataset/m-p/301692#M60642</link>
      <description>&lt;P&gt;Hello all!&lt;/P&gt;&lt;P&gt;&amp;nbsp;I'm trying to perform a proc reg procedure and add an output dataset with residuals, predicted values, confidence intervals etc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;title "Preliminary Regression model on Systolic Blood Pressure data";&lt;BR /&gt;proc reg data=work.assignment42 plots=predictions(X=AGE smooth);&lt;BR /&gt;model SYSBP=AGE/clb clm;&lt;BR /&gt;plot SYSBP*AGE;&lt;BR /&gt;output out=new3 predicted=pred residual=resid lclm=lowerbndm uclm=upperbndm;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after I run this program, the regression is performed and i get all the parameters/plots, etc... however my new dataset is not created, I get an error message saying: "the table "work.new3" cannot be opened because it does not contain any colums"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea why this might be?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 04:01:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-reg-output-option-not-creating-new-dataset/m-p/301692#M60642</guid>
      <dc:creator>arigarza</dc:creator>
      <dc:date>2016-09-30T04:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: proc reg output option not creating new dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-output-option-not-creating-new-dataset/m-p/301696#M60643</link>
      <description>&lt;P&gt;Post your log from regression.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 04:14:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-reg-output-option-not-creating-new-dataset/m-p/301696#M60643</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-30T04:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: proc reg output option not creating new dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-output-option-not-creating-new-dataset/m-p/301700#M60645</link>
      <description>&lt;P class="p1"&gt;1&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/P&gt;&lt;P class="p2"&gt;NOTE: ODS statements in the SAS Studio environment may disable some output features.&lt;/P&gt;&lt;P class="p1"&gt;56&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;57 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;ods graphics on;&lt;/P&gt;&lt;P class="p1"&gt;58 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;title "Preliminary Regression model on Systolic Blood Pressure data";&lt;/P&gt;&lt;P class="p1"&gt;59 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;proc reg data=work.assignment42 plots=predictions(X=AGE smooth);&lt;/P&gt;&lt;P class="p1"&gt;60 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;model SYSBP=AGE/clb clm;&lt;/P&gt;&lt;P class="p1"&gt;61 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;plot SYSBP*AGE;&lt;/P&gt;&lt;P class="p1"&gt;62 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;output out=new3 predicted=pred residual=resid lclm=lowerbndm uclm=upperbndm;&lt;/P&gt;&lt;P class="p1"&gt;63 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;run;&lt;/P&gt;&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p4"&gt;ERROR: Appendage SASXGANO not found, unable to produce graphics.&lt;/P&gt;&lt;P class="p2"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P class="p5"&gt;WARNING: The data set WORK.NEW3 may be incomplete.&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;When this step was stopped there were 0 observations and 0 variables.&lt;/P&gt;&lt;P class="p5"&gt;WARNING: Data set WORK.NEW3 was not replaced because this step was stopped.&lt;/P&gt;&lt;P class="p2"&gt;NOTE: PROCEDURE REG used (Total process time):&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;real time &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;3.39 seconds&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;cpu time&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;1.88 seconds&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;64 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;ods graphics off;&lt;/P&gt;&lt;P class="p1"&gt;65 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;quit;&lt;/P&gt;&lt;P class="p1"&gt;66&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;67 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/P&gt;&lt;P class="p1"&gt;79&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 05:01:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-reg-output-option-not-creating-new-dataset/m-p/301700#M60645</guid>
      <dc:creator>arigarza</dc:creator>
      <dc:date>2016-09-30T05:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: proc reg output option not creating new dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-output-option-not-creating-new-dataset/m-p/301703#M60646</link>
      <description>&lt;P&gt;The log clearly indicates an issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note the error message.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using SAS UE?&lt;/P&gt;
&lt;P&gt;If so, the PLOT statement is not supported in this edition as it requires the SAS GRAPH license which is not included.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Workarounds are indicated here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Analytics-U/Appendage-SASXGANO-not-found/td-p/145480" target="_blank"&gt;https://communities.sas.com/t5/SAS-Analytics-U/Appendage-SASXGANO-not-found/td-p/145480&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 05:37:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-reg-output-option-not-creating-new-dataset/m-p/301703#M60646</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-30T05:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: proc reg output option not creating new dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-output-option-not-creating-new-dataset/m-p/301755#M60650</link>
      <description>&lt;P&gt;I removed the plots statement and it worked perfectly, thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 14:00:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-reg-output-option-not-creating-new-dataset/m-p/301755#M60650</guid>
      <dc:creator>arigarza</dc:creator>
      <dc:date>2016-09-30T14:00:54Z</dc:date>
    </item>
  </channel>
</rss>

