Teradata (490)
Business Objects (875)
Cognos (1143)
Informatica (2428)
Crystal Enterprise Suite (30)
Actuate (46)
Ab Initio (442)
Data Stage (917)
SAS (1049)
Micro Strategy (282)
ETL (315)
OBIEE (92)
IBM Cognos TM1 (55)
Amazon Redshift (62)
Data Warehouse General (749) What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
1038Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
1199How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
1047if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
1064
What are public objects?
What is difference between model & package?
What are the vldb properties? Which level of vldb configurations have the highest precedence?
What you mean by drill across?
Explain what are the advantages and disadvantages of reporting directly against the database?
CHANGE CAPTURE
what are input dataset and output dataset options? : Sas programming
How to identify ppi columns?
What is union transformation in informatica?
I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.
Explain are data mart and data warehouse normalized or denormalized? Do both of them exist in?
Clarify the aggregator change?
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.
Explain and compare pros and cons of snow flake schemas?
Tell e how how dealt with..