Programming Tips 3

Have you triple checked your code and still not getting the correct results?

Missing the semi-colon is THE MOST common mistake beginners make when programming SAS.

Picture

This will no doubt give you an error or warning message in the Log tab.

Picture

If your code does not work, check to see if the code is missing a semi-colon.