my source is sequencial file and my target is dataset.
i am running the job in two node configuration file.
my source having 10 records how the data move to target?

Answers were Sorted based on User's Feedback



my source is sequencial file and my target is dataset. i am running the job in two node configurati..

Answer / bala

Depends on your partitioning method. If its auto - entire
rows will pass in single node.

Is This Answer Correct ?    10 Yes 1 No

my source is sequencial file and my target is dataset. i am running the job in two node configurati..

Answer / kavi

If we use Round Robin partitioning method,5 rows in one
node & another 5 rows in 2nd node.
If it is Entire partitioning method,all the 10 rows go into
both the nodes.

Is This Answer Correct ?    10 Yes 1 No

my source is sequencial file and my target is dataset. i am running the job in two node configurati..

Answer / ankit gosain

Hi All,

Well it depends upon the partitioning technique used at the
target.

Note: Since source is a Sequential file which is sequential
operator, it will run on a single node, no matter how many
node the configuration file is & all the 10 records will go
sequentially. But Dataset is used as a target which is a
parallel operator, it will run parallely on all the nodes
defined & the data will be distributed according to the
partitioning technique used at the target ( if the records
are not duplicate on the basis of key then we can say that
the data distribution amongs the nodes will be even).

Cheers,
Ankit :)

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Data Stage Interview Questions

what is difference between migration project and integration project? can anyone explain with the example Thanks in advance

2 Answers   Satyam,


source file having the data like aabbccc, i want target file result like a1a2b1b2c1c2c3.

2 Answers  


1.what is repartionoing technique? 2.what deliverables transferred to client using datastage? 3.how to write loop statements using nested loop sequence?

0 Answers   IBM,


What are the some differences between 7.x and 8.x version of datastage?

0 Answers  


what is the main differences between Lookup, Join and Merge stages?

9 Answers   HCL,






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?

1 Answers   CGI,


Define Merge?

0 Answers  


i have 3 diffrent tables. 1) US rate data 2)CANADA rate data and 3)MEXICO rate data. All 3 tables have 6 collumns each. 4 collumns are commun to all tables and 2 are diffrent. Now at target i want single table say Country rate which will have (4+2+2+2+1 flag) 11 collumns. I will add a flag collumn which will indicate country and will put nullable collumns which are not common to other. How i can implement this in datastage?

1 Answers   ABC,


i hav source like this . deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like this target1 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformer

2 Answers  


Please explain me the difference between 3 types of slowly changing dimension in datawarehousing?

3 Answers   TCS,


How to RD using transformer?

0 Answers   CTS,


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?

1 Answers   TCS,


Categories