<?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 How do I get data into my libraries? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-data-into-my-libraries/m-p/794025#M32780</link>
    <description>&lt;P&gt;Hi! I'm on Lesson 2 of the SAS Essentials course. In "Demo: Exploring Course Libraries" I realized that I was creating library references that appeared in the library tab, but they aren't saving any tables/data, and I can't save any data to them without getting error messages. I double-checked that my code is correct and I'm saving it with the right file paths, .sas, and referencing the right data, but nothing seems to be working.&lt;/P&gt;&lt;P&gt;I used this code: libname pg1 "/home/u60722693/EPG1V2"; and double-checked that I got the location right. I run the code, no errors, but then the library PG1 doesn't have any tables in it. I have this problem again during the demo section called "Exploring SAS Automatic Libraries" where I successfully create the library reference OUT, but then when I try to save data tables to it, I get error messages. Please help!&lt;/P&gt;</description>
    <pubDate>Wed, 02 Feb 2022 14:44:08 GMT</pubDate>
    <dc:creator>rtomiak</dc:creator>
    <dc:date>2022-02-02T14:44:08Z</dc:date>
    <item>
      <title>How do I get data into my libraries?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-data-into-my-libraries/m-p/794025#M32780</link>
      <description>&lt;P&gt;Hi! I'm on Lesson 2 of the SAS Essentials course. In "Demo: Exploring Course Libraries" I realized that I was creating library references that appeared in the library tab, but they aren't saving any tables/data, and I can't save any data to them without getting error messages. I double-checked that my code is correct and I'm saving it with the right file paths, .sas, and referencing the right data, but nothing seems to be working.&lt;/P&gt;&lt;P&gt;I used this code: libname pg1 "/home/u60722693/EPG1V2"; and double-checked that I got the location right. I run the code, no errors, but then the library PG1 doesn't have any tables in it. I have this problem again during the demo section called "Exploring SAS Automatic Libraries" where I successfully create the library reference OUT, but then when I try to save data tables to it, I get error messages. Please help!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 14:44:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-data-into-my-libraries/m-p/794025#M32780</guid>
      <dc:creator>rtomiak</dc:creator>
      <dc:date>2022-02-02T14:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get data into my libraries?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-data-into-my-libraries/m-p/794026#M32781</link>
      <description>&lt;P&gt;can you please include the log&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 14:46:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-data-into-my-libraries/m-p/794026#M32781</guid>
      <dc:creator>CarmineVerrell</dc:creator>
      <dc:date>2022-02-02T14:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get data into my libraries?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-data-into-my-libraries/m-p/794097#M32790</link>
      <description>So did you upload the  createdataPG1v2_oda.sas program to your EPG1V2 folder?  You should be able to run that program &amp;amp; it will create the subfolders &amp;amp; create the data.  The data will actually be in a subfolder /home/u60722693/EPG1V2/data &amp;amp; that is where you should assign the library PG1&lt;BR /&gt;&lt;BR /&gt;libname pg1 "/home/u60722693/EPG1V2/data";  &lt;BR /&gt;or you can use:&lt;BR /&gt;libname pg1 "~/EPG1V2/data";&lt;BR /&gt;~ will point to your user folder (i.e. /home/u60722693/)</description>
      <pubDate>Wed, 02 Feb 2022 20:25:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-get-data-into-my-libraries/m-p/794097#M32790</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2022-02-02T20:25:04Z</dc:date>
    </item>
  </channel>
</rss>

