Propagate table defn changes into job

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
timsmith_s
Participant
Posts: 54
Joined: Sun Nov 13, 2005 9:25 pm

Propagate table defn changes into job

Post by timsmith_s »

Is it possible to change a table defn from say varchar 64 to varchar 255 and have that change propagate to its dependent jobs?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Only if you propagate it. And as far as I know, that hasn't changed in 8.x. :(
-craig

"You can never have too many knives" -- Logan Nine Fingers
timsmith_s
Participant
Posts: 54
Joined: Sun Nov 13, 2005 9:25 pm

Post by timsmith_s »

Painful! Any suggested approaches, like export DSX files and run a sed or two over them?
Post Reply