Ds Filter
Ds Filter
Ds Filter
------------
4.group key=deptno
column for calculation=sal
empno,ename,sal,comm,deptno,COMPNAY
100,bhaskar,1000,100,10,ibm
200,raj,2000,200,20,ibm
300,vijay,3000,300,10,ibm
400,vidhya,4000,4000,20,ibm
500,dinesh,5000,400,30,ibm
op1
deptno,totsal
10,4000
20,6000
30,5000
op2
deptno,totsal
10,3000
20,4000
30,5000
op3
deptno,totsal
10,1000
20,2000
30,5000
========================
deptno,totsal,maxsal,minsal
10,4000,3000,1000
20,6000,4000,2000
30,5000,5000,5000
================================
copy stage
1.FILTER
Filter stage:
--------------
1.a FILTER IS A processing stage
2.it can have 1-i/p link and multiple ouput links and one rejectlink
3.how mnay noof where candiions we are taking and those many no of output links
were required
4.options
output rejects=false