Search found 364 matches

by JDionne
Thu Aug 28, 2003 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Two Files One Load
Replies: 10
Views: 2139

quote: Originally posted by ds_developer [br]Don't use the Merge stage - it is worthless in my opinion. The trick is 3 sequential stages in a row: the Input of the second stage is set to overwrite with the new file name, the Input of the 3rd stage is set to append with the new file name and the Outp...
by JDionne
Thu Aug 28, 2003 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Two Files One Load
Replies: 10
Views: 2139

quote: Originally posted by JDionne [br]quote: Originally posted by Ray.Wurlod [br]In UNIX it's cat, in Windows it's either type or copy. Before the job runs, execute this command (perhaps through a before-job subroutine invoking ExecDOS): type file1 file2 > file3 Then your job processes file3, whic...
by JDionne
Wed Aug 27, 2003 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Two Files One Load
Replies: 10
Views: 2139

quote: Originally posted by datastagedummy [br]The easiest way is just to merge the files using cat command in unix and feed it to your existing job :( im in a windows world. Is there a way to get datastage to do this for me? Im playing with two sequncial stages going into one bulk loader, but I am ...
by JDionne
Wed Aug 27, 2003 1:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Two Files One Load
Replies: 10
Views: 2139

Two Files One Load

I have two sequncial files that I need to load into a stage table. The files are both the same format, just two different subsets of data based on time. How do I load both files in one job?
Regards Jim