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
How will you generate test data with no input data?
What is a method to debug and test your SAS program?
Describe the ways in which you can create macro variables? : sas-macro
What are the new features included in the new version of SAS Programming Language?
How would you define the end of a macro? : sas-macro
What do the put and input function do?
what other sas products have you used and consider yourself proficient in using? : Sas programming
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
How would you identify a macro variable?
What does proc print, and proc contents are used for?
Mention what is the difference between nodupkey and nodup options?
what is hash files in sas and why we are using this one in sas?
List out some key concept of SAS
How to convert a numeric variable to a character variable?
What is the role of unrestrictive users? : sas-grid-administration