Grid computing: What you need to know

Right now, grid computing is one of the hottest topics here at SAS. To get more information about the technology and how people can get trained in it, I talked to Nancy Goodyear who manages e-Learning products at SAS. What is grid computing? Grid compu…

Dice probabilities and the game of "craps"

Gambling games that use dice, such as the game of “craps,” are often used to demonstrate the laws of probability. For two dice, the possible rolls and probability of each roll are usually represented by a matrix. Consequently, the SAS/IML language makes it easy to compute the probabilities of various […]

SAS and VBA (6) : delete empty rows

One tricky question of the data work is to delete empty rows/observations in a raw file. A code snippet is particular useful to handle such cases. At the mean time, we need to know how many rows are actually removed as the execution result. In this dem…