what is a message handler
Answers were Sorted based on User's Feedback
Answer / ramana
we can use Message Handler to delete warnings from log,by
using Message id,suppress log action in director
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / venkata ramana
Supress from Log (i.e Hide Warning in Directory Log based on Addrule and Action)
promot to Warning(i.e Display as warning in Directory Log based on Addrule and Action)
| Is This Answer Correct ? | 0 Yes | 1 No |
Can you filter data in hashed file?
Describe the main features of datastage?
What are system variables and sequencers in datastage
What all the types of jobs you developed?
how do u reduce warnings
1)What is configuration your file structure 2)I have two databases both are Oracle while loading data from source to target the job takes 30 min but I want to load less time how?
How do you import and export the datastage jobs?
guys pls tell me where we use sequence jobs exactly in realtime proj explain pls with example.
if a column contains data like ram,rakesh,madhan,suraj,pradeep,bhaskar then I want to place names separated by commas in another columns how can we do?
What is the diff between sort performed at sort stage and the stream sort performed at the input of few stages in DS Enterprise edition?
col1 123 abc 234 def jkl 768 opq 567 789 but i want two targetss target1 contains only numeric values and target2 contains only alphabet values like trg1 123 234 768 567 789 trg2 abc def jkl opq
i have a scenario with i/p as ID,salary with values 1,1000 2,2000 and 3,4000 i need an extra column in the o/p named amount with values 2000,4000 and NULL. how can i get it?