Search found 312 matches

by Marley777
Tue Jan 29, 2008 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: split string field based on the occurrence of a string
Replies: 14
Views: 22790

split string field based on the occurrence of a string

:? Hi, trying to think of a way to look for the occurrence of something. If I find DBA I want to split everything after DBA into a seperate record and get rid of any spaces after DBA. eample I have one field that contains BOB MARLEY DBA JAMAICA ISLAND TOURS but need to turn it into this (2 records)....
by Marley777
Fri Nov 16, 2007 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: An index is out of bounds
Replies: 8
Views: 2826

It is using all default partitioning. It seems the issue is related to a join in the job. If I change the join to a lookup I no longer get this message.
by Marley777
Thu Nov 15, 2007 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: An index is out of bounds
Replies: 8
Views: 2826

That is the entire error message, nothing has been removed or changed. I copied that straight out of the log and pasted it. The error message does not provide much detail.

cs}}},1: Fatal Error: An index is out of bounds.
by Marley777
Wed Nov 14, 2007 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: An index is out of bounds
Replies: 8
Views: 2826

Here is the exact error message.

cs}}},1: Fatal Error: An index is out of bounds.
by Marley777
Tue Nov 13, 2007 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: An index is out of bounds
Replies: 8
Views: 2826

Thanks for reading. Here is more information Datastage PX 7.5.1 Unix 5.3 The error happens just after a funnel stage. The funnel stage is reading data from 5 files. One of the files are processed through a trasformer first before going into the funnel. DB2 tables are in the job, but the job aborts b...
by Marley777
Tue Nov 13, 2007 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: An index is out of bounds
Replies: 8
Views: 2826

An index is out of bounds

:?

What is this error trying to tell me? What might cause this error?

An index is out of bounds.


Thanks for our help!!!
by Marley777
Wed Oct 24, 2007 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I search a string for XYZ and replace with spaces
Replies: 15
Views: 5883

How can we do this in a Transformer not Basic Transformer?
by Marley777
Wed Oct 24, 2007 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I search a string for XYZ and replace with spaces
Replies: 15
Views: 5883

We can't use a BASIC Transformer here at our company. We are using a Transformer stage not a Basic Transformer stage. Ascential told us not to use Basic Transformer. We also have had many issues with the Basic Transformer. How can we do this in a Transformer not Basic Transformer.
by Marley777
Wed Oct 24, 2007 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I search a string for XYZ and replace with spaces
Replies: 15
Views: 5883

Hi thanks or the info. We don't know what in the field. It's a free form filed. All we know is we need to get rid of any occurence of attn or c/o. In java we would use something like StringUtil.replace("&",xml,"&"); - in field called xml, replace all & with &amp. ...
by Marley777
Wed Oct 24, 2007 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I search a string for XYZ and replace with spaces
Replies: 15
Views: 5883

Hi thanks or the info. We don't know what in the field. It's a free form filed. All we know is we need to get rid of any occurence of attn or c/o. In java we would use something like StringUtil.replace("&",xml,"&"); - in field called xml, replace all & with &amp. ...
by Marley777
Wed Oct 24, 2007 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I search a string for XYZ and replace with spaces
Replies: 15
Views: 5883

Hi, we need to replace the enite string xyz. .

Example -

We currently have

attn richard
or
c/o richard

We want to remove attn and c/o and replace with spaces.

richard
richard
by Marley777
Wed Oct 24, 2007 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I search a string for XYZ and replace with spaces
Replies: 15
Views: 5883

Convert appears to be a single character conversion instead of a substring conversion.
by Marley777
Wed Oct 24, 2007 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I search a string for XYZ and replace with spaces
Replies: 15
Views: 5883

How can I search a string for XYZ and replace with spaces

Thanks for reading!

In a transformer stage I want to search a string for XYZ and replace with spaces. How can I do this without building a routine?


Thanks
by Marley777
Wed Oct 24, 2007 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert timestamp to MMDDCCYYHHMMSS
Replies: 18
Views: 7757

Thanks DSguru2B and everyone else who replied. I greatly appreciate your help.
by Marley777
Wed Oct 24, 2007 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert timestamp to MMDDCCYYHHMMSS
Replies: 18
Views: 7757

If I go to columns tab right click on the timestamp column and select 'edit row' I can see where I can set a mask, but not sure what you mean by 'extended properties'?