Tag: tips & techniques

Getting Started with SAS Containers

As of December 2018, any customer with a valid SAS Viya order is able to package and deploy their SAS Viya software in Docker containers. SAS has provided a fully documented and supported project (or “recipe”) for easily building these containers. So how can you start? You can simply stop […]

Getting Started with SAS Containers was published on SAS Users.

How to split a raw file or a data set into many external raw files

Recently, I worked on a cybersecurity project that entailed processing a staggering number of raw text files about web traffic. Millions of rows had to be read and parsed to extract variable values. The problem was complicated by the varying records composition. Each external raw file was a collection of […]

How to split a raw file or a data set into many external raw files was published on SAS Users.

Authentication to SAS Viya: a couple of approaches

In my blog series regarding SAS REST APIs (you can read all of my posts on this topic here) I outlined how to integrate SAS analytical capabilities into applications. I detailed how to construct REST calls, build body parameters and interpret the responses. I’ve not yet covered authentication for the […]

Authentication to SAS Viya: a couple of approaches was published on SAS Users.