What is container and then types?
Answer / ashok
Reusable stage in datastage r known as containers
2 types r there
1.LOCAL container where we used it job level.
2.SHARED CONTAINER where it ll be used at project container
Is This Answer Correct ? | 0 Yes | 0 No |
if a column contains data like ram,rakesh,madhan,suraj,pradeep,bhaskar then I want to place names separated by commas in another columns how can we do?
what is ds administrator used for?
Can we use Round Robin for aggregator?is there any benefit underlying?
Hi All, Could you please let me know whether Datastage server and px supports oredb? OREDB:It's a Oracle Retail Embedded Database.Previousely It was called as Acumate data base. It's a multidimensional database. Please help me on this issue ASAP. Thanks in advance Ashok
Name the third party tools that can be used in datastage?
What is a merge?
IS IT POSSIBLE TO USE DATASET AS A SOURCE FILE?
I have a few records just I want to store each records tow times in target how?
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
i/p o/p1 o/p2 1 1 4 1 1 5 1 1 6 2 2 2 2 2 2 3 3 4 5 6 how to populates i/p rows into o/p1&o/p2 using datastage stages?and also the same scenario using sql?
how to get sum of sal based on dept_no and then sum of all sal irrespective of dept_no in same sql. output:- 10, 200(sum of sal for dept_no 10), 5000(sum of all sal)
How you Implemented SCD Type 1 & Type 2 in your project?