How can u write exception handling in seq file????
Answers were Sorted based on User's Feedback
Answer / nagaa
in sequential file set missing file mode to ok.by this we
can do exceptional handling in sequential file
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / venkatesh
we have the exceptio handler by using that one we cancall
| Is This Answer Correct ? | 1 Yes | 9 No |
Please Tell me..,I need some Complex Jobs in datastage as per in interview?how to tell and how to explain?please send as well as posiible please
source file is having 5 records while moving into target it want to be 10 records
i have data like sam ram sam raj ram I want two targets trgt1 ram sam trgt2 raj how can i do this in datastage?
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
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.
Define oconv () and iconv () functions in datastage?
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
how does work server jobs?
Where do you see different stages in the designer?
How do you load 10 different sources with 10 different layouts to 10 different tables?
What is the difference between passive stage and active stage?