<?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: newbi - shortcuts, file management/library issues ...? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/newbi-shortcuts-file-management-library-issues/m-p/628#M308</link>
    <description>Hi,&lt;BR /&gt;
all the same like in SAS-L: a SAS library is a subdirectory in windows. All SAS objects in that directory will be shown in the appropriate windows (e.g. the LIBNAME-window) in the SAS environment, others, e.g. texts (.txt), DB's (.mdb), SAS - sources (.sas) will be not. &lt;BR /&gt;
You did NOT create the WORK library. It is created automaticly at SAS start like it is designed in your config file. What you DID create, is a SAS dataset, but attention: it will be deleted at end of your SAS session. &lt;BR /&gt;
Use&lt;BR /&gt;
&lt;BR /&gt;
libname xy "c:\path_to_your_data\";&lt;BR /&gt;
&lt;BR /&gt;
to assign a permanent library (remember: it is a simple subdir). That library u use with a two-level name, like:&lt;BR /&gt;
&lt;BR /&gt;
xy.dataset_name&lt;BR /&gt;
&lt;BR /&gt;
Another SAS object which can reside in a library is a SAS catalog. If you type in the command line of the SAS editor:&lt;BR /&gt;
&lt;BR /&gt;
save xy.my_progs.test.source&lt;BR /&gt;
&lt;BR /&gt;
you create the catalog my_progs in xy, if it did not exist and store a text in the catalog member test of type source.</description>
    <pubDate>Mon, 15 May 2006 16:31:39 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2006-05-15T16:31:39Z</dc:date>
    <item>
      <title>newbi - shortcuts, file management/library issues ...?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/newbi-shortcuts-file-management-library-issues/m-p/627#M307</link>
      <description>Hi Folks,&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I am brand spanking new to this SAS thing and I need some help.  I have a lot of experience with SPSS (I can hear the booing and hissing now) and with PC's in general - but cannot figure this out. I am not sure if I am even posting to the right group (so please bear with me if I am not).&lt;BR /&gt;
&lt;BR /&gt;
I just started in a new job where SAS is used, apparently quite few sas macros are in place here and I need to do the following:&lt;BR /&gt;
&lt;BR /&gt;
Import a bunch of csv's into SAS (not necessarily programatically), when I import them via the File import menu option, I am prompted for a library and I specify a library that I created called 'work'.  The file imports to that location and the data looks right (record count, fields, etc), but how can I take that file that now it exists in this 'library' and put it in a location on my network?  Drag and drop doesn't work, Is there a way that I can specify where a library stores it's folders.  I thought that 'shortcuts' might be the right way to go but I think that refers to keyboard shortcuts.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
&lt;BR /&gt;
Serge da newbi</description>
      <pubDate>Mon, 15 May 2006 14:21:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/newbi-shortcuts-file-management-library-issues/m-p/627#M307</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-05-15T14:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: newbi - shortcuts, file management/library issues ...?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/newbi-shortcuts-file-management-library-issues/m-p/628#M308</link>
      <description>Hi,&lt;BR /&gt;
all the same like in SAS-L: a SAS library is a subdirectory in windows. All SAS objects in that directory will be shown in the appropriate windows (e.g. the LIBNAME-window) in the SAS environment, others, e.g. texts (.txt), DB's (.mdb), SAS - sources (.sas) will be not. &lt;BR /&gt;
You did NOT create the WORK library. It is created automaticly at SAS start like it is designed in your config file. What you DID create, is a SAS dataset, but attention: it will be deleted at end of your SAS session. &lt;BR /&gt;
Use&lt;BR /&gt;
&lt;BR /&gt;
libname xy "c:\path_to_your_data\";&lt;BR /&gt;
&lt;BR /&gt;
to assign a permanent library (remember: it is a simple subdir). That library u use with a two-level name, like:&lt;BR /&gt;
&lt;BR /&gt;
xy.dataset_name&lt;BR /&gt;
&lt;BR /&gt;
Another SAS object which can reside in a library is a SAS catalog. If you type in the command line of the SAS editor:&lt;BR /&gt;
&lt;BR /&gt;
save xy.my_progs.test.source&lt;BR /&gt;
&lt;BR /&gt;
you create the catalog my_progs in xy, if it did not exist and store a text in the catalog member test of type source.</description>
      <pubDate>Mon, 15 May 2006 16:31:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/newbi-shortcuts-file-management-library-issues/m-p/628#M308</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-05-15T16:31:39Z</dc:date>
    </item>
  </channel>
</rss>

