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 |
I have scenario like this seq file --> transformer --> sort stage --> dataset In this job which prtitioning technique you are using and why???
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
diff between changecapture & diffrence stage which situvation we can use the diffrence stage ?
What are routines in datastage?
i have a project manager round on sat this week can you post what are the main question i have to check.if you have any idea regular question on project pls send me. thanks in advance
How can you find out whether datastage process is running or not in unix?
1. How many People are part of your Team? 2. Explain how you create jobs or flow of project? 3. Join Stage vs Lookup vs Merge Stage 4. Summation scenario based question - How you find sum of salary for a specific employee (Explain stages and flow of job)? 5. Explain Remove duplicates stage ? Can you do sort in this stage? 6. SQL Questions - Joins - Types, Difference between Join and Union 7. Unix Questions - How you run the Job, How you list all jobs in project 8. Explain Environmental Variables? 9. SQL Scenario - If you have 3 Identical record in a Table, Ex: 1, Ram, Xyz; 1, Ram, Xyz; 1, Ram, Xyz; Delete only 2 of the records and keep only 1 using the Delete query. How you will you do this?
1.How do u handle NULL in sequential stage. 2.Difference between switch stage and filter stage.
what is hash file
Differentiate between data file and descriptor file?
root tree will find which is server job and which is parallel job?
file1 1 2 3 4 file2 3 4 5 6 output should be in three targets T1 T2 T3 1 3 5 2 4 6 how to do this? can any one help? Thanks