Diffrent input to sequntial

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
Shukile
Participant
Posts: 6
Joined: Thu Oct 21, 2010 7:48 am

Diffrent input to sequntial

Post by Shukile »

Hi,
Im trynig to build a sequential file with diffrent records.

I have a:
source file --> transformer --- > 2 diffrent outputs links ---> 1 target sequential file

in the transformer i send some of the records in a diffrent column structure to the target file (depend on the input data).

my problem is that i see in the target file records from 1 of the links
(they both have records passed tru them)

any idea ?
vinothkumar
Participant
Posts: 342
Joined: Tue Nov 04, 2008 10:38 am
Location: Chennai, India

Post by vinothkumar »

Do both output links have same column names and data types. (i.e metadata).
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sequential files do not support multiple writers. Readers yes, writers no. Collect the two links together first, then write.
-craig

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