What is difference between (a-z) and (a--z)
Answer Posted / satish kumar.v
IF you have given this
data k;
input a1 a2 a4 a3;
datalines;
1 2 3 4
5 6 7 8
;
proc print;
var a1--a4;
run;
proc print;
var a1-a4;
run;
the order is taken as priority when ever the a4 occurs then
it will stops processing in the case of a1--a4 i.e it will
display only 3 variables (a1 a2 a4) where as in second case
a1-a4 it will display all the 4 variables with 2 records
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
how will you location sas platform applications available from web browser? : Sas-bi
What versions of SAS have you used (on which platforms)?
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
What are the prime responsibilities of data integration administrator? : Sas-di
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
What will calendar procedure do?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
For clinical entire study how many tables will create approx?
What do you code to create a macro? : sas-macro
What does PROC print, and PROC contents do?
What are the data types does SAS contain?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
Give some examples where proc report’s defaults are same as proc print’s defaults?
how does sas handle missing values in a merge? : Sas programming
explain what is factor analysis? : Sas-administrator