<?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: please tell what is wrong with my code in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/please-tell-what-is-wrong-with-my-code/m-p/541789#M7181</link>
    <description>&lt;P&gt;When you write&amp;nbsp;&lt;STRONG&gt;out=smb&lt;/STRONG&gt; your output is&amp;nbsp;&lt;STRONG&gt;work.smb, &lt;/STRONG&gt;that is in &lt;STRONG&gt;work&lt;/STRONG&gt; library&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To create the output in&amp;nbsp;&lt;STRONG&gt;class1&lt;/STRONG&gt; library you should use&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats&lt;/a&gt;&amp;nbsp; answer:&amp;nbsp; &lt;STRONG&gt;out=class1.smb&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 06:09:48 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2019-03-10T06:09:48Z</dc:date>
    <item>
      <title>please tell what is wrong with my code</title>
      <link>https://communities.sas.com/t5/SAS-Studio/please-tell-what-is-wrong-with-my-code/m-p/541783#M7178</link>
      <description>&lt;P&gt;libname class1 '/folders/myfolders/mysas';&lt;BR /&gt;proc import datafile='/folders/myfolders/mysas/smb.csv'&lt;BR /&gt;dbms=csv out=smb replace;&lt;BR /&gt;libname class2 '/folders/myfolders/mysas';&lt;BR /&gt;proc import datafile='/folders/myfolders/mysas/churners_and_labels.xls'&lt;BR /&gt;dbms=xls out=churners replace;sheet=labels;&lt;BR /&gt;DATA labels;&lt;BR /&gt;SET class1.smb(keep=PRODUCT_ID Year AON);&lt;BR /&gt;LABEL PRODUCT_ID="Line number";&lt;BR /&gt;Year="Year";&lt;BR /&gt;AON="Age on network";&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;gives error :-&lt;SPAN&gt; ERROR: File CLASS1.SMB.DATA does not exist.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 05:37:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/please-tell-what-is-wrong-with-my-code/m-p/541783#M7178</guid>
      <dc:creator>Shrutibhatnagar</dc:creator>
      <dc:date>2019-03-10T05:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: please tell what is wrong with my code</title>
      <link>https://communities.sas.com/t5/SAS-Studio/please-tell-what-is-wrong-with-my-code/m-p/541786#M7179</link>
      <description>&lt;P&gt;You have to say &lt;STRONG&gt;out=class1.smb&lt;/STRONG&gt; in your proc import statement.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 05:54:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/please-tell-what-is-wrong-with-my-code/m-p/541786#M7179</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2019-03-10T05:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: please tell what is wrong with my code</title>
      <link>https://communities.sas.com/t5/SAS-Studio/please-tell-what-is-wrong-with-my-code/m-p/541787#M7180</link>
      <description>&lt;P&gt;Please post the&amp;nbsp;&lt;EM&gt;whole&lt;/EM&gt; log of your code. Use the {i} button for posting logs (and the "little running man" for code).&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 05:56:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/please-tell-what-is-wrong-with-my-code/m-p/541787#M7180</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-03-10T05:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: please tell what is wrong with my code</title>
      <link>https://communities.sas.com/t5/SAS-Studio/please-tell-what-is-wrong-with-my-code/m-p/541789#M7181</link>
      <description>&lt;P&gt;When you write&amp;nbsp;&lt;STRONG&gt;out=smb&lt;/STRONG&gt; your output is&amp;nbsp;&lt;STRONG&gt;work.smb, &lt;/STRONG&gt;that is in &lt;STRONG&gt;work&lt;/STRONG&gt; library&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To create the output in&amp;nbsp;&lt;STRONG&gt;class1&lt;/STRONG&gt; library you should use&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats&lt;/a&gt;&amp;nbsp; answer:&amp;nbsp; &lt;STRONG&gt;out=class1.smb&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 06:09:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/please-tell-what-is-wrong-with-my-code/m-p/541789#M7181</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2019-03-10T06:09:48Z</dc:date>
    </item>
  </channel>
</rss>

