What's the difference between VAR A1 - A4 and VAR A1 - A4?
Answer Posted / viditmalhotra89
I guess you mean: difference between Var A1-A4 & Var A1--A4!
A1-A4: assumes the variable names as A1,A2,A3,A4 sequentially.
whereas,
A1--A4 : writes all the variables of the data set which are between the variables: A1 & A4,
eg: it can be name,Id etc.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
Explain how you can debug and test your SAS program?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
explain what is factor analysis? : Sas-administrator
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
How we can call macros with in data step? : sas-macro
Describe what are the different levels of administrative users in sas? : sas-grid-administration
If you could design your ideal job, what would it look like?
What is the basic syntax style in SAS?
what is the use of sas management console? : Sas-di
What is the difference between match merge and one to one merge?
How to include or exclude specific variables in a data set?
What are the statements that are executed only?
What are the ways to do a “table lookup” in sas?
What is maximum number of rows and cols can be handled in SAS?