If we take 2 tables(like emp and dept),we use join stage
and how to improve the performance?
No Answer is Posted For this Question
Be the First to Post Answer
Where do the datastage jobs get stored?
how to sort two columns in single job in datastage.
Different ways a project can be moved to production ?...example ….export-import and Version control.
how can we create a Sorrogate key in transformer stage? I want it in parallel mode
What is active and passive stage?
what is the unix script to run the job? Please mention commands which we use often?
In my project source data comes from MAINFRAME in files.so,This time data is coming as a binary file...I know for binary data we use Complex flat file stage..I have used it also..but on 'view data' data is not coming correctly..as it in MAINFRAME.give me some ideas..
Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2
How many number of reject links merge stage can have?
What are the repository tables in datastage?
i want send my all duplicate record one tar and all uniq records one target how we will perfome explain example: input data eid 251 251 456 456 951 985 out put/target1 251 251 456 456 out put/target2 951 985 how we will bring
13 Answers Bank Of America, IBM,
Can we use sequential file as source to hash file? Have you do it ?if what error it will give?