SAS Users
Providing technical tips and support information, written for and by SAS users.
The %SYSFUNC macro function allows you to access most SAS® functions. In this blog post, I demonstrate how %SYSFUNC can help in your programming needs when a macro function might not exist. I'll also share the formatting feature that is built in to %SYSFUNC and introduce the %QSYSFUNC that masks the returned value.
SAS Visual Analytics filters in 7.4 and 8.2 enable you to improve the appearance of reports based on calculations that use periodic operators. Parameter settings also enable you to provide users with a prompt for choosing the data to display in a report, without having any effect on the calculations themselves.
DESCENDING BY Variables in DATA Step Code that Runs Distributed in SAS Viya
At the Executive Conference at SAS Global Forum 2018 speaker Dan Heath says customer experiences are defined by peak moments. In this blog post, E.G. Nadhan, Chief Technology Strategist at Red Hat, shares his peak moments from SAS Global Forum 2018.
This post is an introduction to SAS Visual Forecasting 8.2. We'll build a Visual Forecasting (VF) Pipeline, which is a process flow diagram whose nodes represent tasks in the VF Process. The objective is to show how to perform the full analytics life cycle with large volumes of data: from accessing data and assigning variable roles accurately, to building forecasting models, to select a champion model and overriding the system generated forecast.
The release of SAS Viya 3.3 has brought some nice data quality features. In addition to the visual applications like Data Studio or Data Explorer that are part of the Data Preparation offering, one can leverage data quality capabilities from a programming perspective. Here is an overview of SAS Data Quality 3.3 programming capabilities.