Search found 379 matches

by yaminids
Mon Jan 10, 2005 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merging Sequential files
Replies: 2
Views: 998

Merging Sequential files

Hello there, I am trying to merge two sequential files. I am trying to get the 'Complete Set' of these two files. When I am executing this job, I am getting the following error: Abnormal termination of stage MRG_ADDR_ADDR..Sequential_File_1.IDENT1 detected Can anyone help me with this. Thanx in adva...
by yaminids
Mon Jan 10, 2005 3:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating E-mail
Replies: 5
Views: 1816

Validating E-mail

Hello all,
Thank you very much for ur help.
-Yamini
by yaminids
Mon Jan 10, 2005 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating E-mail
Replies: 5
Views: 1816

Validating E-mail

Hello all,

Can anybody provide me a routine to validate e-mail address. I want to check the following condition to validate e-mail(xxxx@xxx.xxx).

Thanx in advance.
-Yamini
by yaminids
Mon Jan 10, 2005 12:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue
Replies: 5
Views: 2819

Re: Performance Issue

Hello all,
Thank you very much for your suggestions.
-Yamini
by yaminids
Thu Jan 06, 2005 12:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue
Replies: 5
Views: 2819

Performance Issue

Hello there,

I designed a job which has about 20 stages in it. From the performance stand-point, would it be a good idea to design a job with so many stages especially when I can break this job into small jobs.

Thanks in advance.
-Yamini
by yaminids
Mon Dec 27, 2004 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file size
Replies: 6
Views: 4027

Re: There are ways to size a Hashed File, as it becomes too

Hello trokosz,
Thank you very much for your posting.
-Yamini
by yaminids
Tue Dec 14, 2004 8:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file size
Replies: 6
Views: 4027

Hash file size

Hello there,
Is it possible to build a 'Hash file' with 20 million rows. Does it reach the limit of hash file size of 2GB. Can anyone clear my doubt.
Thanx in advance

-Yamini
by yaminids
Tue Dec 14, 2004 6:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: De-quote a String
Replies: 2
Views: 819

De-quote a String

Hello Ray,
Thank you for your suggestion.
-Yamini
by yaminids
Tue Dec 14, 2004 1:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: De-quote a String
Replies: 2
Views: 819

De-quote a String

Hello there,

Is there a way to de-quote a string. My intension is to remove the quotes from a input string.
Thanx in advance.

-Yamini
by yaminids
Mon Dec 13, 2004 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dealing with Null columns
Replies: 2
Views: 594

Dealing with Null columns

Hello there, I have the following columns in a table: 'Name', 'ssn, 'age'. The values for these columns are: SUN 6666 24 5555 26 Raj 7777 25 8888 23 The first column contains Null values. I am trying to separate this into two files based on the column 'Name'. I am using IsNull(Name) then 'file1' els...
by yaminids
Tue Dec 07, 2004 1:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while executing parallel job
Replies: 9
Views: 6292

Error while executing parallel job

Hello Man,

We are using Sequential File Stage.
-Yamini
by yaminids
Tue Dec 07, 2004 12:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dealing with duplicates
Replies: 11
Views: 2708

Dealing with duplicates

Hello DJ, I used RowProcCompareWithPreviousValue routine to capture the duplicates. The only condition to meet here is to have the input file sorted on 'Key column'. Input File -> SEQ1 AND SEQ2. Where SEQ2 is the reject file. In the constraint of SEQ1 file mention RowProcCompareWithPreviousValue(Lin...
by yaminids
Fri Dec 03, 2004 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dealing with duplicates
Replies: 11
Views: 2708

Dealing with duplicates

Hello there, I am trying to remove duplicates from a table with millions of rows. I am using a hash stage to remove the duplicates and collect the unique rows. But, I also want to capture the rows which actually are duplicated in the original table. Can anyone explain to me how to collect the duplic...
by yaminids
Mon Nov 29, 2004 7:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Combining two sequential files
Replies: 1
Views: 760

Combining two sequential files

Hello there,

Can anyone explain to me the easiest way of combining two sequential files. My intension is to first place all the records of file 'A' and then place all the records of file 'B' into one file 'C'.

Thanx in advance.
-Yamini
by yaminids
Tue Nov 23, 2004 11:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing Log files
Replies: 7
Views: 3375

Accessing Log files

Hello Ray,

Thank you for your reply. Now, I clearly understand about the log tables. Is there any way to redirect these log tables into a particular directory.

Thanx in advance.
-Yamini