Why do we use exception activity in Datastage?
Answer / Jitendra Kumar Kushwaha
Exception activities in DataStage are used to handle errors that occur during job execution. They allow you to specify actions to be taken when certain conditions are met, such as re-executing a failed stage or sending an error notification.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are constraints and derivations?
What is the use of datastage designer?
What are orabulk and bcp stages?
In aggregator stage,to find the sum of the entire group of columns,it displays in binary format. How can i solve this problem.
Sequential file i have one record,i want 100 records in target?How can we do that?Pls explain me and what stages are there?What logic?
How rejected rows are managed in datastage?
Differentiate between validated and Compiled in the Datastage?
how do u reduce warnings
Difference between the Sequence and Sequencer in DS?
What is a datastage job?
What is the version control how can i apply this in DataStage can any one tell me the anser
3) Sequential file contains data like Empno ename sal 111 abc 2000 Trgt file: Trgt1----111 Trgt2----abc Trgt3---2000