<?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: How to access DataSets on local machine? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181469#M13869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris, I know that, but in the example he/she was _creating_ a local SAS data set. Doing that only so you can then use the SAS Data Provider to use it in a _local_ Windows application would reside quite to the right of the dumbness scale IMO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2014 05:33:57 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2014-04-17T05:33:57Z</dc:date>
    <item>
      <title>How to access DataSets on local machine?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181460#M13860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;I have started using &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt; SAS on demand academics miner version. I am having trouble in accessing the datasets residing on my local machine and it prompts me with an error. For example, when I am converting SAS dataset to xport format as below, it is giving me error than library(sasfile) doesn't exit.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;libname sasfile "c:\data";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;data sasfile.test2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;input a b c d;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;datalines;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;1 26 31 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;1 28 28 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;1 30 31 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;2 32 31 4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;2 34 29 5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;libname sasfile "c:\data";&amp;nbsp; *this is where the SAS dataset wiil&amp;nbsp; be created;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;libname xptfile xport "c:\test2.xpt";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;proc cport data=sasfile.test2 file="c:\test2.xpt";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Que: How can I access datasets from my PC?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Any suggestions would be appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Century Gothic', Arial, FreeSans, sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Thanks!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 07:48:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181460#M13860</guid>
      <dc:creator>jasmeetsasan2012</dc:creator>
      <dc:date>2014-04-16T07:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to access DataSets on local machine?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181461#M13861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With SAS On Demand, the SAS process runs on a server that cannot see your local filesystem(s).&lt;/P&gt;&lt;P&gt;To create SAS tables locally, you need a local SAS installation.&lt;/P&gt;&lt;P&gt;If you want to save data, you have to export it to a local location (.sas7bdat not possible).&lt;/P&gt;&lt;P&gt;Don't know if it's possible to use ssh/ftp to the On Demand server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 07:55:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181461#M13861</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-04-16T07:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to access DataSets on local machine?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181462#M13862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kurt, to have SAS on local machine, I need its licensed version which is not affordable. Is there any alternative to have SAS on local machine? And what is the use of having this academic Miner version it is not capable to work on the local dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:40:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181462#M13862</guid>
      <dc:creator>jasmeetsasan2012</dc:creator>
      <dc:date>2014-04-16T08:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to access DataSets on local machine?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181463#M13863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Get into the SAS ondemand academic documentation.&lt;BR /&gt;They did a crippled version of SAS not allowing to transfer personal/local data to that environment as student.&lt;/P&gt;&lt;P&gt;Only the trainer (your educational master) is allowed to do that.&amp;nbsp; &lt;BR /&gt;SAS is probably afraid students are abusing or overloading their machines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably the new approach of having a VM version local on your machine could make some difference.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 10:05:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181463#M13863</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-04-16T10:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to access DataSets on local machine?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181464#M13864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without local SAS, what good is a local data set anyway?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 11:03:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181464#M13864</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-04-16T11:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to access DataSets on local machine?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181465#M13865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even without local SAS, you can use the SAS Local OLE DB provider to read SAS data sets.&amp;nbsp; See these posts for examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2010/11/03/peek-at-your-data-using-vbscript-ole-db-and-the-sas-local-data-provider/" title="http://blogs.sas.com/content/sasdummy/2010/11/03/peek-at-your-data-using-vbscript-ole-db-and-the-sas-local-data-provider/"&gt; Peek at your data using VBScript, OLE DB, and the SAS local data provider - The SAS Dummy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/05/09/powershell-read-sas-data-files/" title="http://blogs.sas.com/content/sasdummy/2012/05/09/powershell-read-sas-data-files/"&gt;Using Windows PowerShell to view your SAS data dictionary&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the "commercial" version of SAS Enterprise Guide (not the SAS OnDemand version), you can use the Data-&amp;gt;&lt;STRONG&gt;Upload SAS Data Sets&lt;/STRONG&gt; and&lt;STRONG&gt; Download Data&lt;/STRONG&gt; tasks to move SAS data sets from local to SAS and back again, allowing you to keep and share your SAS data results.&amp;nbsp; In the SAS OnDemand version, this capability is restricted.&amp;nbsp; The normal path is to have an instructor stage the data you need for lessons (in the Academic version).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 12:44:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181465#M13865</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2014-04-16T12:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to access DataSets on local machine?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181466#M13866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone. If this is the case, then for what purpose this software would be used by students if they would not have any freedom to run their studies? It is not good to have instructor for every RUN. I would say, e.g. I want to build a model, YES i can build it but its worthless because I won't be able to run it because my data libraries reside in the local machine. All I can do is build and run my model on the sample datasets available on the server side.&lt;/P&gt;&lt;P&gt;I am so upset with this pathetic feature. Please share some alternative to fix this issue. Its not worth having this academically if I have to ping a professor for every model run.&lt;/P&gt;&lt;P&gt;I am a mediocre SAS programmer (2 year experience only) and want to use this facility in the academic scope and gain some more experience with versatile datasets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 21:13:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181466#M13866</guid>
      <dc:creator>jasmeetsasan2012</dc:creator>
      <dc:date>2014-04-16T21:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to access DataSets on local machine?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181467#M13867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may depend on where you are in the world.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS typically offers University's and Students a desktop version of SAS at a very low or free rate. Depends on your institution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 21:28:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181467#M13867</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-04-16T21:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to access DataSets on local machine?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181468#M13868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And, Chris, to piggy back on your answer -- for EM, specifically, if the SAS OnDemand for Academics server class is also using our Enterprise Miner class, their professor could have had the class data loaded onto the server for the students, too.&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 23:43:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181468#M13868</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-04-16T23:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to access DataSets on local machine?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181469#M13869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris, I know that, but in the example he/she was _creating_ a local SAS data set. Doing that only so you can then use the SAS Data Provider to use it in a _local_ Windows application would reside quite to the right of the dumbness scale IMO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 05:33:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181469#M13869</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-04-17T05:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to access DataSets on local machine?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181470#M13870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;jasmeetsas2012 you did described well your requirements as being a student and going for some research goals (scientific educational related).&lt;/P&gt;&lt;P&gt;Recognizing this and doing something about that is not the most strongest of SAS institute. They stopped with an educational version (also crippled in sizing of the data) but the most recent approach is: &lt;BR /&gt;&lt;A href="http://www.sas.com/en_us/offers/14q1/122603-sas-for-academia/overview.html" title="http://www.sas.com/en_us/offers/14q1/122603-sas-for-academia/overview.html"&gt;SAS Software for Academia | SAS&lt;/A&gt;. As you see the miner part is either "on demand", the being crippled in limiting data-transfer or you must have an institute that is capable to deploy a running version and&amp;nbsp; wanting to pay for that.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 05:54:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181470#M13870</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-04-17T05:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to access DataSets on local machine?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181471#M13871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;End Result: I sent my data files to professor to upload them on the sas library (accessible to her only), to move on with the study.&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="8872" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt; I would inquire more about the desktop version available in the university, after all its a big University and should/would have this facility. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Thanks everyone for your suggestions!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 06:16:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181471#M13871</guid>
      <dc:creator>jasmeetsasan2012</dc:creator>
      <dc:date>2014-04-17T06:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to access DataSets on local machine?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181472#M13872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: comic sans ms,sans-serif; font-size: 12pt;"&gt;Hello Jaap and jasmeetsasan2012,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: comic sans ms,sans-serif; font-size: 12pt;"&gt;I wanted to provide you with some details regarding SAS OnDemand for Academics that may assist you with some of the issues and questions that you have had with regards to this product. W&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;e appreciate feedback and it will be used as we plan for upcoming releases.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-family: comic sans ms,sans-serif; font-size: 12pt;"&gt;First, the offering is designed with an Instructor/Student paradigm right now. Instructors have the ability to&lt;BR /&gt;upload their own data that students can then access with the appropriate course&lt;BR /&gt;LIBNAME or FILENAME statement. Since it’s for teaching purposes, the instructor&lt;BR /&gt;can help by uploading data that he or she thinks that the students might need&lt;BR /&gt;for their course. The instructor can upload many data sets or files and then&lt;BR /&gt;provide the course LIBNAME or FILENAME to students so that the instructor&lt;BR /&gt;wouldn’t have to be involved for every data file that a student wanted to use.&lt;BR /&gt;This can be done for EG, EM , and SAS Web Editor.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: comic sans ms,sans-serif; font-size: 12pt;"&gt;Second, &lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;users can currently use SAS Web Editor (soon to be renamed as SAS Studio with update in July) and upload&lt;BR /&gt;local data for use within that offering (there is still a 2GB limit).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: comic sans ms,sans-serif; font-size: 12pt;"&gt;&lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Third, &lt;/SPAN&gt; if a current user is using EG, they can upload data from their local machine for the current&lt;BR /&gt;session. If they modify that data during the session, they can download it&lt;BR /&gt;locally before the session ends. They can refer to the ‘Student’ guide&lt;BR /&gt;available from &lt;A href="http://support.sas.com/ondemand/ for"&gt;&lt;SPAN style="color: #000000;"&gt;http://support.sas.com/ondemand/ &lt;/SPAN&gt;&lt;/A&gt; for details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: comic sans ms,sans-serif; font-size: 12pt;"&gt;Fourth, in May &lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;SAS will launch a new free version called SAS University Edition that &lt;SPAN style="mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;will&lt;BR /&gt;enable users to access and use their local data. Details can be found at the following site, which offers information and resources for professors and students (soon to include a researcher section). &lt;A _jive_internal="true" class="active_link" href="https://communities.sas.com/community/sas-analytics-u"&gt;&lt;SPAN style="color: #000000;"&gt;https://communities.sas.com/community/sas-analytics-u&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: comic sans ms,sans-serif; font-size: 12pt;"&gt;Further details about the new SAS University Edition will be available on this site as the release date approaches.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: comic sans ms,sans-serif; font-size: 12pt;"&gt;I do hope this is helpful information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: comic sans ms,sans-serif; font-size: 12pt;"&gt;Nancy Call&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: comic sans ms,sans-serif; font-size: 12pt;"&gt;SAS&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 16:25:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181472#M13872</guid>
      <dc:creator>nancy_call_sas</dc:creator>
      <dc:date>2014-04-18T16:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to access DataSets on local machine?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181473#M13873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@nancy, you did probably no background research on my profile. I am posting a lot to help SAS. It is not seeing SAS as the heroes as it also is containing critics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp; analyticsu approach already has been investigated. A good nice step. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am happy still seeing a lot of mistakes and failures. That will keep my knowledge as a very valuable one to be exploited in some way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We will see how that will work on the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 14:20:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-access-DataSets-on-local-machine/m-p/181473#M13873</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-06-16T14:20:36Z</dc:date>
    </item>
  </channel>
</rss>

