How many types of hash files are there?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of materialized view?
How many types of sorting methods are available in datastage?
tell me abt Datastage trigger?
What is the difference between validated and compiled in the datastage?
how to run jon in unix back round process what is command use in runing a job?
in sequtial file 2 columns avaliable,iwant only one column load the target how do it.
What is Horizontal transformation, vertical transformation,diagonal transformation?
Source Like department_no, employee_name ---------------------------- 20, R 10, A 10, D 20, P 10, B 10, C 20, Q 20, S and Output should be like this department_no, employee_list -------------------------------- 10, A 10, A,B 10, A,B,C 10, A,B,C,D 20, A,B,C,D,P 20, A,B,C,D,P,Q 20, A,B,C,D,P,Q,R 20, A,B,C,D,P,Q,R,S
Hi, i did what you mentioned in the answer, i.e. source- >Transformer -> 3 datasets. Iam able to see the data in datasets but its not sort order... Can you tell how sort the data?? i also checked Hash partition with performsort.
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
What are the prerequisites for join stage
I want capture UnMatched records from Primary source and secondary source in JOIN stage?