Tag: Developers

Calling SAS Decision Manager Rulesets in ESP

SAS Decision Manager enables you to build and test decisions to use in batch processes, real-time web applications or with SAS ESP. In this blog, I explain how to use Rulesets in an Event Stream Process project. If you are streaming data using SAS ESP and your data stream involves […]

Calling SAS Decision Manager Rulesets in ESP was published on SAS Users.

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 conditionally terminate a SAS batch flow process in UNIX/Linux

In automated production (or business operations) environments, we often run SAS job flows in batch mode and on schedule. SAS job flow is a collection of several inter-dependent SAS programs executed as a single process. In my earlier posts, Running SAS programs in batch under Unix/Linux and Let SAS write […]

How to conditionally terminate a SAS batch flow process in UNIX/Linux was published on SAS Users.

5 things to know about multi-tenancy

Multi-tenancy is one of the exciting new capabilities of SAS Viya. Because it is so new, there is quite a lot of misinformation going around about it. I would like to offer you five key things to know about multi-tenancy before implementing a project using this new paradigm. All tenants […]

5 things to know about multi-tenancy 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.