Hi , Can anyone give few examples of scenarios and there
corresponding design in datastage..i am new to this
tool...confused in design while my manager asking to design
the job..
Please post the URL if there..so i can go through it..
Thanks in advance...
No Answer is Posted For this Question
Be the First to Post Answer
what is meta data? Explain? Where it is used?
HOW CAN WE ABORT THE JOB IF THE RECORDS OF SOURCE FILE CONTAINS VALUE AS 'VIJAY'?
Tell me the syntax of Configuration file?
What is ibm datastage?
How complex jobs are implemented in datstage to improve performance?
INPUT file 'A' contains: 1 2 3 4 5 6 7 8 9 10 input file 'B' contains: 6 7 8 9 10 11 12 13 14 15 Output file 'X' contains: 1 2 3 4 5 Output file 'Y' contains: 6 7 8 9 10 Output file 'Z' contains: 11 12 13 14 15 How can we implement this in a single ds job?
Can you highlight the main features of ibm infosphere information server?
What is the default padding character?
root tree will find which is server job and which is parallel job?
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...
How to move data set from one server to other?what are the steps to follow to do this?
guys pls tell me where we use sequence jobs exactly in realtime proj explain pls with example.