What is ibm datastage?
No Answer is Posted For this Question
Be the First to Post Answer
what is set mapping in datastage??
Can you explain how could anyone drop the index before loading the data in target in datastage?
Explain connectivity between datastage with datasources?
How do you remove duplicate values in datastage?
CHANGE CAPTURE
What are the main differences you have observed between 7.x and 8.x version of datastage?
what is diff b/w datastage 8.1,8.5,8.7?
how can we validate the flat files using the date in the header and number of records in the flat file? Using both conditions at a time.
How can we do null handling in sequential files?
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 ?
How do u set a default value to a column if the column value is NULL?
file having these input and we have to get 3 output using same job Input 1 1 1 2 3 4 4 4 o/p1 o/p2 o/p3 1 1 2 2 1 3 3 1 4 4 4