Could anyone give brief explanation bout datastage admin
No Answer is Posted For this Question
Be the First to Post Answer
what is the main differences between Lookup, Join and Merge stages?
Can you explain tagbatch restructure operator?
What modeling tool do you use?
how can i abort the job if i get more than 100 errors in job log?
I am having the 2 source files A and B and I want to get the output as, the data which is in file A and which doesn't in file B to a target 1 and which is in file B and which doesn't in file A to a target 2?
A flatfile contains 200 records.I want to load first 50 records at first time running the job,second 50 records at second time running and so on,how u can develop the job?pls give the steps?pls pls
Where do the datastage jobs get stored?
If there is a file that contains 1000 records, I need the ouput to contain these 1000 records with the header as file name concatenated with the current timestamp and trailer as the count of records
Can you implement SCD2 using join, transformer and funnel stage?
How to add zero "0" before record in a field?
input like 2 7 8 9 5 1 7 3 6 output:2 5 6 how to find out this plz explain?
My source having following data as below, AB1 Aim2 Abnv5 1An8bx and my question is i need the Datastage job the following as in my target 000AB1 00Aim2 0Abnv5 1An8bx Please help me to achive this.