i wnt to truncate the data while reading the from source

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
sekr
Participant
Posts: 14
Joined: Tue Dec 13, 2005 3:50 am

i wnt to truncate the data while reading the from source

Post by sekr »

Hi !
my source system is DB2 i have to truncate the records from source while reading source ..

how it can be done
In Adv Thanks
---------s
MukundShastri
Premium Member
Premium Member
Posts: 103
Joined: Tue Oct 14, 2003 4:07 am

Post by MukundShastri »

Can you elaborate what you want to say. Give an example.

Mukund
sekr
Participant
Posts: 14
Joined: Tue Dec 13, 2005 3:50 am

Post by sekr »

I dnt want any data while reading the table from DB3 Table.

example :-
tabel <emp >
dob name
05/05/2005 simi
06/06/2002 rimi

while reading source i dnt wnt this data.
In Adv Thanks
---------s
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Sekr,

my first thought is that if you don't want the data, don't ask for it. Remove the extra columns from your query so that they are not processed. But perhaps I have mistaken your intent on your 2 posts.
Post Reply