<?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: Where is the imported data (a .csv file) stored in EG? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-the-imported-data-a-csv-file-stored-in-EG/m-p/800366#M40345</link>
    <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/406545"&gt;@2015eva&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;In a typical scenario when a csv file is imported and a dataset created, it is stored in the Work library which is a location on the filesystem. Have a look at the SAS EG log after the import. You will have an idea about it.&lt;BR /&gt;In case you desire to find the location of the work library&amp;nbsp; (or for that matter any library -simply replace WORK with the library name) the following statement will output the location to the log.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put %sysfunc(getoption(WORK));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 05 Mar 2022 19:42:51 GMT</pubDate>
    <dc:creator>Sajid01</dc:creator>
    <dc:date>2022-03-05T19:42:51Z</dc:date>
    <item>
      <title>Where is the imported data (a .csv file) stored in EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-the-imported-data-a-csv-file-stored-in-EG/m-p/800332#M40342</link>
      <description>&lt;P&gt;Where is the imported data (a .csv file) stored in EG?&lt;/P&gt;&lt;P&gt;In a file system or in a database? Will it take c:\SASHome space?&lt;/P&gt;&lt;P&gt;I installed a SAS analytics pro on my notebook.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2022 13:11:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-the-imported-data-a-csv-file-stored-in-EG/m-p/800332#M40342</guid>
      <dc:creator>2015eva</dc:creator>
      <dc:date>2022-03-05T13:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the imported data (a .csv file) stored in EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-the-imported-data-a-csv-file-stored-in-EG/m-p/800339#M40343</link>
      <description>&lt;P&gt;A csv file is data&amp;nbsp;&lt;EM&gt;before&lt;/EM&gt; you import it. Once imported, data is in a &lt;EM&gt;dataset&lt;/EM&gt; in a &lt;EM&gt;library&lt;/EM&gt;. The library assignment defines the physical location.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2022 14:05:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-the-imported-data-a-csv-file-stored-in-EG/m-p/800339#M40343</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-03-05T14:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the imported data (a .csv file) stored in EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-the-imported-data-a-csv-file-stored-in-EG/m-p/800354#M40344</link>
      <description>&lt;P&gt;If you are using Enterprise Guide task to import a file that currently lives on the machine where you are running EG then I believe it will upload the CSV file (or perhaps a modified version of it) to the WORK directory of the SAS session you are connected to.&amp;nbsp; So that CSV file will disappear when the session is over and so not take any space at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now the dataset that the import generated will be where ever you told Enterprise Guide and/or SAS itself to put it.&amp;nbsp; Normal SAS datasets are files on the disk.&amp;nbsp; So if you wrote a permanent file using a normal SAS libref that is pointing to a directory then the file is in the directory.&amp;nbsp; If you used a SAS libref that is pointing to some external database system (like Oracle) then the data is stored in a table in that database system and not as a physical SAS dataset.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2022 16:10:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-the-imported-data-a-csv-file-stored-in-EG/m-p/800354#M40344</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-03-05T16:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the imported data (a .csv file) stored in EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-the-imported-data-a-csv-file-stored-in-EG/m-p/800366#M40345</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/406545"&gt;@2015eva&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;In a typical scenario when a csv file is imported and a dataset created, it is stored in the Work library which is a location on the filesystem. Have a look at the SAS EG log after the import. You will have an idea about it.&lt;BR /&gt;In case you desire to find the location of the work library&amp;nbsp; (or for that matter any library -simply replace WORK with the library name) the following statement will output the location to the log.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put %sysfunc(getoption(WORK));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2022 19:42:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-the-imported-data-a-csv-file-stored-in-EG/m-p/800366#M40345</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-03-05T19:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the imported data (a .csv file) stored in EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-the-imported-data-a-csv-file-stored-in-EG/m-p/800368#M40346</link>
      <description>&lt;P&gt;Wrong function.&amp;nbsp; That returns the value of a system option.&amp;nbsp; To get the location of a library use the PATHNAME() function.&lt;/P&gt;
&lt;P&gt;For WORK they should both have the same value.&amp;nbsp; But most libref name values are not also system option names, and if they are they could have completely different meanings and values.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2022 19:53:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-the-imported-data-a-csv-file-stored-in-EG/m-p/800368#M40346</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-03-05T19:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the imported data (a .csv file) stored in EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-the-imported-data-a-csv-file-stored-in-EG/m-p/800386#M40348</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Wrong function.&amp;nbsp; That returns the value of a system option.&amp;nbsp; To get the location of a library use the PATHNAME() function.&lt;/P&gt;
&lt;P&gt;For WORK they should both have the same value.&amp;nbsp; But most libref name values are not also system option names, and if they are they could have completely different meanings and values.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree with you that using pathname() is preferable.&lt;/P&gt;
&lt;P&gt;Chris Hemedinger tends to use&amp;nbsp;&lt;EM&gt;%sysfunc(getoption(WORK))&lt;/EM&gt; in code shared in his blogs - which makes this a "widespread" coding option.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2022 23:40:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-the-imported-data-a-csv-file-stored-in-EG/m-p/800386#M40348</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-03-05T23:40:59Z</dc:date>
    </item>
  </channel>
</rss>

