Search found 18 matches

by ganive
Mon Dec 05, 2005 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Import On Limited Part Of A Record
Replies: 2
Views: 1350

Column Import On Limited Part Of A Record

Hi All, Here is the deal : I'm using "Column Import" Stage to divide a record (fixed length=600) into columns. Example : Line(600) -> Key (=Line[1,10]) -> Interesting Data (=Line[11,30]) I only need 40 bytes on the whole original record. The Result of the "Column Import" is OK, I...
by ganive
Mon Dec 05, 2005 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to divide a file into 8 parts
Replies: 10
Views: 5274

Re: How to divide a file into 8 parts

Yes, the records I have to generate are fixed width.
Ultramundane wrote:Will your records be fixed width? If not, do you require that each file contain a full record?
by ganive
Mon Dec 05, 2005 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to divide a file into 8 parts
Replies: 10
Views: 5274

How to divide a file into 8 parts

Hi All, I need to divide data into 8 distinct files, based on the file size. Example : 1 - Data Source : A Flat File named "TOTO.txt" 2 - Many Transform, check, and other operations... 3 - Data Target : TOTO1.txt, TOTO2.txt... TOTO8.txt (I would be great if each file had the same size, but...