can we see the data in fixed width file? how can u change
the datatype of fixed width files?
Answer / venkat
in seq file field width option is there we can change datatype and length
Is This Answer Correct ? | 0 Yes | 1 No |
how to get the unique records on multiple columns by using sequential file stage only
1.What is a delta record? How you will read it? 2.What are the different types of sorting?
what is a nodemap constraint
How to display errors in datastage?
Question 4) source target c1 c1 c2 c3 c2 c4 c4 c5 c3 c6 c7 c4 c5 c6 c7 Singal Source and Singal Target only subash,
my source is sequencial file and my target is dataset. i am running the job in two node configuration file. my source having 10 records how the data move to target?
Input file one has data as shown below 1 2 3 4 5 6 7 8 Input file two has data like 6 7 8 9 10 11 Design a data stage job which will provide me three output files as shown below: Output 1 6 7 8 Output 2 1 2 3 4 5 Output 3 9 10 11 Let me know your answers
what r the stages mostly used in realtime scenarios
how to export or import the jobs in .ISX file
What is exact difference between Parallel Jobs and server Jobs..
What is a range lookup?
cust id,cust quty like 1,101;1,102;1,103 i want output like cust id,cust quty 1 101,102,103 in oracle please write a query in oracle