how to call sequential generator in datastage?
You can generate seq no by, column generator or transformer
http://goo.gl/atN4AT
www.datagenx.net
| Is This Answer Correct ? | 0 Yes | 0 No |
Input file one has data as shown below 1 2 3 4 5 6 7 8 Input file two has data like 6 7 8 9 10 11 Design a data stage job which will provide me three output files as shown below: Output 1 6 7 8 Output 2 1 2 3 4 5 Output 3 9 10 11 Let me know your answers
How can we improve the performance in datastage?
cust id,cust quty like 1,101;1,102;1,103 i want output like cust id,cust quty 1 101,102,103 in oracle please write a query in oracle
Please Tell me..,I need some Complex Jobs in datastage as per in interview?how to tell and how to explain?please send as well as posiible please
What are the different type of jobs in datastage?
How to work with XML out put stage? Please explain step by step? i need to generate XML file using Table data. Given is the .XSD file. Please help?
in a job of 20 one job is very slow due to that entire job is slow how can u find out which job is slow?
How to transfer file from one system to another system in UNIX?which command to be use?
I have a few records all are same structures data, I want to store data in multiple targets how?
In merge stage can we update the values?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
How to get max salary of an organization using data stage stages........... can any body help me plz.......