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 |
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
is it possible to generate sas datasets using proc print ???
1 Answers GSK GlaxoSmithKline,
Briefly explain input and put function?
how will you location sas platform applications available from web browser? : Sas-bi
State the difference between INFORMAT and FORMAT ?
What are the Aggregate functions in SQL ?
How to test the debugging in sas?
How do you debug and test your SAS programs? What can you learn from the SAS log when debugging? How do you test for missing values? How would you create multiple observations from a single observation? What are some good SAS programming practices for processing very large data sets? Briefly describe 5 ways to do a "table lookup" in SAS. Why is SAS considered self-documenting? Are you sensitive to code walk-throughs, peer review, or QC review? What other SAS features do you use for error trapping and data validation? How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Approximately what date is represented by SAS date value of 730
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What are the ways to do a “table lookup” in sas?
% let A=3+4 what is result