Which SAS technique should you use? Consider how often the program is to be run, your comfort level and more.
DATA Step or PROC? It depends… was published on SAS Users.
Which SAS technique should you use? Consider how often the program is to be run, your comfort level and more.
DATA Step or PROC? It depends… was published on SAS Users.
SAS is inclusive as a community, as a company, and as a technology. I’ll wear the message loud and proud — and you can too.
The post Inclusive language: in coding, in your wardrobe, in life appeared first on The SAS Dummy.
SAS® Management Console is by far my favourite SAS application. As a SAS platform administrator I like it because I can use it to administer much of the SAS 9 platform. I also like that I can use it to reach into, query and update SAS metadata in …
Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In this post I’ll discuss how to bring a distributed CAS table back to your Python client as a DataFrame. In this example, I’m using Python on my laptop (Python client) to connect to the […]
Getting Started with Python Integration to SAS® Viya® – Part 14 – CAS Table to DataFrame was published on SAS Users.
Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In previous posts, I discussed how to connect to the CAS server, how to execute CAS actions, and how your data is organized on the CAS server. In this post I’ll discuss loading client-side CSV files into […]
Getting started with Python integration to SAS® Viya® – Part 13 – Loading a Client-Side CSV File into CAS was published on SAS Users.
After a recent installation of SAS 9.4 M8 I needed to refresh the SAS clients on a Windows installation. I did an Upgrade-in-Place (UIP) for those clients which updated my SAS Management Console 9.4 M7 installation to 9.4 M8. When I started SAS Managem…