<?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 libname and saspy in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/libname-and-saspy/m-p/460946#M117195</link>
    <description>&lt;P&gt;This works fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;import saspy
import pandas as pd
sas = saspy.SASsession(cfgname='winiomlinux')
cars = sas.sasdata("CARS","SASHELP")
cars.describe()&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in a Jupyter notebook. Just wondering, how can I assign a library along the lines of this SAS code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname SomeAmazingLibrary "/sas/data/sas_datasets/Bla/Di/Bla";&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 09 May 2018 10:35:23 GMT</pubDate>
    <dc:creator>csetzkorn</dc:creator>
    <dc:date>2018-05-09T10:35:23Z</dc:date>
    <item>
      <title>libname and saspy</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-and-saspy/m-p/460946#M117195</link>
      <description>&lt;P&gt;This works fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;import saspy
import pandas as pd
sas = saspy.SASsession(cfgname='winiomlinux')
cars = sas.sasdata("CARS","SASHELP")
cars.describe()&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in a Jupyter notebook. Just wondering, how can I assign a library along the lines of this SAS code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname SomeAmazingLibrary "/sas/data/sas_datasets/Bla/Di/Bla";&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 09 May 2018 10:35:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-and-saspy/m-p/460946#M117195</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2018-05-09T10:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: libname and saspy</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-and-saspy/m-p/460955#M117197</link>
      <description>&lt;P&gt;I figured it out:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;import saspy
import pandas as pd
from IPython.display import HTML
 
sasSession = saspy.SASsession(cfgname='winiomlinux')
 
sasSession.saslib('SomeAmazingLibrary', path="Bla/Di/Bla/SomeServerSubfolder")
 
dataset = sas.sasdata("SomeGreatDataSet","SomeAmazingLibrary")
dataset.describe()&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 09 May 2018 11:10:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-and-saspy/m-p/460955#M117197</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2018-05-09T11:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: libname and saspy</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-and-saspy/m-p/461022#M117218</link>
      <description>&lt;P&gt;For others looking at this, all reference documentation &lt;A href="https://sassoftware.github.io/saspy" target="_self"&gt;for SASPy is available on GitHub&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the Getting Started topic:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sassoftware.github.io/saspy/getting-started.html" target="_blank"&gt;https://sassoftware.github.io/saspy/getting-started.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the API reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sassoftware.github.io/saspy/api.html" target="_blank"&gt;https://sassoftware.github.io/saspy/api.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 13:52:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-and-saspy/m-p/461022#M117218</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-05-09T13:52:30Z</dc:date>
    </item>
  </channel>
</rss>

