Tag: Tech

Debugging a stored-process problem

Have you ever submitted a stored process, and instead of the expected output, you saw errors or no output at all? Depending on how you submit the stored process, various logs are available to assist you with debugging.

This article provides guidance for understanding which situations call for which logs, where to find each log, and what you should look for in each log.

Debugging a stored-process problem was published on SAS Users.

Introducing TRIMS function to remove any leading and/or trailing characters from SAS strings

Leonid Batkhan introduces multipurpose TRIMS function that removes any leading, trailing or both leading and trailing characters from SAS strings.

Introducing TRIMS function to remove any leading and/or trailing characters from SAS strings was published on SAS Users.

Encrypting Data Using SAS

There are many reasons why you might want to encrypt data. I use a SAS program to encrypt a list of logon names and passwords. Before we get started describing how to encrypt data, let’s discuss some basic concepts concerning encrypting and decrypting data. All computer data is stored as […]

Encrypting Data Using SAS was published on SAS Users.

Your guide for analyzing real time data with streaming analytics from SAS® Viya® on Azure

This article was co-written by Jane Howell, IoT Product Marketing Leader at SAS. Check out her blog profile for more information. As artificial intelligence comes of age and data continues to disrupt traditional industry boundaries, the need for real-time analytics is escalating as organizations fight to keep their competitive edge. […]

Your guide for analyzing real time data with streaming analytics from SAS® Viya® on Azure was published on SAS Users.

CAS-Action! Executing the SAS DATA Step in SAS Viya

Just because you are using CAS actions doesn’t mean you can forget about the powerful SAS DATA step. The dataStep.runCode CAS action is here! Welcome back to my SAS Users blog series CAS Action! – a series on fundamentals. I’ve broken the series into logical, consumable parts. If you’d like […]

CAS-Action! Executing the SAS DATA Step in SAS Viya was published on SAS Users.

CAS-Action! Executing SQL in SAS Viya

SQL is an important language for any programmer working with data. In SAS Cloud Analytic Services (CAS) you can execute SQL queries using the fedSQL.execDirect CAS action! Welcome back to my SAS Users blog series CAS Action! – a series on fundamentals. I’ve broken the series into logical, consumable parts. […]

CAS-Action! Executing SQL in SAS Viya was published on SAS Users.

CAS-Action! Simply Distinct – Part 2

In my previous post CAS-Action! Simply Distinct – Part 1 I reviewed using the simple.distinct CAS action to explore distinct and missing values in a distributed CAS table. Welcome back to my SAS Users blog series CAS Action! – a series on fundamentals. I’ve broken the series into logical, consumable […]

CAS-Action! Simply Distinct – Part 2 was published on SAS Users.