Category: SAS

New SAS Job Site

Well, I finally got my new site up and running. It is a job site specifically for SAS programmers looking for SAS jobs in the US. I switched the www.sasCoders.com URL from this blog to the new site yesterday. Hopefully it won’t be too confusing to peop…

New SAS Job Site

Well, I finally got my new site up and running. It is a job site specifically for SAS programmers looking for SAS jobs in the US. I switched the www.sasCoders.com URL from this blog to the new site yesterday. Hopefully it won’t be too confusing to peop…

New SAS Job Site

Well, I finally got my new site up and running. It is a job site specifically for SAS programmers looking for SAS jobs in the US. I switched the www.sasCoders.com URL from this blog to the new site yesterday. Hopefully it won’t be too confusing to peop…

Adding format catalogs without loosing others

As I mentioned when creating a user-defined format for Information Maps in a prior post custom or user-defined formats can be created and stored quickly in the default format catalog for all Business Intelligence products within “Lev1\SASApp\SASEnviron…

Avoid Magic Numbers

Mention of my university days last week reminded me of an old maxim that my professor drummed into me. Avoid magic numbers.

Have you ever had to amend a colleague’s code and found a number in the middle of a calculation and wondered what the si…

Avoid Magic Numbers

Mention of my university days last week reminded me of an old maxim that my professor drummed into me. Avoid magic numbers.

Have you ever had to amend a colleague’s code and found a number in the middle of a calculation and wondered what the si…

Avoid Magic Numbers

Mention of my university days last week reminded me of an old maxim that my professor drummed into me. Avoid magic numbers.

Have you ever had to amend a colleague’s code and found a number in the middle of a calculation and wondered what the si…

NOTE: Macro Options

Last week I wrote about the availability of the IN operator in macro through the use of the MINOPERATOR system option. I mentioned that SAS v9.0/9.1 had introduced a number of useful features to the SAS macro capability. Here are some options that you …