<?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: SASPy - How to access a library which is unassigned? in Developers</title>
    <link>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/503243#M280</link>
    <description>&lt;P&gt;Hey, glad to see you got connected up and are running with saspy. So, there's a couple of possibilities here.&lt;/P&gt;
&lt;P&gt;You are connected to a workspace server, and if that server had pre-assigned libraries, they would be available to you through the code you're running. So, either the library you do see assigned in your EG session is not pre-assigned in the workspace server via metadata, but perhaps by EG, or another possibility is that there is more than one Appserver, and EG is connecting to a different one that you've configured for saspy.&lt;/P&gt;
&lt;P&gt;Not knowing which is the case, the other obvious question is whether you can simply assign it yourself and at least accomplish your task.&lt;/P&gt;
&lt;P&gt;there's a saslib() method off the SASsession you can use to assign it. Or, of course, you can submit() the libname statement as well. If that works, and until you find out why it's not already there, you can add another key to your configuration definition to have saspy pre-assign it for you when you make a connection (new in 2.2.9);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 'autoexec' : 'libname ua19 whatever_path_or_options_you_need;'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you verify that this workspace server is the same one as in EG, and, I suppose the other thing is if you are connecting with the same credentials. It could be possible that the library could be pre-assigned via mnetadata, but only for some users. I don't know for sure, but if you're using the same creds then that's moot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Oct 2018 21:18:54 GMT</pubDate>
    <dc:creator>sastpw</dc:creator>
    <dc:date>2018-10-10T21:18:54Z</dc:date>
    <item>
      <title>SASPy - How to access a library which is unassigned?</title>
      <link>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/497589#M274</link>
      <description>&lt;P&gt;Hi SAS Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to SAS programming. My task is to use a linux client to download data sets in a remote SAS server (9.4 and a linux server) over IOM method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using saspy. Successfully login to the remote SAS. I am able to get data sets from default libraries such as SASHelp. But I am not able to access some other libraries which my Enterprise Guide can access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering how to fix this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code. The error is highlighted below. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Python 3.5.4 (v3.5.4:3f56838976, Aug  7 2017, 12:56:33) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
&amp;gt;&amp;gt;&amp;gt; import saspy
&amp;gt;&amp;gt;&amp;gt; import pandas as pd
&amp;gt;&amp;gt;&amp;gt; sas = saspy.SASsession(cfgname='iomlinux')
SAS Connection established. Subprocess id is 5342

&amp;gt;&amp;gt;&amp;gt; sas.datasets('ua19')

6                                                          The SAS System                           08:13 Friday, September 21, 2018

37         
38         proc datasets dd=ua19;
&lt;FONT color="#FF0000"&gt;ERROR: Libref UA19 is not assigned.&lt;/FONT&gt;
38       !                        quit;

NOTE: Statements not processed because of errors noted above.
NOTE: The SAS System stopped processing this step because of errors.
PROCEDURE| _DISARM|         STOP| _DISARM| 2018-09-21T08:13:58,178+10:00| _DISARM| WorkspaceServer| _DISARM| SAS| _DISARM| | 
_DISARM| 25968640| _DISARM| 15634432| _DISARM| 11| _DISARM| 11| _DISARM| 16| _DISARM| 17600| _DISARM| 0.010000| _DISARM| 0.002233| 
_DISARM| 1853100838.176265| _DISARM| 1853100838.178498| _DISARM| 0.000000| _DISARM| | _ENDDISARM 
NOTE: PROCEDURE DATASETS used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      
39         
40         


&amp;gt;&amp;gt;&amp;gt; sas.datasets('sashelp')

5                                                          The SAS System                           08:13 Friday, September 21, 2018

