Tag: Open Source

Using Python to work with SAS Viya and CAS

One of the big benefits of the SAS Viya platform is how approachable it is for programmers of other languages. You don’t have to learn SAS in order to become productive quickly. We’ve seen a lot of interest from people who code in Python, maybe because that language has become […]

The post Using Python to work with SAS Viya and CAS appeared first on The SAS Dummy.

Introducing SASPy: Use Python code to access SAS

Thanks to a new open source project from SAS, Python coders can now bring the power of SAS into their Python scripts. The project is SASPy, and it’s available on the SAS Software GitHub. It works with SAS 9.4 and higher, and requires Python 3.x. I spoke with Jared Dean […]

The post Introducing SASPy: Use Python code to access SAS appeared first on The SAS Dummy.

Reporting on GitHub accounts with SAS

At SAS, we’ve published more repositories on GitHub as a way to share our open source projects and examples. These “repos” (that’s Git lingo) are created and maintained by experts in R&D, professional services (consulting), and SAS training. Some recent examples include: sas_kernel, which provides Jupyter notebook support for SAS. […]

The post Reporting on GitHub accounts with SAS appeared first on The SAS Dummy.

Learning SAS programming for R users

TL; DR Free training from SAS: “SAS Programming for R Users.” The schedule of Live Web offerings is here. If you prefer self-study, the complete course materials are on the SAS Software GitHub space and you can practice with the free SAS University Edition software. The details: how R programmers […]

The post Learning SAS programming for R users appeared first on The SAS Dummy.

How to run SAS programs in Jupyter Notebook

We’ve just celebrated Earth Day, but I’m here to talk about Jupyter — and the SAS open source project that opens the door for more learning. With this new project on the github.com/sassoftware page, SAS contributes new support for running SAS from within Jupyter Notebooks — a popular browser-based environment […]

The post How to run SAS programs in Jupyter Notebook appeared first on The SAS Dummy.

Face Off: Review OpenCDISC XML files

OpenCDISC, the first open source CDISC validator, is already in the toolbox of FDA reviewers (CDER/CBER, see CDISC Standards in the Regulatory Submission Process, 26 January 2012, P.33). The key features in OpenCDISC is a dichotomy of validation rules (XML based) and application logic. Currently OpenCDISC Validator (Version 1.2.1) officially supports the four following CDISC […]

Plug for RStudio: powerful, free, and easy to use interactive development environment for R

(click for a bigger picture)As a longtime SAS user, one obstacle for me in using R professionally has been figuring out a process for saving and testing code across several work sessions and integrating code composition and execution. There are a coup…

Learn Time Series Analysis: Free Materials for SAS Users

0. A gentle Introduction to Time Series Analysis, may serve as fast learning materials:

http://www.itl.nist.gov/div898/handbook/pmc/section4/pmc4.htm

1. An open source book(with data and code), A First Course on Time Series Analysis: examples with SAS, by Prof. Michael Falk, is available in:

http://statistik.mathematik.uni-wuerzburg.de/timeseries/

2. A SAS User book, Forecasting Examples for Business and Economics Using SAS […]