How can I create a SAS variable?
There are many ways to Make Variables- Overview.
- CreatYou can find more information at New VariableUse the LENGTH Statement.
- CreatYou can find more information at New VariableUse the ATTRIB Statement.
- CreatYou can find more information at New VariableUse an Assignment Statement
- Reading Data using the INPUT Statement in a DATA step
- CreatYou can find more information at New VariableUse the FORMAT and INFORMAT statements.
- Use the IN= Data Set Option.