<p>I’m only familiar with C and SAS, as far as pure programming goes (I’m a Stats major). I took C programming before I took SAS, and it did help.</p>
<p>SAS is easier than pure C programming. There are similarities, but many differences.</p>
<p>There’s two main aspects to SAS: </p>
<p>1) importing your data (which can be done in many different ways). It’s not as simple as it sounds, as the data (variables) have to be coded properly depending on what type of data you have (categorical, numerical, alpha, etc). There’s also special coding needed for different things like dates, numbers with commas, hyphens, etc.</p>
<p>2) running functions on your data/analyzing your data. After you import your data you need to be able run do specific things with that data. Create regression models, create charts, graphs, etc. Running various statistical tests on the data. There are literally thousands of commands that you can do in SAS depending on what you want to do with the data.</p>
<p>SAS is a great program. Lots of opportunity if you are a good SAS programmer.</p>
<p>FWIW, I’ve taken 2 classes that used SAS specifically, as well as taking a class in SAS…in addition to getting a degree in Statistics…and I still would categorize myself as a novice to average SAS programmer.</p>
<p>If you want to learn a statistical software package, you can download “R” for free. It’s a decent package. The price is right!!</p>
<p>I actually like another SAS product better, called JMP. Very powerful program that is very user friendly. I’m not a giant advocate of pure programming/coding. It can get quite frustrating at times.</p>