Restate logic...

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
mallireddibalaji
Participant
Posts: 24
Joined: Wed Mar 19, 2008 1:13 am

Restate logic...

Post by mallireddibalaji »

Hi,

As a part one of the my requirement is,
Currently we get getting data(source) and we are applying some transformation logic on that data, then put it in the sequential file(Target) with append mode.

If we will get the wrong data from the soure, that data is also appending.

we need some logic to remove the wrong data from the target sequentail file.

Could you please share your suggestions on this?
M.BALAJI
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Cumbersome. Me, I'd make of backup copy of the file first, and if you let DataStage do that for you, a 'reset' of the job will undo the changes automagically. Well, in a Server job anywho, no clue if PX also plays that game. :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply