What r the existing server jobs in parallalism?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of pivot stage and types of containers in datastage
Can you explain kafka connector?
one file contains col1 100 200 300 400 500 100 300 600 300 from this i want to retrive the only duplicate like this tr1 100 100 300 300 300 how it's possible in datastage?can any one plz explain clearley..........?
diff between changecapture & diffrence stage which situvation we can use the diffrence stage ?
Unix command to view the data in a dataset
how to validate the jobs
I have source file which contains duplicate data,my requirement is unique data should pass to one file and duplicate data should pass another file how?
1)s.key generate 1 to 700 records today. tomorrow another 400 will updated how to update the records using s.key generator? 2)source is like :-- DB --> T/F stage1 --> seq1file T/f 1 is linking with T/F2 ---> seq 2 how to load the data? in source i given some conditions those r going in seq1. The another data will going to seq2 how to do this ?
what are fact tables and dimension tables? give example assuming one table.
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
What is the Difference between Change capture stage and Difference Stage ? What are its significance individually ?
Source flat file contains src --- 1 2 ' ' ' 18 we had 3 targets T1 T2 T3 -- -- -- 1 4 7 2 5 8 3 6 9 10 13 16 11 14 17 12 15 18 How can i get? **Using only datastage, but not unix or any other. I am expecting the answer soon.. Thanks in advance.