Tag: Programming Tips

Finding n-th instance of a substring within a string

“There’s a way to do it better – find it.” – Thomas A. Edison When it comes to SAS coding, this quote by Thomas A. Edison is my best advisor. Time permitting, I love finding better ways of implementing SAS code. But what code feature means “better” – brevity, clarity […]

Finding n-th instance of a substring within a string was published on SAS Users.

Dividing by zero with SAS – myths and realities

To those of you who have not read my previous post, Dividing by zero with SAS, it’s not too late to go back and make it up. You missed a lot of fun, deep thought and opportunity to solve an unusual SAS coding challenge. For those who have already read […]

Dividing by zero with SAS – myths and realities was published on SAS Users.