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 does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.
You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?
What is the difference between informat and format statement?
Identify statements whose placement in the DATA step is critical.
what is hash files in sas and why we are using this one in sas?
Which is Best Institute for learning SAS BASE & SAS BI in Hyderabad? Can anyone suggest me ?
Mention the validation tools used in SAS?
what is the primary variable in your study?
How would you define the end of a macro? : sas-macro
I have a dataset with variables empid and doj how to calculate retirement age?
Explain what is SAS informats?
Can we replace a dataset into view?