<?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 Problems using the EG course material. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problems-using-the-EG-course-material/m-p/22532#M3530</link>
    <description>Hi there,&lt;BR /&gt;
&lt;BR /&gt;
I am pretty new to SAS so this may be a daft query. I am working my way through some course material on EG and have been happily opening and maniupulating the supplied datasets in my own projects.&lt;BR /&gt;
&lt;BR /&gt;
The problem is when I open one of the readymade supplied projects, the datasets in the project flow point to the WORK library e.g. WORK.MNTH8_2007. &lt;BR /&gt;
&lt;BR /&gt;
The work library is essentially empty so I get an error when I try to open them. &lt;BR /&gt;
&lt;BR /&gt;
I do have these datasets (e.g. MNTH8_2007) in a folder on my own drive but am unsure how to utilise them in this scenario.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
John</description>
    <pubDate>Fri, 04 Mar 2011 17:02:32 GMT</pubDate>
    <dc:creator>SaintRegent</dc:creator>
    <dc:date>2011-03-04T17:02:32Z</dc:date>
    <item>
      <title>Problems using the EG course material.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problems-using-the-EG-course-material/m-p/22532#M3530</link>
      <description>Hi there,&lt;BR /&gt;
&lt;BR /&gt;
I am pretty new to SAS so this may be a daft query. I am working my way through some course material on EG and have been happily opening and maniupulating the supplied datasets in my own projects.&lt;BR /&gt;
&lt;BR /&gt;
The problem is when I open one of the readymade supplied projects, the datasets in the project flow point to the WORK library e.g. WORK.MNTH8_2007. &lt;BR /&gt;
&lt;BR /&gt;
The work library is essentially empty so I get an error when I try to open them. &lt;BR /&gt;
&lt;BR /&gt;
I do have these datasets (e.g. MNTH8_2007) in a folder on my own drive but am unsure how to utilise them in this scenario.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
John</description>
      <pubDate>Fri, 04 Mar 2011 17:02:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problems-using-the-EG-course-material/m-p/22532#M3530</guid>
      <dc:creator>SaintRegent</dc:creator>
      <dc:date>2011-03-04T17:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using the EG course material.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problems-using-the-EG-course-material/m-p/22533#M3531</link>
      <description>Hello Saint Regent,&lt;BR /&gt;
&lt;BR /&gt;
You can simply copy the dataset to work library like this:&lt;BR /&gt;
[pre]&lt;BR /&gt;
libname my 'C:\MyLib';&lt;BR /&gt;
data MNTH8_2007;&lt;BR /&gt;
  set my.MNTH8_2007;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
where C:\MyLib is a folder on your drive contaning the dataset.&lt;BR /&gt;
&lt;BR /&gt;
Sincerely,&lt;BR /&gt;
SPR</description>
      <pubDate>Fri, 04 Mar 2011 20:38:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problems-using-the-EG-course-material/m-p/22533#M3531</guid>
      <dc:creator>SPR</dc:creator>
      <dc:date>2011-03-04T20:38:11Z</dc:date>
    </item>
  </channel>
</rss>

