<?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 create SAS libraries? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628535#M185756</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/310275"&gt;@jeje&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an interesting tutorial for you:&amp;nbsp;&lt;A href="https://video.sas.com/detail/videos/sas-studio/video/4572997794001/accessing-data-in-sas-libraries?autoStart=true" target="_self"&gt;https://video.sas.com/detail/videos/sas-studio/video/4572997794001/accessing-data-in-sas-libraries?autoStart=true&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;... and also some tips to fet more familiar with the interface of the exam:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Tips-and-Strategies-for-the-A00-231-SAS-Base-Programming/ta-p/582838" target="_self"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Tips-and-Strategies-for-the-A00-231-SAS-Base-Programming/ta-p/582838&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 01 Mar 2020 09:33:53 GMT</pubDate>
    <dc:creator>ed_sas_member</dc:creator>
    <dc:date>2020-03-01T09:33:53Z</dc:date>
    <item>
      <title>How to create SAS libraries?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628525#M185751</link>
      <description>&lt;P&gt;I have a question for those who have taken the&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;SAS Certified Specialist: Base Programming Using SAS 9.4 &lt;/EM&gt;&lt;/STRONG&gt;exam lately. I want to know how SAS libraries are created. For example, in my practice exam I used the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname cert '/folders/myfolders/cert';&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Would the exam follow the same pattern as above? Or do I have to use this below?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname cert 'C:\cert\input';&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;How do I create a library reference named&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;cert&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;to refer to this directory above?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Mar 2020 07:47:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628525#M185751</guid>
      <dc:creator>jeje</dc:creator>
      <dc:date>2020-03-01T07:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SAS libraries?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628527#M185752</link>
      <description>&lt;P&gt;You need to understand how things like SAS libraries work before trying to take the certification exam.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both syntax you've posted are possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your syntax:&lt;/P&gt;
&lt;P&gt;CERT is the libref which is just the logical name pointing to a folder.&lt;/P&gt;
&lt;P&gt;'&amp;lt;path&amp;gt;' that's then the actual path to a folder where you want to access SAS tables. It's a Unix path in the first example and a Windows path in the second example.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The path must be accessible from where your SAS session executes so in the first example that must be SAS under Unix/Linux and in the 2nd example it's SAS under Windows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Mar 2020 07:57:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628527#M185752</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-03-01T07:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SAS libraries?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628529#M185753</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/310275"&gt;@jeje&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have a question for those who have taken the&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;SAS Certified Specialist: Base Programming Using SAS 9.4 &lt;/EM&gt;&lt;/STRONG&gt;exam lately. I want to know how SAS libraries are created. For example, in my practice exam I used the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname cert '/folders/myfolders/cert';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Would the exam follow the same pattern as above? Or do I have to use this below?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname cert 'C:\cert\input';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;How do I create a library reference named&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;cert&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;to refer to this directory above?&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The statements you posted do exactly this: create a library reference. The first uses a UNIX path, the second one for Windows.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Mar 2020 08:28:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628529#M185753</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-01T08:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SAS libraries?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628530#M185754</link>
      <description>&lt;P&gt;I moved your post to "SAS Programming". "Community Matters" is for issues concerning the working of the forum, not SAS itself.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Mar 2020 08:31:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628530#M185754</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-01T08:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SAS libraries?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628535#M185756</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/310275"&gt;@jeje&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an interesting tutorial for you:&amp;nbsp;&lt;A href="https://video.sas.com/detail/videos/sas-studio/video/4572997794001/accessing-data-in-sas-libraries?autoStart=true" target="_self"&gt;https://video.sas.com/detail/videos/sas-studio/video/4572997794001/accessing-data-in-sas-libraries?autoStart=true&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;... and also some tips to fet more familiar with the interface of the exam:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Tips-and-Strategies-for-the-A00-231-SAS-Base-Programming/ta-p/582838" target="_self"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Tips-and-Strategies-for-the-A00-231-SAS-Base-Programming/ta-p/582838&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Mar 2020 09:33:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628535#M185756</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-03-01T09:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SAS libraries?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628557#M185766</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/292097"&gt;@ed_sas_member&lt;/a&gt;.... this is very helpful. Exactly what I am looking for...</description>
      <pubDate>Sun, 01 Mar 2020 15:32:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628557#M185766</guid>
      <dc:creator>jeje</dc:creator>
      <dc:date>2020-03-01T15:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SAS libraries?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628558#M185767</link>
      <description>&lt;P&gt;You’re welcome&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/310275"&gt;@jeje&lt;/a&gt;&amp;nbsp;&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;</description>
      <pubDate>Sun, 01 Mar 2020 15:40:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628558#M185767</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-03-01T15:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create SAS libraries?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628814#M185869</link>
      <description>&lt;P&gt;Check out the SAS documentation for more info:&amp;nbsp;&lt;A title="SAS Libraries" href="http://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=lepg&amp;amp;docsetTarget=p0kwlqjluqrm5jn1lz4y3ij4udaq.htm" target="_self"&gt;SAS Libraries&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 16:54:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-SAS-libraries/m-p/628814#M185869</guid>
      <dc:creator>maggiem_sas</dc:creator>
      <dc:date>2020-03-02T16:54:49Z</dc:date>
    </item>
  </channel>
</rss>

