1.How to read multiple file from sequential stage.
2.If a file doesn't arrive or doesn't exists in sequential
stage how do u handle this.
3.What do you do before taking data from source to staging
area.
4. I have a remove duplicate stage and transformer
stage.what will u do for optimizeing the performance of the
job.
Answer Posted / jayanthi
1)read method should be set as file pattern(for reading
single file it should be specificfile)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a ds designer?
How many types of hash files are there?
root tree will find which is server job and which is parallel job?
EXPLAIN SCD
What is apt_config in datastage?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
How to RD using transformer?
How can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?
What is size of a transaction and an array means in a datastage?
What steps should be taken to improve Datastage jobs?
how to achieve this output ? Two Input columns(ID & Name) - ID | Name 1 | Jack 1 | Kara In output there should be only 1 column which will be populated as - 1,Jack 1,Kara
Can you highlight the main features of ibm infosphere information server?
What are the steps required to kill the job in Datastage?
Explain the situation where you have applied SCD in your project?
Hi All , in PX Job I have passed 4 Parameters and when i run the same job in sequence i dont want to use those parameters , is this possible if yes then how