Diff between proc sql merge and join?
Answer / anand
Merge - Data sets must be sorted by or indexed on the BY variable prior to merging.
Proc SQL - Data sets doesnot need to be sorted or indexed.
| Is This Answer Correct ? | 8 Yes | 0 No |
How to sort in descending order?
Have you used macros? For what purpose you have used? : sas-macro
Difference b/n proc means and proc summary procedures?
What is the order of application for output data set options, input data set options and SAS statements?
what is sas olap server? : Sas-di
is there any differnce between proc means and proc summary?
Mention the validation tools used in SAS?
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
Which is the Best SAS training Institute in Delhi NCR for SAS certification preparation
what is chi-square test? have you used that?
1 Answers Accenture, Quintiles,
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming