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 |
What is PROC in SAS?
what is Global Symbol table and Local symbol table?
Are you familiar with special input delimiters How are they used?
What is criteria for adverse events and treatment-emergent adverse events?
6) Explain about below automatic variables a) _N_ b) _ERROR_ c) _CHAR_ d) _NUMERIC_ e) _ALL_ f) FIRST.BY VARIABLE g) LAST.BY VARIABLE h) _NAME_ i) _TYPE_ j) _FREQ_ k) _STAT_ l) _BREAK
What does proc print, and proc contents are used for?
how to read character value without using substr function in sas ?
What are the data types does SAS contain?
how to import HTML files into SAS datasets?
What are the data types that sas contain?
What's the difference between VAR A1 - A4 and VAR A1 - A4?
Explain proc univariate?