- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello Guys,
Greetings of the day.
In sas :
If we want to use sas datasets in sas server we can use the below
libname SomeAmazingLibrary "/sas/data/sas_datasets/Bla/Di/Bla";
Now if i want to assign sas datasets in sas server in python jupyter notebook
What are the steps to be followed ?
Should sas software installed locally?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@U2 ,
Please see the configuration step here https://sassoftware.github.io/saspy/install.html#configuration. You have to connect to the SAS server, local or remote. Here is the information about starting the SAS session and loading the data https://sassoftware.github.io/saspy/getting-started.html#start-a-sas-session.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
And, the saspy method for assigning a library is the following (off of the SASsession object):
saslib
(libref: str, engine: str = ' ', path: str = '', options: str = ' ', prompt: dict = None) → str
Parameters: |
|
---|---|
Returns: |
SAS log |