SAS Users
Providing technical tips and support information, written for and by SAS users.
Fun with Ciphers (Part 1)
This blog serves two purposes: the main purpose is to show you some useful SAS coding techniques, and the second is to show you an interesting method of creating a Beale cipher. TJ Beale is famous in Virginia for leaving behind three ciphers, supposedly describing the location of hidden gold
SAS open-source treasures from around the world: SASjs
Veteran SAS user Leonid Batkhan introduces you to open-source SASjs framework.
Solve the Missionaries and Cannibals Problem with SAS
The Missionaries and Cannibals Problem (MCP) is a classic river-crossing logic puzzle. With SAS, we can solve this problem, visualize the solutions with SAS NETDRAW procedure and generate steps for any MCP problems.