Highlight the main features of datastage?
No Answer is Posted For this Question
Be the First to Post Answer
LIST THE BUILT-IN STAGES AVALIABLE IN SERVER JOBS?
what is flow of project?
Can you implement SCD2 using join, transformer and funnel stage?
How many types of hash files are there?
What is the flow of loading data into fact & dimensional tables?
In Informatica,for the table I can find coreesponding dependent mappings.Likewise can I find the dependent jobs with all the information by using the table name
1) In a dataset how to delete a single row? 2) i have 50 rows , i want to display 5-7 records only? How to write the sql query? 3)i have 40 rows,i want to display last row? write sql query?
What are routines in datastage? Enlist various types of routines.
How can we perform 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?
how many stages are there in Datastage... Please clarify mee??
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?
Hi dude, i/p eno ename date edate deptno 1 x 10thjuly 30july A 2 y 10th aug 30 aug B 1 x 1aug ------ A 3 z 1jan ------ c 2 y 1sep ------ B o/p is eno ename date edate deptno 1 x 1aug ------ A 2 y 1sep ------ B 3 z 1jan ------ c Here edate is System generates we don't know that value. Please design the job by using SCD stage and Sql query. If any body know this answer please tel me. Tanks.