I am running a job with 1000 records.. If the job gots
aborted after loading 400 records into target... In this
case i want to load the records in the target with 401
record... How will we do it??? This scenario is not for
sequence job it's only in the job Ex: Seq file--> Trans-->
Dataset..

Answer Posted / vinay sharma

1) First take seq file after that take one extra column in
that increment the value one by one and send to target
2) Now store the maximum value of extra column and pass this
value to transform thru HASH file and add in extra column
such as (sno+MAX)
Examlpe
SNO
1
2
3
4
5
6
7
Thera are max value is 7
Now add maxvalue means add 7 in SNO
like that
1+7
2+7
3+7
4+7
5+7
6+7
7+7

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the command line function to import and export the ds jobs?

681


what is the difference between == and eq in UNIX shell scripting?

972


What is apt_config in datastage?

702


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

363


Terminate Activity

839






How a routine is called in datastage job?

607


What is the roundrobin collector?

641


explain about citrix scheduling tool in datastage

1810


Define Merge?

876


1)s.key generate 1 to 700 records today. tomorrow another 400 will updated how to update the records using s.key generator? 2)source is like :-- DB --> T/F stage1 --> seq1file T/f 1 is linking with T/F2 ---> seq 2 how to load the data? in source i given some conditions those r going in seq1. The another data will going to seq2 how to do this ?

1631


How can we improve performance of data stage jobs?

616


what is the use of surogate key in datastage

1823


How one source columns or rows to be loaded in to two different tables?

664


what is the custome stage in datastage? how can we impliment that one? plz tell me

1911


What is difference between server jobs & parallel jobs?

625