Hai..,in datastage how to explain project in
interview?please explain any domain please.
Answer / ram y
first tell about
project name
client
team size
duration of project
r&r details
| Is This Answer Correct ? | 7 Yes | 2 No |
1.how to generate even numbers in surrogate or tranformar stage ? 2. how many ways to remove duplicate values?
I am having the 2 source files A and B and I want to get the output as, the data which is in file A and which doesn't in file B to a target 1 and which is in file B and which doesn't in file A to a target 2?
I have 3 jobs A,B and C , which are dependent each other. I want to run A & C jobs daily and B job run only on sunday. how can we do it?
I am having two tables called MASTER and DETAIL. I want to insert records to both tables. But one condition is that whenever the insert for MASTER table is success then only the records will inserted into the DETAIL table, otherwise abort the job. How can u design this job?
What is the Difference Between DataStage 7.5 version and 8.1 Version?
What is the purpose of interprocessor stage in server jobs?
what is the custome stage in datastage? how can we impliment that one? plz tell me
How many input links can you give to a Transformer stage?
Can you highlight the main features of ibm infosphere information server?
hi All, i have one scenario like if source--->transformer-->2 target sequential files the 1 st target sequential file is loads the data from source and 2nd target sequntial file contain the 1st target total record count,and file name of 1 st target seq file and timestamp seperated by delimeter for example if source have 10 record the 1st target seq file hav 10 records and 2nd target seq file example 10|xyz.txt|20101110 00:00:00 could you please help me out how can i implement in datastage job.
What is the Difference between Change capture stage and Difference Stage ? What are its significance individually ?
Drop duplicate records ... SOURCE LIKE .......... ID flag1 flag2 100 N Y 100 N N 100 Y N 101 Y Y 101 N Y 102 Y N 103 N N 104 Y Y 105 N N 106 N Y 102 N Y 105 Y Y in above file if any id having both the flags as "N" then that corresponding id records should be dropped, in above case o/p should be as ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y Steps to do : 1) Identified the id’s that got duplicated (both the flag values having vales “N”) 2) Look up with these id’s to existing id’s to drop .