Datasets can present themselves in different ways. Identical data can bet arranged differently, often as wide or tall datasets. Generally, the tall dataset is better. Learn how to convert wide data into tall data with PROC TRANSPOSE.
English
Do you periodically delete unneeded global macro variables? You should! Deleting macro variables releases memory and keeps your symbol table clean. Learn how the macro language statement that deletes global macro variables and about the %DELETEALL statement that can be a life saver for macro programmers.
It looks like we've finally recovered from the Great Recession, and there are even claims of record-low unemployment in several U.S. states. Of course claims like that make my data-radar go off, and I wanted to see the numbers for myself. And it's a great excuse for me to create
Have you ever lied about your age? When you were younger, perhaps you exaggerated your age to watch an R-rated movie, buy cigarettes, get into a night club, or drink alcohol? And when people reach their 30s or 40s, they might subtract a few years when people ask their age.
During SAS Global Forum 2018, I sat down with four SAS users to get their take on what makes them a SAS user. Read through to find valuable tips they shared and up your SAS game. I’m sure you will come away inspired, as you discover some universal commonalities in being a SAS user.
How old was the oldest person in your family, or the oldest person you personally know? And how do they compare to the oldest people in the world? ... Perhaps you can easily make the comparison, with this cool graph! But before we get started, here's a picture of my
How many planets are there in our solar system? The answer hasn't always been 9 ... er, I mean 8 (sorry Pluto!). The count has changed throughout history as we got a better understanding of astronomy, discovered new planets, and redefined what a 'planet' is. Wouldn't it be helpful to
The ODS destination for PowerPoint uses table templates and style templates to display the tables, graphs, and other output produced by SAS procedures. You can customize the look of your presentation in a number of ways, including using custom style templates and images. Here we'll learn about using background images.
A SAS practice exam can help you prepare for SAS certification. Practice exams are similar in difficulty, objectives, length, and design of the actual exam. While there's no guarantee that passing the practice exam will result in passing the actual exam, they can help you determine how prepared you are for an exam.
SAS variables are variables in the statistics sense, not the computer programming sense. SAS has what many computer languages call “variables,” it just calls them “macro variables.” Knowing the difference between SAS variables and SAS macro variables will help you write more flexible and effective code.