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) 2,can we insert duplicate data with dynamic look up cache,if yes than why and if no why?
TCS,
2 87333,if our source containing 1 terabyte data so while loading data into target what are the thing we keep in mind?
TCS,
7 10405my source having the records like ram 3 sam 5 tom 8 and i want to load into target like ram record 3 times,sam record 5 times, tom record 8 times
3 7373Difference between Microstrategy and Hyperion if any one Knows kindly updated me my dear Friends
1 4497in aggregator transformation we want to get middle record how to implement, source containg empno,name sal,deptno,address
1 3164
What is defined as Cognos Impromptu?
How can we run the graph? What is the procedure for that? How can we schedule the graph in unix?
What is bi?
Define metrics studio?
What are the scrubbing procedures in sas?
Informatica settings are available in which file?
why we use dmr model in cognos report studio ? give me difference between dmr model and relational model.
when will use SQL override in a lookup transformation?
How to add default rules in transformer?
What are the features of base sas system?
i have a data in my source as a flat files what test i have to perform the next step can any body help to me
What are the advantages of cold fusion?
Hello, I have PROC SQLs results group by 3 fields and I use SUM and COUNT functions in SQL. The problem is when I try to display my result with PROC TABULATE. I am getting very big numbers. I believe I make a mistake some where in Tabulate. Here is my Proc Tabulate. PROC TABULATE DATA=OUT04_05 FORMAT=12.; CLASS YR CENTRE VISA / PRELOADFMT EXCLUSIVE; VAR NEWUSER FRAUD TRANSFER AUTUSER REISSUE; TABLE CENTRE ALL, (YR ALL)*VISA, (NEWUSER*F=COMMA12. AUTUSER*F=COMMA12. FRAUD*F=COMMA12. TRANSFER*F=COMMA12. REISSUE*F=COMMA12.) / MISSTEXT={LABEL='0'} PRINTMISS RTS=20; FORMAT VISA VISAFMT.; KEYLABEL SUM = ' ' ALL = 'TOTAL'; LABEL YR = 'DATE YEAR' NEWUSER = 'TOTAL NEW ACCT' TRANSFER = 'TOTAL TRANSFER' FRAUD = 'TOTAL FRAUD TRANSFER' AUTUSER = 'TOTAL AUTH USERS' REISSUE = 'TOTAL REISSUE'; When I code it like : NEWUSER*N*F=COMMA12. AUTUSER*N*F=COMMA12. I get same amount numbers but to find a NEWUSER I use COUNT(*) and to find AUTUSER I use SUM(xxxx) function so both result shouldn’t be the same my problem is in this point. Could you tell me where the problem in code is. How can I display my result? TX.
What are the data types does SAS contain?
What are Aggregate tables?