
Imposter Syndrome in the SAS World: Why You’re Better Than You Think
Have you ever stared at a SAS log filled with errors and thought, “I have no idea what I’m doing”? Or compared yourself to another programmer and wondered how they make it all look so easy? If so, you’re not alone, and you’re definitely not […]

How to Get Started with SAS: A Beginner’s Guide to SAS Programming
If you’re new to data analytics or just starting with SAS (Statistical Analysis System), welcome! You’re entering a powerful world of data manipulation, analysis, and visualization used across industries from healthcare to finance. In this beginner’s guide, we’ll walk through how to get started with […]

How to Comment Your Code for Future You (and Your Team)
As data analysts, we often focus on solving the problem in front of us—cleaning the data, building a model, or producing that final report. But have you ever opened your old SAS code and had no idea what you were thinking? You’re not alone. Documenting […]

How to Import a TXT File into SAS (Step-by-Step Guide for Beginners)
If you’re working with data in SAS, chances are you’ll need to import a TXT file at some point. Whether it’s survey responses, transaction logs, or exported reports, plain text files are a common format for raw data. This guide will show you how to […]

How to Start a Career in Data Analysis with Programming Skills
In a world overflowing with data, the ability to make sense of it is one of the most valuable skills you can have. Whether you’re analyzing customer behavior, tracking business performance, or uncovering trends, data analysis is at the heart of modern decision-making. If you […]

Coding for Creative Minds: How to Use Imagination When Learning to Code

How To Import a CSV File in SAS Using PROC IMPORT
When diving into data analysis, building reports, or prepping data for modeling, one of the most common and essential tasks you may run into is to import a CSV file in SAS. CSV files are one of the most common ways to store and share […]