<?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 library in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/library/m-p/739933#M231031</link>
    <description>&lt;P&gt;How can we assign a library automatically on startup , using a library&lt;BR /&gt;for data access&lt;/P&gt;</description>
    <pubDate>Sat, 08 May 2021 01:35:04 GMT</pubDate>
    <dc:creator>Sarra-Matri</dc:creator>
    <dc:date>2021-05-08T01:35:04Z</dc:date>
    <item>
      <title>library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library/m-p/739933#M231031</link>
      <description>&lt;P&gt;How can we assign a library automatically on startup , using a library&lt;BR /&gt;for data access&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 01:35:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library/m-p/739933#M231031</guid>
      <dc:creator>Sarra-Matri</dc:creator>
      <dc:date>2021-05-08T01:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library/m-p/739950#M231040</link>
      <description>Could you please let us know the SAS platform you are using.</description>
      <pubDate>Sat, 08 May 2021 05:16:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library/m-p/739950#M231040</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2021-05-08T05:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library/m-p/739965#M231053</link>
      <description>Sas Studio</description>
      <pubDate>Sat, 08 May 2021 13:43:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library/m-p/739965#M231053</guid>
      <dc:creator>Sarra-Matri</dc:creator>
      <dc:date>2021-05-08T13:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library/m-p/739982#M231059</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;SAS Studio is not the platform. Windows (WIN) could be the platform or UNIX/Linux or MainFrame or Mac or .... You get it.&lt;/P&gt;
&lt;P&gt;Submit this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;*proc options; *run;
%PUT &amp;amp;=sysscp;
%PUT &amp;amp;=sysvlong;
/* end of program */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and present us with the result (to be found in the LOG-window).&lt;/P&gt;
&lt;P&gt;For me, it says (for the old SAS on my laptop):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;31   *proc options; *run;
32   %PUT &amp;amp;=sysscp;
SYSSCP=WIN
33   %PUT &amp;amp;=sysvlong;
SYSVLONG=9.04.01M4P110916
34   /* end of program */&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 08 May 2021 17:08:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library/m-p/739982#M231059</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-05-08T17:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library/m-p/739987#M231063</link>
      <description>&lt;P&gt;If you are using SAS/Studio then you should be able to add a LIBNAME statement to your autoexec.sas file.&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 18:21:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library/m-p/739987#M231063</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-05-08T18:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library/m-p/740032#M231092</link>
      <description>Two methods in SAS Studio, one is to add your libname statement to the Autoexec, which you can access via Edit AutoExec option in the same menu that you access Preferences (three lines at the top right of SAS Studio). &lt;BR /&gt;&lt;BR /&gt;The second method is to go to the Library Pane, click the button to manually create the library and provide the path. There's also a button to click that says: "recreate this library at startup" that will add the command to your Autoexec and it'll be persistent across sessions.</description>
      <pubDate>Sun, 09 May 2021 02:40:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library/m-p/740032#M231092</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-05-09T02:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/library/m-p/740051#M231104</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60547"&gt;@sbxkoenk&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;SAS Studio is not the platform. Windows (WIN) could be the platform or UNIX/Linux or MainFrame or Mac or .... You get it.&lt;/P&gt;
&lt;P&gt;Submit this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;*proc options; *run;
%PUT &amp;amp;=sysscp;
%PUT &amp;amp;=sysvlong;
/* end of program */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and present us with the result (to be found in the LOG-window).&lt;/P&gt;
&lt;P&gt;For me, it says (for the old SAS on my laptop):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;31   *proc options; *run;
32   %PUT &amp;amp;=sysscp;
SYSSCP=WIN
33   %PUT &amp;amp;=sysvlong;
SYSVLONG=9.04.01M4P110916
34   /* end of program */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That's interesting, I think most of us would interpret the question similar to the OP and I'd assume the OS would be Window/Unix etc....&lt;/P&gt;</description>
      <pubDate>Sun, 09 May 2021 16:08:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/library/m-p/740051#M231104</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-05-09T16:08:44Z</dc:date>
    </item>
  </channel>
</rss>

