modify stage truncate my string

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
bagus
Participant
Posts: 4
Joined: Tue Nov 10, 2009 2:11 am

modify stage truncate my string

Post by bagus »

Hi all,
i have a strange problem. i try to drop columns using modify stage. but strangely one of the varchar column i keep losing it values from 160 character to 100. like somebody put substring[0,100] to that column, only it isn't. anyone experience the same thing ?
BSA
priyadharsini
Participant
Posts: 40
Joined: Mon May 11, 2009 12:19 am
Location: Madurai

Post by priyadharsini »

check the length of that column in the modify stage output link.
bagus
Participant
Posts: 4
Joined: Tue Nov 10, 2009 2:11 am

Post by bagus »

checked, same 160 nullable varchar
BSA
bagus
Participant
Posts: 4
Joined: Tue Nov 10, 2009 2:11 am

Post by bagus »

solved by explicitly declaring the column is 160 character in specification. thanks.
BSA
Post Reply