The Toronto Area SAS Society (TASS) meeting last Friday was the perfect way to kick-off what promises to be a very busy Fall/Winter user group season. As I blogged about on the SAS Canada Community site, I was really looking forward to a tightly-themed…
A test to count missing values for large data
This morning Rick introduced how to count the missing frequencies for all variables in a dataset, including character and numeric variables. He provided two solutions by either PROC FREQ or PROC IML. I have a petty macro based on PROC SQL’s nmiss() f…
A test to count missing values for large data
This morning Rick introduced how to count the missing frequencies for all variables in a dataset, including character and numeric variables. He provided two solutions by either PROC FREQ or PROC IML. I have a petty macro based on PROC SQL’s nmiss() f…
A test to count missing values for large data
This morning Rick introduced how to count the missing frequencies for all variables in a dataset, including character and numeric variables. He provided two solutions by either PROC FREQ or PROC IML. I have a petty macro based on PROC SQL’s nmiss() f…
Create your first stored process in one little minute
Watch the following youtube video to see how easy it is to create a stored process using the SAS Enterprise Guide Stored Process Wizard interface.
Tip on creating graphic files in specific locations
When trying to write out graphics to a specific filename location, the gsfname option is only honored when ODS LISTING is turned on and ODS HTML is turned off. This is especially important in 9.3 Base SAS as the ODS HTML option is the default output de…