Tag: tips & techniques

Five key security features in the SAS Visual Analytics app

App security is at the top of mind for just about everybody – users, IT folks, business executives. Rightfully so. Mobile apps and the devices on which they reside tend to travel around, without any physical boundaries that encompass the traditional desktop computers. In chatting with folks who are evaluating […]

Five key security features in the SAS Visual Analytics app was published on SAS Users.

Making the most of the ODS Excel destination

As a SAS programmer, you are asked to do many things with your data — reading, writing, calculating, building interfaces, and occasionally sending data outside of SAS. One of the most popular outputs you may be tasked with creating is likely a Microsoft Excel workbook. Have you ever heard, “just […]

Making the most of the ODS Excel destination was published on SAS Users.

Moving from natural language processing to natural language understanding

Imagine a world where satisfying human-computer dialogues exist. With the resurgence of interest in natural language processing (NLP) and understanding (NLU) – that day may not be far off. In order to provide more satisfying interactions with machines, researchers are designing smart systems that use artificial intelligence (AI) to develop […]

Moving from natural language processing to natural language understanding was published on SAS Users.

Launching the Developers Community in SAS Communities

As word spreads that SAS integrates with open source technologies, people are beginning to explore how to connect, interact with, and use SAS in new ways. More and more users are examining the possibilities and with this comes questions like: How do I code A, integrate B, and accomplish C? […]

Launching the Developers Community in SAS Communities was published on SAS Users.

Dividing by zero with SAS

Whether you are a strong believer in the power of dividing by zero, agnostic, undecided, a supporter, denier or anything in between and beyond, this blog post will bring all to a common denominator. History of injustice For how many years have you been told that you cannot divide by […]

Dividing by zero with SAS 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 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.