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 are informats in sas? : Sas-administrator
What do you code to create a macro? : sas-macro
What Proc glm does?
how to debug and test the sas program? : Sas-administrator
What are the difficulties u faced while doing vital signs table or dataset?
How we can create SAS USER DEFINED CODE?
Enlist the functions performed by sas.
How do you convert basic cube to transaction cube and transaction cube to basic cube?
what is the difference between nodup and nodupkey options? : Sas programming
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
How to create list output for cross-tabulations in proc freq?
where are dashboard components are created and maintained? : Sas-bi
what are some differences between proc summary and proc means? : Sas programming
what is the difference between infile and input? : Sas-administrator
What is the general format of function in sas? : sas-grid-administration