31         
32         proc datasets dd=sashelp;
                                                             Directory

                                                          Libref  SASHELP
                                                          Levels  3      

                                                              Level 1

                                Engine             V9                                              
                                Physical Name      /opt/sas/SASHome/SASFoundation/9.4/nls/en/sascfg
                                Filename           /opt/sas/SASHome/SASFoundation/9.4/nls/en/sascfg
                                Inode Number       7742298                                         
                                Access Permission  rwxr-xr-x                                       
                                Owner Name         sas                                             
                                File Size          4KB                                             
                                File Size (bytes)  4096                                            

                                                              Level 2

                                Engine             V9                                              
                                Physical Name      /opt/sas/SASHome/SASFoundation/9.4/nls/en/sascfg
                                Filename           /opt/sas/SASHome/SASFoundation/9.4/nls/en/sascfg
                                Inode Number       7742298                                         
                                Access Permission  rwxr-xr-x                                       
                                Owner Name         sas                                             
                                File Size          4KB                                             
                                File Size (bytes)  4096                                            

                                                              Level 3

                                   Engine             V9                                        
                                   Physical Name      /opt/sas/SASHome/SASFoundation/9.4/sashelp
                                   Filename           /opt/sas/SASHome/SASFoundation/9.4/sashelp
                                   Inode Number       7734990                                   
                                   Access Permission  rwxr-xr-x                                 
                                   Owner Name         sas                                       
                                   File Size          16KB                                      
                                   File Size (bytes)  16384                                     


                                                     Member
                      #  Name                        Type      Level     File Size  Last Modified

                      1  AACOMP                      DATA        3           448KB  31/08/2017 11:25:27        
                         AACOMP                      INDEX                   184KB  31/08/2017 11:25:27        
                      2  AARFM                       DATA        3           256KB  31/08/2017 11:25:38        
                         AARFM                       INDEX                    40KB  31/08/2017 11:25:38        
                      3  AC                          CATALOG     3            24KB  10/08/2017 12:04:49   
.... result committed

&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Sep 2018 22:26:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/497589#M274</guid>
      <dc:creator>peiranchen</dc:creator>
      <dc:date>2018-09-20T22:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy - How to access a library which is unassigned?</title>
      <link>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/497668#M275</link>
      <description>&lt;P&gt;You need a &lt;FONT face="courier new,courier"&gt;libname&lt;/FONT&gt; statement before the&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;  proc datasets dd=ua19; &lt;/PRE&gt;
&lt;P&gt;statement.&lt;/P&gt;
&lt;P&gt;Also you can add option &lt;FONT face="courier new,courier"&gt;noprint&amp;nbsp;&lt;/FONT&gt;to the statement above.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 04:06:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/497668#M275</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-09-21T04:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy - How to access a library which is unassigned?</title>
      <link>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/497740#M276</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961" target="_self"&gt;ChrisNZ&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;The statement&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;proc datasets dd=ua19; &lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;is created by python code. I am not able to change it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Here is the connection configuration.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;# build out a local classpath variable to use below for Linux clients
cpL  =  "/Users/abc/Documents/bit/uac-extract/java_lib/sas.svc.connection.jar"
cpL += ":/Users/abc/Documents/bit/uac-extract/java_lib/log4j.jar"
cpL += ":/Users/abc/Documents/bit/uac-extract/java_lib/sas.security.sspi.jar"
cpL += ":/Users/abc/Documents/bit/uac-extract/java_lib/sas.core.jar"
cpL += ":/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/saspy/java/saspyiom.jar"

