<?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: libname and saspy steps in Developers</title>
    <link>https://communities.sas.com/t5/Developers/libname-and-saspy-steps/m-p/615664#M602</link>
    <description>&lt;P&gt;And, the saspy method for assigning a library is the following (off of the SASsession object):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE class="descname"&gt;saslib&lt;/CODE&gt;&lt;SPAN class="sig-paren"&gt;(&lt;/SPAN&gt;&lt;EM&gt;libref: str&lt;/EM&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;engine: str = ' '&lt;/EM&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;path: str = ''&lt;/EM&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;options: str = ' '&lt;/EM&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;prompt: dict = None&lt;/EM&gt;&lt;SPAN class="sig-paren"&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;→ str&lt;/P&gt;
&lt;TABLE class="docutils field-list" frame="void" rules="none"&gt;&lt;COLGROUP&gt;&lt;COL class="field-name" /&gt;&lt;COL class="field-body" /&gt;&lt;/COLGROUP&gt;
&lt;TBODY valign="top"&gt;
&lt;TR class="field-odd field"&gt;
&lt;TH class="field-name"&gt;Parameters:&lt;/TH&gt;
&lt;TD class="field-body"&gt;
&lt;UL class="first simple"&gt;
&lt;LI&gt;&lt;STRONG&gt;libref&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;– the libref to be assigned&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;engine&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;– the engine name used to access the SAS Library (engine defaults to BASE, per SAS)&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;path&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;– path to the library (for engines that take a path parameter)&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;options&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;– other engine or engine supervisor options&lt;/LI&gt;
&lt;/UL&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR class="field-even field"&gt;
&lt;TH class="field-name"&gt;Returns:&lt;/TH&gt;
&lt;TD class="field-body"&gt;
&lt;P class="first last"&gt;SAS log&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2020 13:55:11 GMT</pubDate>
    <dc:creator>sastpw</dc:creator>
    <dc:date>2020-01-07T13:55:11Z</dc:date>
    <item>
      <title>libname and saspy steps</title>
      <link>https://communities.sas.com/t5/Developers/libname-and-saspy-steps/m-p/615524#M600</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings of the day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In sas :&lt;/P&gt;&lt;P&gt;If we want to use sas datasets in sas server we can use the below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;libname SomeAmazingLibrary "/sas/data/sas_datasets/Bla/Di/Bla";&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #eaeaea; white-space: pre;"&gt;Now if i want to assign sas datasets in&amp;nbsp; sas server in python jupyter notebook&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;What are the steps to be followed ?&lt;/P&gt;&lt;P&gt;Should sas software installed locally?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 01:40:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/libname-and-saspy-steps/m-p/615524#M600</guid>
      <dc:creator>U2</dc:creator>
      <dc:date>2020-01-07T01:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: libname and saspy steps</title>
      <link>https://communities.sas.com/t5/Developers/libname-and-saspy-steps/m-p/615639#M601</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/296798"&gt;@U2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please see the configuration step here &lt;A href="https://sassoftware.github.io/saspy/install.html#configuration" target="_blank" rel="noopener"&gt;https://sassoftware.github.io/saspy/install.html#configuration&lt;/A&gt;. You have to connect to the SAS server, local or remote. Here is the information about starting the SAS session and loading the data&amp;nbsp;&lt;A href="https://sassoftware.github.io/saspy/getting-started.html#start-a-sas-session" target="_blank"&gt;https://sassoftware.github.io/saspy/getting-started.html#start-a-sas-session&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 12:24:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/libname-and-saspy-steps/m-p/615639#M601</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2020-01-07T12:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: libname and saspy steps</title>
      <link>https://communities.sas.com/t5/Developers/libname-and-saspy-steps/m-p/615664#M602</link>
      <description>&lt;P&gt;And, the saspy method for assigning a library is the following (off of the SASsession object):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE class="descname"&gt;saslib&lt;/CODE&gt;&lt;SPAN class="sig-paren"&gt;(&lt;/SPAN&gt;&lt;EM&gt;libref: str&lt;/EM&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;engine: str = ' '&lt;/EM&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;path: str = ''&lt;/EM&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;options: str = ' '&lt;/EM&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;prompt: dict = None&lt;/EM&gt;&lt;SPAN class="sig-paren"&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;→ str&lt;/P&gt;
&lt;TABLE class="docutils field-list" frame="void" rules="none"&gt;&lt;COLGROUP&gt;&lt;COL class="field-name" /&gt;&lt;COL class="field-body" /&gt;&lt;/COLGROUP&gt;
&lt;TBODY valign="top"&gt;
&lt;TR class="field-odd field"&gt;
&lt;TH class="field-name"&gt;Parameters:&lt;/TH&gt;
&lt;TD class="field-body"&gt;
&lt;UL class="first simple"&gt;
&lt;LI&gt;&lt;STRONG&gt;libref&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;– the libref to be assigned&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;engine&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;– the engine name used to access the SAS Library (engine defaults to BASE, per SAS)&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;path&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;– path to the library (for engines that take a path parameter)&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;options&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;– other engine or engine supervisor options&lt;/LI&gt;
&lt;/UL&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR class="field-even field"&gt;
&lt;TH class="field-name"&gt;Returns:&lt;/TH&gt;
&lt;TD class="field-body"&gt;
&lt;P class="first last"&gt;SAS log&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 13:55:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/libname-and-saspy-steps/m-p/615664#M602</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2020-01-07T13:55:11Z</dc:date>
    </item>
  </channel>
</rss>

