Lengths and formats in SAS: the long and short of it
What's the difference between LENGTH and FORMAT in a SAS data set? This article shares the answer, with examples.
What's the difference between LENGTH and FORMAT in a SAS data set? This article shares the answer, with examples.
If you use formatted variables in a CLASS statement in procedures such as MEANS or UNIVARIATE, SAS will use the formatted values of those variables and not the internal values. For example, consider you have a data set (Health) with variables Subj, Age, Weight, and Height. You want to see
In my previous blog, you saw how to create a Beale cipher. In this blog, you will see a program that can decode a Beale cipher. As a reminder, here is a list of numbers that you can use as a substitute for a letter when creating your cipher. Now,