<?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 I need help with coding in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/I-need-help-with-coding/m-p/38596#M1614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rel_analysis in the first SET statment is a temporary dataset.&amp;nbsp; To avoid running the previous code each time, you need to save the output to a permanent dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Oct 2011 18:50:18 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2011-10-31T18:50:18Z</dc:date>
    <item>
      <title>I need help with coding</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/I-need-help-with-coding/m-p/38595#M1613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a permanent data set from another dataset and coding that was created.&amp;nbsp; this is my code but it is not working.&amp;nbsp; Each time I still have to run the previous codes to be able to run my own codes.&amp;nbsp; I am not sure what I am doing wrong. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Libname tume "c/documents and settings/filename";&lt;/P&gt;&lt;P&gt;options fmtsearch=(tume);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data rel_analysis_bin;&lt;/P&gt;&lt;P&gt;set&amp;nbsp; rel_analysis; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data tume.rel_analysis_bin;&lt;/P&gt;&lt;P&gt;set rel_analysis_bin;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what I am doing incorrect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 18:13:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/I-need-help-with-coding/m-p/38595#M1613</guid>
      <dc:creator>Julie</dc:creator>
      <dc:date>2011-10-31T18:13:21Z</dc:date>
    </item>
    <item>
      <title>I need help with coding</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/I-need-help-with-coding/m-p/38596#M1614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rel_analysis in the first SET statment is a temporary dataset.&amp;nbsp; To avoid running the previous code each time, you need to save the output to a permanent dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 18:50:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/I-need-help-with-coding/m-p/38596#M1614</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-10-31T18:50:18Z</dc:date>
    </item>
    <item>
      <title>I need help with coding</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/I-need-help-with-coding/m-p/38597#M1615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Doc's comments:&lt;/P&gt;&lt;P&gt;(1) is there a directory, under your c/documents and settings/ named filename?&amp;nbsp; In the libname statement you must be pointing to an existing directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) In the rollowing datastep, did the temporary file rel_analysis already exist before you ran the code?&amp;nbsp; Regardless, I don't see the point of this datastep.&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;data rel_analysis_bin;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;set&amp;nbsp; rel_analysis; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(3) If the temporary file rel_analysis exists, your last datastep only needs to be:&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;data tume.rel_analysis_bin;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&amp;nbsp; set rel_analysis&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 19:54:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/I-need-help-with-coding/m-p/38597#M1615</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-10-31T19:54:29Z</dc:date>
    </item>
  </channel>
</rss>

