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
explain about sas business intelligence? : Sas-bi
Briefly explain input and put function?
What are the 3 components in sas programming?
What is the command used to find missing values?
what is the difference between nodup and nodupkey options? : Sas programming
what is the Population you used in your project, is it ITT or PP?
Define run-group processing?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
What sas features do you use to check errors and data validation?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
How we can call macros with in data step? : sas-macro
explain the difference between proc means and proc summary?
Mention few capabilities of sas framework.
Describe the function and untility of the most difficult SAS macro that you have written.
What is the use of divide function?