What is difference between (a-z) and (a--z)
Answer Posted / trishna
var a1-a5: It diplays variables a1 to a5
like: a1 a2 a3 a4 a5
mean i.e it only shows variable ranges.
var a--z : displays a to z it includes variables between
a to z
like: a c d e y z
mean a--z
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What versions of SAS have you used (on which platforms)?
What commands are used in the case of including or excluding any specific variables in the data set?
how could you generate test data with no input data? : Sas programming
explain the use of % includes a statement in sas? : Sas-administrator
Describe 5 ways to do a “table lookup” in SAS?
How to test the debugging in sas?
What is the difference between one to one merge and match merge? Give an example.
what is data governance? : Sas-di
What is the role of unrestrictive users? : sas-grid-administration
What is the difference between class statement and by statement in proc means?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
what is the purpose of _error_? : Sas programming
What are the parameters of scan function?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
Explain append procedure?