hi i am madan, in real time data stage who is the source provide? and how to recevied in developer? Pls send me answer
HI Madan
There should be a source team defined for your project. Getting data is totally depends what has been signed for your project. How they are going to send the data. It can be db, flatfile, mq, or xml.
http://goo.gl/atN4AT
www.datagenx.net
Is This Answer Correct ? | 1 Yes | 0 No |
can we use sequential file as a lookup
types of errors in datastage?
What is the difference between an operational datastage and a data warehouse?
Hi, Please tell me how to solve this scenario in datastage ? Here we have 3 columns in a table TEST CODE,ENTRY DATE and BATCH The table looks like CODE ENTRYDATE BATCH 100 100716 1 100 100716 1 100 100716 1 200 122517 2 200 122517 2 302 555555 8 302 555555 8 302 555555 8 We need to create a seqno on grouping these 3 columns. The result should be like this. CODE ENTRYDATE BATCH SEQNO 100 100716 1 1 100 100716 1 2 100 100716 1 3 200 122517 2 1 200 122517 2 2 302 555555 8 1 302 555555 8 2 302 555555 8 3
1 Answers Alpharithm Technologies,
can any 1 put a difference between datastage 7.5 and 8.0 all concepts plz r mail 2 me anu4u09@gmail.com
What is ds designer?
How can we improve performance of data stage jobs?
Describe link sort?
What all are the different way to run a job?
How can we select pr retrieve the particular row in dataset by using orchadmin command?
i have source like deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like target1 deptno,sal 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformerstage
How do you get log info into a file?