Tag: sas programming

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.

We’re moving on: SAS Learning Post has merged with SAS Users

The SAS Learning post has merged with the SAS Users blog to provide you with all the training, certification, books, events, and programming tips you need.
The post We’re moving on: SAS Learning Post has merged with SAS Users appeared first on SAS Lear…

New Performance-Based Certification: Write SAS Code During Your Exam

SAS has worked with our exam delivery partners to integrate a live lab into an exam, which can be delivered anywhere, anytime, on-demand.
The post New Performance-Based Certification: Write SAS Code During Your Exam appeared first on SAS Learning Post….

Convert a text-based measurement to a number in SAS

Regular expressions are a powerful method for finding specific patterns in text. The syntax of regular expressions is intimidating, but once you’ve solved a few pattern-recognition problems with regex, you’ll never go back to your old methods.

The post Convert a text-based measurement to a number in SAS appeared first on The SAS Dummy.

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.

Webpage scraping made easy with PROC HTTP

SAS Press author Matt Windham shows you how to use the SAS procedure PROC HTTP to grab raw data from a website.
The post Webpage scraping made easy with PROC HTTP appeared first on SAS Learning Post.

Four more tips about hash tables

Now is your chance to learn even more about SAS hash tables with four additional articles on the subject.
The post Four more tips about hash tables appeared first on SAS Learning Post.