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 |
Describe a time when you were really stuck on a problem and how you solved it?
What statement do you code to write the record to the file?
why is sas data integration studio important? : Sas-di
What is difference between (a-z) and (a--z)
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
why is sas considered self-documenting? : Sas programming
How do you debug macros?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
what has been your most common programming mistake? : Sas programming
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
how do the in= variables improve the capability of a merge? : Sas programming
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro