Rules for SAS variable names
This post is part of 'SAS | General' series
A variable name:
- can be up to 32 bytes in length
- can contain only letters (a-z,A-Z), digits(0-9), or underscores(_)
- must begin with a letter from the alphabet (A–Z, a–z) or the underscore.