Search found 2 matches

by Craig.rse
Sat Jul 22, 2006 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Searching the data
Replies: 6
Views: 1186

Thanks for writing,
well, yes after FINDNEXT, it needs to look for POUND bring it back up and then output would look like this

Start
POUND...
..
..
FINDNEXT..
POUND..
...
...
...
POUND..
...
...
...
POUND..
...
...
...

...
..?????
by Craig.rse
Fri Jul 21, 2006 2:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Searching the data
Replies: 6
Views: 1186

Searching the data

hi, I just joined the forum, I have a very strange request This is what i need to do: I have data coming only in one column, I need to pull out the data from inside the column like this: In the last row I finish on FindNext(ACB1), here i need to search for rule name $POUND(ACB1) and bring it to join...