Search found 20 matches

by jzajde1
Wed May 27, 2015 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header/Trailer Insert
Replies: 5
Views: 3662

@FranklinE -

I am not using the CFF to read the source file because there is no delimiter in the source file.
(Besides the header/trailer)
Each record is 400 chars
Header/Trailer are 70 chars

Does this help?
Thank you for the post.

Jared
by jzajde1
Wed May 27, 2015 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header/Trailer Insert
Replies: 5
Views: 3662

Header/Trailer Insert

Hello All, Currently, I am provided with a fixed flat file. The flat file has a header and trailer record. The records which are not the header/trailer need to be packed in the CFF Stage. - Job design: Seq. File -> Transformer -> Sort -> CFF - The records are brought in as one column 'A' varchar 100...
by jzajde1
Wed Feb 11, 2015 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicates - Retain both Duplicates
Replies: 6
Views: 1667

ShaneMuir:

The source is a sequential file.
by jzajde1
Wed Feb 11, 2015 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicates - Retain both Duplicates
Replies: 6
Views: 1667

qt_ky:

I want to retain(keep) the records and route them to their own stage.

chulett & ray.wurlod: thank you for your post. I will test the fork join and reply.
by jzajde1
Tue Feb 10, 2015 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicates - Retain both Duplicates
Replies: 6
Views: 1667

Remove Duplicates - Retain both Duplicates

Hello,

Is there a way I can retain both duplicates from a stage in DataStage?
The primary key is column 1.

Ex.

Column1|Column2|Column3

111|EA|203
111|EA|201
112|EA|200
113|EA|200

I want to remove both records where column 1 = 111.

Please advise.

Thanks