What all the types of jobs you developed?
No Answer is Posted For this Question
Be the First to Post Answer
Name the different sorting methods in datastage.
Have you used Unstructured data?
INPUT file 'A' contains: 1 2 3 4 5 6 7 8 9 10 input file 'B' contains: 6 7 8 9 10 11 12 13 14 15 Output file 'X' contains: 1 2 3 4 5 Output file 'Y' contains: 6 7 8 9 10 Output file 'Z' contains: 11 12 13 14 15 How can we implement this in a single ds job?
What is confirmed Dimension? what is Factless Fact? give one example? What are Additive, Semi-Additive Facts?
How can we perform 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?
Hi I am Vijay In my source i've 10 records in a single column.... but i want to split those records into 5 sequential files each seq file contains 2 records.?.... can any body help me?
15 Answers Scope International,
What are the functionalities of link partitioner?
What is Cleanup Resources and when do you use it?
What are the main differences you have observed between 7.x and 8.x version of datastage?
if i have two tables table1 table2 1a 1a,b,c,d 1b 2a,b,c,d,e 1c 1d 2a 2b 2c 2d 2e how can i get data as same as in tables? how can i implement scd typ1 and type2 in both server and in parallel? field1 field2 field3 suresh , 10,324 , 355 , 1234 ram , 23,456 , 450 , 456 balu ,40,346,23 , 275, 5678 how to remove the duplicate rows,inthe fields?
how do u catch bad rows from OCI stage? And what CLI stands for?
In which situations we can use normal and sparse lookup stages