Category: SAS

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 access Federal Reserve Economic Data (FRED) with SASEFRED in SAS/ETS® software

SAS Public Sector’s Elena Shtern is your guide as you extract data from the Federal Reserve Economic Data site using the SASEFRED interface engine, part of SAS/ETS® software.

How to access Federal Reserve Economic Data (FRED) with SASEFRED in SAS/ETS® software was published on SAS Users.

Are you good at debugging SAS code?

I have always believed that good debuggers are good coders for the simple reason that once you understand a bug, you will be better able to avoid it in the future. You can test your debugging skills with this blog I wrote for SAS Press.
 

What’s wrong with this code?

Whether you enjoy debugging or hate it, for programmers, debugging is a fact of life. It’s easy to misspell a keyword, scramble your array subscripts, or (heaven forbid!) forget a semicolon. That’s why we include a chapter on debugging in The Little SAS® Book and its companion book, Exercises and […]

What’s wrong with this code? 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.

Transform word vector tables from long to wide

In natural language processing, word vectors play a key role in making technologies such as machine translation and speech recognition possible. Let’s talk about how to transform word vector tables from long to wide in SAS, so we can potentially get sentence vectors to process further.

Transform word vector tables from long to wide was published on SAS Users.

Using SAS to estimate the link between ozone and asthma (and a neat trick)

While working at the Rutgers Robert Wood Johnson Medical School, I had access to data on over ten million visits to emergency departments in central New Jersey, including ICD-9 (International Classification of Disease – 9th edition) codes along with some patient demographic data. I also had the ozone level from […]

Using SAS to estimate the link between ozone and asthma (and a neat trick) was published on SAS Users.