i want anser this question
empno,ename,sal
12,mmm_ww,200
13,nnn_xx,300
14,bbb_qq,400
which stages are take which types of logicks are doing
pls help me
No Answer is Posted For this Question
Be the First to Post Answer
I have 3 jobs A,B and C , which are dependent each other. I want to run A & C jobs daily and B job run only on sunday. how can we do it?
Explain connectivity between datastage with datasources?
What is the Difference Between DataStage 7.5 version and 8.1 Version?
How do y read Sequential file from job control?
What is ibm datastage flow designer?
Sequential file i have one record,i want 100 records in target?How can we do that?Pls explain me and what stages are there?What logic?
in datastage interview qustion source target ------- ------- 12345 1 2 3 4 5
What is a ds designer?
How do you generate sequence number in datastage?
what is the unix script to run the job? Please mention commands which we use often?
hi my source is:: empno,deptno,salary 1, 10, 3.5 2, 20, 8 2, 10, 4.5 1, 30, 5 3, 10, 6 3, 20, 4 1, 20, 9 then target should be in below form... empno,max(salary),min(salary),deptno 1, 9, 3.5, 20 2, 8, 4.5, 20 3, 6, 4, 10 can anyone give data flow in data stage for the above scenario.... thanks in advance...
What is a datastage job?