<?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: Sharing Projects in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-Projects/m-p/124128#M10202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the explanation.&amp;nbsp; I guess I will do what my colleague does and export the results as a step in my project&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Apr 2013 16:38:07 GMT</pubDate>
    <dc:creator>lloraine</dc:creator>
    <dc:date>2013-04-29T16:38:07Z</dc:date>
    <item>
      <title>Sharing Projects</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-Projects/m-p/124126#M10200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am not quite straight on how to share projects.&amp;nbsp; I have this one project where I bring in tables from an Oracle library.&amp;nbsp; I create a query with each of the tables (4 data files) I bring in and save the output to my library I call "Linda".&amp;nbsp; I don't use the work library.&amp;nbsp; I create another query that uses all the output from the 4 data files.&amp;nbsp;&amp;nbsp; It seems like if I used the work library to save the output, the next time I opened the project, the query I created from the 4 original data files is gone.&amp;nbsp; That is why I saved them to "Linda" library instead of work.&amp;nbsp; Do I have this all wrong and is there a better way to do this.&amp;nbsp; I am not familiar with libraries and servers etc.&amp;nbsp; Another girl in the department exports her results and saves them as a step in the project.&amp;nbsp; It seems there must be an easier way to do this.&amp;nbsp; If this is confusing, it is because I don't know what I am doing. I want to save the project somewhere where others can run it without losing anything or getting errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 16:02:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-Projects/m-p/124126#M10200</guid>
      <dc:creator>lloraine</dc:creator>
      <dc:date>2013-04-29T16:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Projects</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-Projects/m-p/124127#M10201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So a library is just a physical data storage location for your datafile. It can be a call to a server, or to an actual Drive. Example, you could make your desktop "C:\Documents and Settings\yourname\Desktop" become a library within sas, as the example below shows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Library EXAMP 'C:\Documents and Settings\yourname\Desktop";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have a library defined, if you put its refrence name before your dataset, then the dataset will be created "IN" that library. Meaning instead of creating a temporary dataset that gets deleted when you close SAS (AKA the work library), this dataset is saved permanently on the Disk space of that drive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Examp.NEWDATA;&lt;/P&gt;&lt;P&gt;set work.Mydata;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, if you create a library in a public location that other people have access too (a shared drive), others can access this data from their system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the important thing to remember is that SAS only saves these as SAS DATA FILES, which only SAS can open and/or understand. If you wanted to create shared files (like excel files, etc..) you would need to add code to export the data. This is what I assume your colleage is doing.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Does that help?&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 16:14:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-Projects/m-p/124127#M10201</guid>
      <dc:creator>Anotherdream</dc:creator>
      <dc:date>2013-04-29T16:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Projects</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-Projects/m-p/124128#M10202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the explanation.&amp;nbsp; I guess I will do what my colleague does and export the results as a step in my project&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 16:38:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Sharing-Projects/m-p/124128#M10202</guid>
      <dc:creator>lloraine</dc:creator>
      <dc:date>2013-04-29T16:38:07Z</dc:date>
    </item>
  </channel>
</rss>

