Answer Posted / suneetha
If we consider 'a' as lower limit and 'z' as upper limit,
a-z is used to refer numeric variables and a--z is used to
refer to character variables.
| Is This Answer Correct ? | 15 Yes | 7 No |
Post New Answer View All Answers
what are some good sas programming practices for processing very large data sets? : Sas programming
What is slibref?
What is PROC in SAS?
Why and when do you use proc sql?
how to generate the test data in sas without input data? : Sas-administrator
for what purpose would you use the retain statement? : Sas programming
How can I remove header from output data set?
What is proc sort?
what is the effect of the options statement errors=1? : Sas programming
how does sas handle missing values in sort order? : Sas programming
What is PDV?
Explain the special input delimiters used in sas programming.
What is the difference between %local and %global? : sas-macro
Describe 5 ways to do a “table lookup” in SAS?
How can you limit the variables written to output dataset in data step?