What is SAS Information Map Studio and its purpose ?
Answers were Sorted based on User's Feedback
SAS Information Map Studio is the Component where we can create the Information Maps using Tables and as well Cubes.
It acts like a middle layer for SAS Web Report Studio /SAS OLAP Viewer and SAS BI Dashboard.
If i want to Create a Report in SAS Web Report Studio i have to Create a Information Map and there i select my required dimensions and measures aswell filters.
After that i will login into my Web Report studio and there i will create my Report using this info map.
Still any doubts feel free to drop a message....
| Is This Answer Correct ? | 10 Yes | 5 No |
Answer / venu murala
SAS Information Maps provides the bridge between your data warehouse and the business users who build reports and analyses from that data.
SAS InfoMap is used to subset the data and where we can apply Filters (Simple, Compound & Identity Driven Filters), Prompts (Static & Dynamic).
The SAS AMO, EG, WRS, Dashboard and IDP read the InfoMap metadata to provide a business user view of the data for reporting and analysis.
The SAS Metadata Server manages the metadata and provides Row-Level-Security.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is validvarname and varnum? why we are using this options; explain with a syntax for this options?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
How to convert a numeric variable to a character variable?
How would you include common or reuse code to be processed along with your statements?
what is the difference between %put and symbolgen?
What are the parameters of scan function?
What are the ways to do a “table lookup” in sas?
how do you debug and test your sas programs? : Sas programming
What is the one statement to set the criteria of data that can be coded in any step?
Difference between nodup and nodupkey options?
What is the difference between nodupkey and nodup options?