What is difference between (a-z) and (a--z)
Answer Posted / rajaanku11
Your question is not clear, I am assuming a, z as variable
names.
In the input statement
Input a-z; It is a number range list from a to z.
input a--z; is the name range list between a to z.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Explain what Proc glm does?
how does sas handle missing values in formats? : Sas programming
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
How we can create SAS USER DEFINED CODE?
What are the differences between sum function and using “+” operator?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
How would you identify a macro variable?
What is interleaving in SAS?
Give e an example of..
what is program data vector? : Sas-administrator
What are types of transport files?
What are the statements in proc sql?
what is intially documentation in sas?
Do you know the features of sas?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming