Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to use SASPY on SAS Server 9.3 #184

Closed
maxl88 opened this issue Nov 7, 2018 · 4 comments
Closed

Is there any way to use SASPY on SAS Server 9.3 #184

maxl88 opened this issue Nov 7, 2018 · 4 comments

Comments

@maxl88
Copy link

maxl88 commented Nov 7, 2018

Hi everyone,

We are actually using SAS Server 9.3 and would like to access our libraries through python.
SASPY seems to be the best option by far.

We know that SASPY doesn’t officially support SAS 9.3. Is there a way to connect with SASPY anyway?

Thanks!

@tomweber-sas
Copy link
Contributor

There was a user who needed to run against a local install of 9.3 on Windows. That did work once we added the following to the configuration file.

SAS_output_options = {'output' : 'html'}

The main reason for 9.4 as a minimum is the support of HTML5. HTML5 allows all of the images, plots, graphs,... to be embedded in the html document instead of being written to individual files with links in the main document - which is what HTML does.
But, as the user was running a local notebook on a local SAS instance, HTML output rendered fine since the links to the files were local, so that worked.

So, as long as you're running a local SAS instance, you can set the 'output' key to HTML instead of HTML5 and you ought to be able to run with 9.3. I can't guarantee everything you try will work, but I expect it ought to be pretty compatible. I believe it should work with both IOM and STDIO access methods.

If you're using a remote connection, I don't allow that (check it in the code and fail).
How are you trying to run?

Tom

@tomweber-sas
Copy link
Contributor

Those are for #182; switching back to that issue.

@tomweber-sas
Copy link
Contributor

Any updates on this? Were you able to try it out?
Thanks,
Tom

@tomweber-sas
Copy link
Contributor

Closing this as no response. If there are further questions on this, just reopen.

Thanks!
Tom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants