how to retrive the max(sal),deptno,empno in datastage?
Answers were Sorted based on User's Feedback
Answer / poornachandrababu.l
Hi, This is Poorna,
take a source and then copy stage,to copy stage 2 o/p links
one output is for aggregator and other for join.
In aggregator
set group=deptno
aggregator type=calculation
column for calculation=sal
max value output column=sal.
In Join stage do equee join based on deptno and sal .
And pass output of join Stage to target.
By doing this wasy we can get Max(sal) of the employee on
particular department.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / nagaraju k
first take oracle->aggregator->lookup->dataset
next take 2oracle stages and then take join stage join to connect lookup stage then success fully answre will come
Any doubt means call me
+960022516
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / santhosh
Take aggrigrator o/p as reference link to look up then you
will gwt require o/p
| Is This Answer Correct ? | 2 Yes | 0 No |
SRC--> COPY stage--> 2 o/p links from COPY Stage-->
one is --> AGGREGATOR and other is --> JOIN-->TGT
-->In AGG Stage:
set group=DEPNO
aggregator type=calculation
column for calculation=SAL
max value output column=SAL
-->O/P of AGG Stage:
SAL(max(sal), DEPNO
-->In JOIN stage:
Inner Join on DEPNO and SAL and get the EMPNO as well.
By doing this, we get Max(sal) of the employee on particular DEPNO.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
we can retrive the max(sal),deptno,empno in aggreator stage.
way is
set group=deptno
aggregator type=calculation
column for calculation=sal
max value output column=max(sal)
| Is This Answer Correct ? | 6 Yes | 5 No |
Answer / srikanth
hi vamsi
this is srikanth
if it is seq file
it is not at all possible
because we need to get the empno,deptno also.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srikanth
hi srinu this is srikanth
very good
but
give the perfect clarity to the users along with the navigations
any way good solutions
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the partitioning techniques available in link partitioner?
I have a source like file it have Number of records and i want to load without first and last records in target?Datastage?
Which type of joins Merge stage can support?
Please explain me the difference between 3 types of slowly changing dimension in datawarehousing?
What are some prerequisites for datastage?
I/P --- ID Value 1 AB 2 ABC 3 ADE 4 A O/p --- ID Value 1 A 1 B 2 A 2 B 2 C 3 A 3 D 3 E 4 A
how to convert rows into columns
Hai..,This Kiran . how to immlement SCD's through sequential file.please explain briefly.if nt ask me i will explain ,what i know.
What are the main features of datastage?
which dim, fact tables used in bank domain
what is the function in Transformer stage can act as Rank function in Oracle
i having source like emptable,dept table and combined purpose using for the join stage but join stage which partition techq will be prefored? pls given the ans?