In Datastage, how you can fix the truncated data error?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Datastage 7.5 and 7.0?
What are the steps required to kill the job in Datastage?
How a routine is called in datastage job?
how to write server Routine coding?
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 delete one row in target dataset
Hi guys, Design job sequence, we have 3 sources, in that 1st source in abort then only run the remaining sources.. How please design the job. Thanks.
what is use of SDR function?
Can anyone tell me a difficult situation who have handled while creating Datastage jobs?
how can we join one oracle & flat files ?
what is A Datastage?
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?