What's the difference between VAR A1 - A4 and VAR A1 - A4?
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 |
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What is difference between (a-z) and (a--z)
What are the applications primarily used by business analyst? : Sas-bi
What SAS statements would you code to read an external raw data file to a DATA step?
What’s the difference between var b1 – b3 and var b1 — b3?
what are input dataset and output dataset options? : Sas programming
What is univariate n where it can be used n how...?
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
what is slowly changing dimension? : Sas-di
What is the difference between class statement and by statement in proc means?
What is program data vector (pdv)?
What are the default statistics for means procedure?