About 71 results
Open links in new tab
  1. SASPy — saspy 5.104.0 documentation - GitHub

    SASPy Date: Oct 30, 2025 Version: 5.104.0 Source Repository: http://github.com/sassoftware/saspy Issues and Ideas: https://github.com/sassoftware/saspy/issues Example Repo: …

  2. Getting started — saspy 5.104.0 documentation - GitHub

    Getting started This is an interface module to the SAS System. It connects to SAS 9.4 (released July 2013) or newer and enables Python programmers to take advantage of their licensed SAS …

  3. Installation — saspy 5.104.0 documentation - GitHub

    Installation This package can be installed via pip, uv, pixi, or conda. It is a pure Python package and works with Python 3.x installations. Installation via pip pip is the default Python package manager …

  4. Configuration — saspy 5.104.0 documentation - GitHub

    SASPy still provides support for Java 7 so both 2.12.4 and 2.17.1 are included in the SASPy deployment. SASPy configures the classpath by default and uses the 2.12.4 jars to maintain …

  5. Advanced topics — saspy 5.104.0 documentation - GitHub

    Sep 4, 2001 · But, as of saspy version 3.2.0, there is an option (my_fmts=) to override saspy’s choice of formats for writing the data values and use the formats defined on the data set, or specified by you …

  6. API Reference — saspy 5.104.0 documentation - GitHub

    API Reference SAS Session Object class saspy.sasbase.SASsession(**kwargs) Overview The SASsession object is the main object to instantiate and provides access to the rest of the …

  7. Ask the Expert: SASPy Demo: Q&A, Slides, Demo Notebook and On …

    Aug 26, 2021 · How Do I Use SASPy to Interface with SAS® From My Python Code? Q&A, Slides, Demo Notebook and On-Demand Recording Watch this Ask the Expert session for an introduction to …

  8. Installing SASPy Kernel for Jupyter Notebooks and Jupyter Lab

    May 30, 2018 · The SAS Kernel SASPy allows you to program in SAS using Jupyter Notebooks and Jupyter Lab. Jupyter Notebooks and Jupyter Lab both allow you to incorporate cells with Markdown …

  9. Troubleshooting — saspy 5.104.0 documentation - GitHub

    Troubleshooting This chapter covers troubleshooting procedures with this module. While we don’t expect you to have trouble, there are some cases where you might not have everything working …

  10. Solved: SASPy and the Macro Processor - SAS Communities

    Jan 22, 2024 · Hi Experts, I've been working to modernize our front-end applications using Python (with the PyQt framework) and connecting it to our existing back-end SAS programs. Typically, I've been …