Parsing Problem

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Parsing Problem

Post by Sreenivasulu »

Hi ALL,

Requirement:Need to parse a string seperated by "_"

Problem: The parsing works fine if we directly assign the logic
to the column name but does NOT work when we assign the logic
to a stage variable. The stage variable is not getting refreshed
for each row of data. It is holding the previous row's parsed
data when the current row has null values.

Help is highly appreciated..

Regards
Sreenivasulu
Post Reply