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.
Answer / mahesh tamboli
All Request are routed via Metadata Server. So, Metadata
Server decides on the based of request to route the reqest
accordingly to the apporpriate server
| Is This Answer Correct ? | 4 Yes | 0 No |
What are the applications primarily used by business analyst? : Sas-bi
What is univariate n where it can be used n how...?
data voter; input Age Party : $1. (Ques1-Ques4)($1. + 1); datalines; 23 D 1 1 2 2 45 R 5 5 4 1 67 D 2 4 3 3 39 R 4 4 4 4 19 D 2 1 2 1 75 D 3 3 2 3 57 R 4 3 4 4 ; Idont understand what the (Ques1-Ques4)($1. + 1) means. I have seen (Ques1-Ques4)(4*$1.), but what is (Ques1-Ques4)($1. + 1)? Appreciate all help Thanks
In PROC PRINT, can you print only variables that begin with the letter “A”?
what is the difference between compiler and interpreter? give any one example (software product) that act as a interpreter?
36 Answers Accenture, College School Exams Tests, CTS, IBM, IHRD, Infosys, Sylhet Engineering College, TCS, Wipro,
Which are SAS Windows Clients & SAS Java Clients
What do you code to create a macro? : sas-macro
how does sas handle missing values in a merge? : Sas programming
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
how to perform paired t-test using Base/SAS & SAS/Stat?
Name statements that are execution only.
What can you learn from the SAS log when debugging?