Sequential File.

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You can only "replace" from the last column towards the first column with no "error" columns between them. So while...

ColA Error
ColB Error
ColC Replace
ColD Replace


Is legal,

ColA Error
ColB Replace
ColC Error
ColD Replace


Would not be and would generate your error for ColB.
-craig

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