SAS keywords CAN be used as variable names, though it's not recommended practice. SAS will accept variable names like SET, IF, or DATA without errors. The statement claims they can't be used, which is false. This is a valid SAS feature, though it can cause confusion in code readability.