Search found 67 matches

by DSkkk
Wed Jan 19, 2005 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: maximum of date
Replies: 4
Views: 1573

i actually got the maximum of date having YYYYMMDD format. but when i had YYYY-MM-DD it was not able to pick up the maximum. so i used a routine to strip of the extra characters in between and then used the aggregator.
anyway thanks for your attention and help.
by DSkkk
Wed Jan 19, 2005 11:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: maximum of date
Replies: 4
Views: 1573

thanks for the immediate response.
my input is not directly connected to the aggregator. so i think i need to use the iconv function. but the ouptut which i get should come only after
the oconv. right!
by DSkkk
Wed Jan 19, 2005 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: maximum of date
Replies: 4
Views: 1573

maximum of date

hi all, i need to extract the latest date from a column which has datatype as date. this column is extracted from teradata which is in YYYYMMDD. but when i use an aggregator MAX function, then i get an error saying that unable to convert string so taken Null. into which format should the date be con...
by DSkkk
Tue Jan 11, 2005 12:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: database object views
Replies: 1
Views: 808

database object views

can i grab data from a "view" which is in teradata (using an API).
by DSkkk
Mon Jan 10, 2005 7:25 pm
Forum: IBM QualityStage
Topic: which match strategy do i need to use
Replies: 4
Views: 3941

which match strategy do i need to use

thanks James,

i have got the olution.i have used the geomatch multiple strategy.
thank u
by DSkkk
Thu Jan 06, 2005 7:24 pm
Forum: IBM QualityStage
Topic: which match strategy do i need to use
Replies: 4
Views: 3941

which match strategy do i need to use

hi, thanks for ur reply. actually i have 2 files. the matching fields in the file is the Date_of_birth and SSN(number). the file A (say the transaction file) has say for example 10 records belonging to a person. But what i thought, e sacond file say File B which i said was unique is nt so. like for ...
by DSkkk
Thu Jan 06, 2005 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automatically Reset
Replies: 1
Views: 1157

Automatically Reset

i have a master sequence which calls sequence jobs. if one my sequence fails it is unconditional for the remaining to run. but when one of my sequence aborts for the first time the master sequence continues with the remaining as expected. when it starts running for the second time the sequences befo...
by DSkkk
Thu Jan 06, 2005 2:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automatically Reset
Replies: 1
Views: 684

Automatically Reset

i have a master sequence which calls sequence jobs. if one my sequence fails it is unconditional for the remaining to run. but when one of my sequence aborts for the first time the master sequence continues with the remaining as expected. when it starts running for the second time the sequences befo...
by DSkkk
Thu Jan 06, 2005 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue
Replies: 5
Views: 2819

it is always better to break the jobs into smaller and call them in a sequence as you can have savepoints in a sequence and hence you don't have to restart it from the beginning when it aborts
by DSkkk
Thu Jan 06, 2005 11:18 am
Forum: IBM QualityStage
Topic: which match strategy do i need to use
Replies: 4
Views: 3941

which match strategy do i need to use

hi, i have the following scenario. i have an incoming source file which has multiple records which r not duplicates but consist of transaction data for the same person. And i have the existing file which has records of unique persons. i need to match both the files. which MATCH strategy do i need to...
by DSkkk
Wed Dec 29, 2004 12:08 pm
Forum: IBM QualityStage
Topic: IMport File definitions
Replies: 1
Views: 2102

IMport File definitions

hi,
could any one explain me how do i import the sequential file definitions from a datastage job into the quality stage.

thanks.
kiran
by DSkkk
Wed Dec 29, 2004 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change the TimeStamp(WST) to Timestamp(Central)
Replies: 4
Views: 1717

thanks Ray!
but i think we have to take care of the enf of month and the leap years too. right!
by DSkkk
Mon Dec 27, 2004 11:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change the TimeStamp(WST) to Timestamp(Central)
Replies: 4
Views: 1717

Change the TimeStamp(WST) to Timestamp(Central)

hi i am getting data having timestamps from the sources in the west coast.
i want to change the entire timesatamp column adding an hour to the timestamp and converting it into the central. can anyone help me doing this.
Thanks in advance.
by DSkkk
Mon Dec 27, 2004 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to abort a job in a routine if the source file is empty?
Replies: 8
Views: 3131

i solved the problem using a shell script.
thank you though for trying to help me
by DSkkk
Fri Dec 17, 2004 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with sendmail function
Replies: 1
Views: 963

you can check whether you have proper permissions to rwx to it.