Tag: Developers

Getting Started with Python Integration to SAS® Viya® – Part 2 – Working with CAS Actions and CASResults Objects

In the second post of the Getting Started with Python Integration to SAS® Viya® series we will learn about Working with CAS Actions and CASResults Objects. CAS actions are commands sent to the CAS server to run a task, and CASResults objects contain information returned from the CAS server. This […]

Getting Started with Python Integration to SAS® Viya® – Part 2 – Working with CAS Actions and CASResults Objects was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Index

Index of articles on Getting Started with Python Integration to SAS® Viya®. Part 1 – Making a Connection Part 2 – Working with CAS Actions and CASResults Objects Part 3 – Loading a CAS Action Set Part 4 – Exploring Caslibs Part 5 – Uploading Data into CAS Part 6 […]

Getting Started with Python Integration to SAS® Viya® – Index was published on SAS Users.

How to save Jupyter notebooks in assorted formats

Learning never stops. When SAS had to change this year’s SAS Global Forum (SGF) to a virtual event, everyone was disappointed. I am, however, super excited about all of the papers and stream of video releases over the last month (and I encourage you to register for the upcoming live […]

How to save Jupyter notebooks in assorted formats was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 1 – Making a Connection

Welcome to the first post for the Getting Started with Python Integration to SAS Viya series! With the popularity of the Python programming language for data analysis and SAS Viya’s ability to integrate with Python, I thought, why not create tutorials for users integrating the two? To begin the series […]

Getting Started with Python Integration to SAS® Viya® – Part 1 – Making a Connection was published on SAS Users.

Extending Excel with Python and SAS Viya

Whether you like it or not, Microsoft Excel is still a big hit in the data analysis world. From small to big customers, we still see fit for daily routines such as filtering, generating plots, calculating items on ad-hoc analysis or even running statistical models. Whenever I talk to customers, […]

Extending Excel with Python and SAS Viya was published on SAS Users.

Tips and resources for making the most of your SAS experience

Let’s be honest, there is a lot of SAS content available on the web. Sometimes it gets difficult to navigate through everything to find what you need, especially if you are looking for complimentary resources. Training budgets can be limited or already used for the year, but you’re still interested […]

Tips and resources for making the most of your SAS experience was published on SAS Users.

Challenge accepted: Learning data prep in CASL

As a long-time SAS 9 programmer, I typically accomplish my data preparation tasks through some combination of the DATA Step, Proc SQL, Proc Transpose and some housekeeping procs like Proc Contents and Proc Datasets. With the introduction of SAS Viya, SAS released a new scripting language called CASL – a […]

Challenge accepted: Learning data prep in CASL was published on SAS Users.

Adding SAS® procedures to the SASPy interface to Python

Bringing the power of SAS to your Python scripts can be a game changer. An easy way to do that is by using SASPy, a Python interface to SAS allowing Python developers to use SAS® procedures within Python. However, not all SAS procedures are included in the SASPy library. So, […]

Adding SAS® procedures to the SASPy interface to Python was published on SAS Users.