What are datastage sequences?
No Answer is Posted For this Question
Be the First to Post Answer
How many input links can you give to a Transformer stage?
eno ename 1 qaz 1 wsx 1 edc 2 zxc 2 asd 3 qwe 3 wer 3 tru 4 rgj Output: eno ename count 1 qaz,wsx,edc 3 2 zxc,asd 2 3 qwe,wer,tru 3 4 rgj 1 I want the above output to be solved by DataStage as well and I have to write SQL query for the same output.
How to remove blank spaces from data?
in datastage interview qustion source target ------- ------- 12345 1 2 3 4 5
How to transfer file from one system to another system in UNIX?which command to be use?
How one source columns or rows to be loaded in to two different tables?
Difference between JOIN,LOOKUP,MERGE?
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?
how many dimentions and fact tables used in your project and what are names of it?
Wat is pre-load in Hashed file
What is process model?
what is meant by port ? what is the use of port ? what are the different type of ports and its usage