<?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: Need help with some SAS coding in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Need-help-with-some-SAS-coding/m-p/241497#M308943</link>
    <description>&lt;P&gt;The foreign message is telling that the SAS dataset is converted to a native one while processing.&lt;BR /&gt;You are having either a binary copy of a different SAS system or some old SAS version. &amp;nbsp;&amp;nbsp;&lt;BR /&gt;That one doesn't&amp;nbsp; hurt you now...&lt;BR /&gt;&lt;BR /&gt;The error is telling you codes the proc reg&amp;nbsp; pacjage wrong. RE-check it very detailed and look where the underscore is pointing &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_reg_syntax01.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_reg_syntax01.htm&lt;/A&gt;&lt;BR /&gt;look at the output statement I cannot find it in the syntax the way you have coded&lt;/P&gt;</description>
    <pubDate>Sat, 02 Jan 2016 12:41:50 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2016-01-02T12:41:50Z</dc:date>
    <item>
      <title>Need help with some SAS coding</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-with-some-SAS-coding/m-p/241493#M308941</link>
      <description>&lt;DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;55&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;56 proc reg data=adnanlib.crime;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Data file ADNANLIB.CRIME.DATA is in a format that is native to another host, or the file encoding does not match the session&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;encoding. Cross Environment Data Access will be used, which might require additional CPU resources and might reduce&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;performance.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;57 model crime=pctmetro poverty single;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;58 output out=crime1res(keep=crime pctmetro poverty single r lev cd diffit)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;59 r=rstudent h=lev cd=cookd dffits=dffit;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;_&lt;/DIV&gt;&lt;DIV class="sasError"&gt;22&lt;/DIV&gt;&lt;DIV class="sasError"&gt;76&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;NOTE: The previous statement has been deleted.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR 22-322: Syntax error, expecting one of the following: COOKD, COVRATIO, DFFITS, H, L95, L95M, LCL, LCLM, OUT, P, PRED,&lt;/DIV&gt;&lt;DIV class="sasError"&gt;PREDICTED, PRESS, R, RESIDUAL, RSTUDENT, STDI, STDP, STDR, STUDENT, U95, U95M, UCL, UCLM.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;60 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;60 !&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;61&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;62 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: Data set WORK.CRIME1RES was not replaced because new file is incomplete.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;74&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 02 Jan 2016 07:17:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-with-some-SAS-coding/m-p/241493#M308941</guid>
      <dc:creator>karar1472</dc:creator>
      <dc:date>2016-01-02T07:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with some SAS coding</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-with-some-SAS-coding/m-p/241495#M308942</link>
      <description>&lt;P&gt;You can use PROC CONTENTS to view the file and see what is the problem. It might be best to "convert" the file in a DATA step to a SAS file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See &lt;A href="http://support.sas.com/documentation/cdl/en/movefile/59598/HTML/default/viewer.htm#a001003262.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/movefile/59598/HTML/default/viewer.htm#a001003262.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Norman.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jan 2016 08:02:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-with-some-SAS-coding/m-p/241495#M308942</guid>
      <dc:creator>Norman21</dc:creator>
      <dc:date>2016-01-02T08:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with some SAS coding</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-with-some-SAS-coding/m-p/241497#M308943</link>
      <description>&lt;P&gt;The foreign message is telling that the SAS dataset is converted to a native one while processing.&lt;BR /&gt;You are having either a binary copy of a different SAS system or some old SAS version. &amp;nbsp;&amp;nbsp;&lt;BR /&gt;That one doesn't&amp;nbsp; hurt you now...&lt;BR /&gt;&lt;BR /&gt;The error is telling you codes the proc reg&amp;nbsp; pacjage wrong. RE-check it very detailed and look where the underscore is pointing &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_reg_syntax01.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_reg_syntax01.htm&lt;/A&gt;&lt;BR /&gt;look at the output statement I cannot find it in the syntax the way you have coded&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jan 2016 12:41:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-with-some-SAS-coding/m-p/241497#M308943</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2016-01-02T12:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with some SAS coding</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-with-some-SAS-coding/m-p/241500#M308944</link>
      <description>In Proc Reg, CD is not a valid option. Also, double check your KEEP statement, the last variable looks to be misspelled.</description>
      <pubDate>Sat, 02 Jan 2016 13:51:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-with-some-SAS-coding/m-p/241500#M308944</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-02T13:51:02Z</dc:date>
    </item>
  </channel>
</rss>

