Could anyone give brief explanation bout datastage admin
No Answer is Posted For this Question
Be the First to Post Answer
In Datastage, how you can fix the truncated data error?
What are the important features of datastage?
i have a scenario with i/p as ID,salary with values 1,1000 2,2000 and 3,4000 i need an extra column in the o/p named amount with values 2000,4000 and NULL. how can i get it?
i have a scenario like two columns(Empno, Ename) in that duplicate records are there, so my question is how to get second duplicate record in datastage.
how do you pass parameters in a script?
how can we create a Sorrogate key in transformer stage? I want it in parallel mode
I am having two tables called MASTER and DETAIL. I want to insert records to both tables. But one condition is that whenever the insert for MASTER table is success then only the records will inserted into the DETAIL table, otherwise abort the job. How can u design this job?
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
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 to convert rows into columns
How many number of reject links merge stage can have?
insequential file 2header avaliable,and 100 records avaliable.how to skip the 2 headers and load 100 records target?