iomlinux = {'java'      : '/usr/bin/java',
            'iomhost'   : 'sashostname.edu.au',
            'iomport'   : 8591,
            'encoding'  : 'latin1',
            'authkey'   : 'uacauthkey',
            'classpath' : cpL,
            'appserver' : 'SASApp - Workspace Server'
            }    &lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Sep 2018 09:54:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/497740#M276</guid>
      <dc:creator>peiranchen</dc:creator>
      <dc:date>2018-09-21T09:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy - How to access a library which is unassigned?</title>
      <link>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/497745#M277</link>
      <description>The library must be be created for you to use it. Either in the python code or in an autoexec file. &lt;BR /&gt;You can't use it if it's not defined. &lt;BR /&gt;</description>
      <pubDate>Fri, 21 Sep 2018 09:59:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/497745#M277</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-09-21T09:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy - How to access a library which is unassigned?</title>
      <link>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/497752#M278</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961" target="_self"&gt;ChrisNZ&lt;/A&gt;&amp;nbsp;to follow up. The library UA19 exists. When I use Enterprise Guide using the same connection, I am able to download data sets from UA19&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 10:23:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/497752#M278</guid>
      <dc:creator>peiranchen</dc:creator>
      <dc:date>2018-09-21T10:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy - How to access a library which is unassigned?</title>
      <link>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/497761#M279</link>
      <description>The message is clear. &lt;BR /&gt;ERROR: Libref UA19 is not assigned.&lt;BR /&gt;&lt;BR /&gt;Clearly the connection differs or the configuration is different in some way. &lt;BR /&gt;</description>
      <pubDate>Fri, 21 Sep 2018 11:05:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/497761#M279</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-09-21T11:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy - How to access a library which is unassigned?</title>
      <link>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/503243#M280</link>
      <description>&lt;P&gt;Hey, glad to see you got connected up and are running with saspy. So, there's a couple of possibilities here.&lt;/P&gt;
