<?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 Need help with libname perm file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Need-help-with-libname-perm-file/m-p/331582#M271927</link>
    <description>&lt;P&gt;Hi all! I have been tasked to created a permanet file from a csv.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had no problem creating one with another SAS file, but for whatever reason, I am getting this error message in the log:&lt;/P&gt;&lt;P&gt;33 libname sasclass "C:\Users\Jack's PC\Desktop\SAS\Week 4";&lt;/P&gt;&lt;P&gt;NOTE: Libref SASCLASS was successfully assigned as follows:&lt;/P&gt;&lt;P&gt;Engine: V9&lt;/P&gt;&lt;P&gt;Physical Name: C:\Users\Jack's PC\Desktop\SAS\Week 4&lt;/P&gt;&lt;P&gt;34 data exercise1;&lt;/P&gt;&lt;P&gt;35 set sasclass.exercise1;&lt;/P&gt;&lt;P&gt;36 run;&lt;/P&gt;&lt;P&gt;NOTE: There were 609 observations read from the data set SASCLASS.EXERCISE1.&lt;/P&gt;&lt;P&gt;NOTE: The data set WORK.EXERCISE1 has 609 observations and 6 variables.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;real time 0.03 seconds&lt;/P&gt;&lt;P&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This was my program code:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;libname&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; sasclass &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"C:\Users\Jack's PC\Desktop\SAS\Week 4"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Dataforproblem1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;set&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; sasclass.Dataforproblem1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Any help would be much appreciated! Thank you! &lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2017 16:20:21 GMT</pubDate>
    <dc:creator>abrunchofcats</dc:creator>
    <dc:date>2017-02-10T16:20:21Z</dc:date>
    <item>
      <title>Need help with libname perm file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-with-libname-perm-file/m-p/331582#M271927</link>
      <description>&lt;P&gt;Hi all! I have been tasked to created a permanet file from a csv.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had no problem creating one with another SAS file, but for whatever reason, I am getting this error message in the log:&lt;/P&gt;&lt;P&gt;33 libname sasclass "C:\Users\Jack's PC\Desktop\SAS\Week 4";&lt;/P&gt;&lt;P&gt;NOTE: Libref SASCLASS was successfully assigned as follows:&lt;/P&gt;&lt;P&gt;Engine: V9&lt;/P&gt;&lt;P&gt;Physical Name: C:\Users\Jack's PC\Desktop\SAS\Week 4&lt;/P&gt;&lt;P&gt;34 data exercise1;&lt;/P&gt;&lt;P&gt;35 set sasclass.exercise1;&lt;/P&gt;&lt;P&gt;36 run;&lt;/P&gt;&lt;P&gt;NOTE: There were 609 observations read from the data set SASCLASS.EXERCISE1.&lt;/P&gt;&lt;P&gt;NOTE: The data set WORK.EXERCISE1 has 609 observations and 6 variables.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;real time 0.03 seconds&lt;/P&gt;&lt;P&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This was my program code:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;libname&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; sasclass &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"C:\Users\Jack's PC\Desktop\SAS\Week 4"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Dataforproblem1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;set&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; sasclass.Dataforproblem1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Any help would be much appreciated! Thank you! &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 16:20:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-with-libname-perm-file/m-p/331582#M271927</guid>
      <dc:creator>abrunchofcats</dc:creator>
      <dc:date>2017-02-10T16:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with libname perm file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-with-libname-perm-file/m-p/331592#M271928</link>
      <description>&lt;P&gt;I don't see the error. At the same time, I don't see where you're doing anything with a CSV, so I'm not really sure what you're trying to do or what problems you're having based on the code and log you've presented. Are you trying to create a SAS data set from a CSV? Where is your code that is trying to do that?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 16:39:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-with-libname-perm-file/m-p/331592#M271928</guid>
      <dc:creator>collinelliot</dc:creator>
      <dc:date>2017-02-10T16:39:05Z</dc:date>
    </item>
  </channel>
</rss>