&lt;P&gt;You are connected to a workspace server, and if that server had pre-assigned libraries, they would be available to you through the code you're running. So, either the library you do see assigned in your EG session is not pre-assigned in the workspace server via metadata, but perhaps by EG, or another possibility is that there is more than one Appserver, and EG is connecting to a different one that you've configured for saspy.&lt;/P&gt;
&lt;P&gt;Not knowing which is the case, the other obvious question is whether you can simply assign it yourself and at least accomplish your task.&lt;/P&gt;
&lt;P&gt;there's a saslib() method off the SASsession you can use to assign it. Or, of course, you can submit() the libname statement as well. If that works, and until you find out why it's not already there, you can add another key to your configuration definition to have saspy pre-assign it for you when you make a connection (new in 2.2.9);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 'autoexec' : 'libname ua19 whatever_path_or_options_you_need;'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you verify that this workspace server is the same one as in EG, and, I suppose the other thing is if you are connecting with the same credentials. It could be possible that the library could be pre-assigned via mnetadata, but only for some users. I don't know for sure, but if you're using the same creds then that's moot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 21:18:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/503243#M280</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2018-10-10T21:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy - How to access a library which is unassigned?</title>
      <link>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/503250#M281</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/143096"&gt;@sastpw&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks heap for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried and I am now able to assign my library after finding its path. But&amp;nbsp;&lt;SPAN&gt;sasdata function is not able to recognise APPLIC is a View. Is there any chance to fix it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4" color="#FFF0A5"&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; &lt;FONT color="red"&gt;sas.submit("""&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4" color="#FFF0A5"&gt;&lt;SPAN&gt;&lt;FONT color="red"&gt;... libname statslib meta library=&lt;SPAN class="highlight"&gt;ua19&lt;/SPAN&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4" color="#FFF0A5"&gt;&lt;SPAN&gt;&lt;FONT color="red"&gt;... """)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4"&gt;&lt;SPAN&gt;{'LOG': "\x0c25 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The SAS System&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 09:22 Monday, October 8, 2018\n\n183&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ods listing close;ods html5 (id=saspy_internal) file=_tomods1 options(bitmap_mode='inline') device=svg style=HTMLBlue;\n183&amp;nbsp; &amp;nbsp; &amp;nbsp; ! ods graphics on / outputfmt=png;\nNOTE: Writing HTML5(SASPY_INTERNAL) Body file: _TOMODS1\n184&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \n185&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \n186&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; libname statslib meta library=&lt;SPAN class="highlight"&gt;ua19&lt;/SPAN&gt;;\nNOTE: Libref STATSLIB refers to the same library metadata as libref &lt;SPAN class="highlight"&gt;UA19&lt;/SPAN&gt;.\nNOTE: Libref STATSLIB was successfully assigned as follows: \n&amp;nbsp; &amp;nbsp; &amp;nbsp; Engine:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; META \n&amp;nbsp; &amp;nbsp; &amp;nbsp; Physical Name: /sasdata/lev1/secure/&lt;SPAN class="highlight"&gt;ua19&lt;/SPAN&gt;\n187&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \n188&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \n189&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ods html5 (id=saspy_internal) close;ods listing;\n190&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ", 'LST': ''}&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4" color="#FFF0A5"&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; &lt;FONT color="red"&gt;a = sas.sasdata("APPLIC","STATSLIB")&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4"&gt;&lt;SPAN&gt;Table STATSLIB.APPLIC does not exist. This SASdata object will not be useful until the data set is created.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4" color="#FFF0A5"&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; &lt;FONT color="red"&gt;sas.saslib('STATSLIB',path='/sasdata/lev1/secure/&lt;SPAN class="highlight"&gt;ua19&lt;/SPAN&gt;')&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4"&gt;&lt;SPAN&gt;27 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The SAS System&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 09:22 Monday, October 8, 2018&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4"&gt;&lt;SPAN&gt;201 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4"&gt;&lt;SPAN&gt;202&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; libname STATSLIB&amp;nbsp; &amp;nbsp; '/sasdata/lev1/secure/&lt;SPAN class="highlight"&gt;ua19&lt;/SPAN&gt;'&amp;nbsp; ;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4"&gt;&lt;SPAN&gt;NOTE: Libref STATSLIB was successfully assigned as follows:&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Engine:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; V9&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Physical Name: /sasdata/lev1/secure/&lt;SPAN class="highlight"&gt;ua19&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4"&gt;&lt;SPAN&gt;203 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4"&gt;&lt;SPAN&gt;204 &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Courier" size="4" color="#FFF0A5"&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4" color="#FFF0A5"&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; &lt;FONT color="red"&gt;a = sas.sasdata("APPLIC","STATSLIB")&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier" size="4"&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;Table STATSLIB.APPLIC does not exist&lt;/FONT&gt;. This SASdata object will not be useful until the data set is created.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Oct 2018 21:35:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/503250#M281</guid>
      <dc:creator>peiranchen</dc:creator>
      <dc:date>2018-10-10T21:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy - How to access a library which is unassigned?</title>
      <link>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/503253#M282</link>
      <description>&lt;P&gt;cool, yes, the problem with the 'exist' function not finding VIEWs is fixed in 2.2.9. Can you install that version of saspy and give it a try? Then you can use the autoexec key in your config definition to have this pre-assigned for you whenever you connect.&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 21:39:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/503253#M282</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2018-10-10T21:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy - How to access a library which is unassigned?</title>
      <link>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/503256#M283</link>
      <description>&lt;P&gt;2.2.9 is the current version, so you can just do&lt;/P&gt;
&lt;P&gt;pip uninstall saspy&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;and then&amp;nbsp;&lt;/P&gt;
&lt;P&gt;pip install saspy&lt;/P&gt;
&lt;P&gt;and you should get the current 2.2.9 version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be sure your configuration is in your sascfg_personal.py file, not the example sascfg.py file that is part of the saspy repo, because sascfg.py can be overwritten when you do this. That's why you put your configurations in the _personal file so they don't get clobbered when you upgrade!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 21:43:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/503256#M283</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2018-10-10T21:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy - How to access a library which is unassigned?</title>
      <link>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/503258#M284</link>
      <description>&lt;P&gt;Thanks a lot&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/143096"&gt;@sastpw&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 21:50:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SASPy-How-to-access-a-library-which-is-unassigned/m-p/503258#M284</guid>
      <dc:creator>peiranchen</dc:creator>
      <dc:date>2018-10-10T21:50:16Z</dc:date>
    </item>
  </channel>
</rss>

