Search found 42189 matches
- Tue Nov 07, 2006 11:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Hashed File
- Replies: 13
- Views: 4329
- Tue Nov 07, 2006 10:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: folder stage
- Replies: 3
- Views: 1334
- Tue Nov 07, 2006 9:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use of special characters as delimiter in sequential file
- Replies: 8
- Views: 9113
- Tue Nov 07, 2006 9:54 am
- Forum: General
- Topic: Job sequence compilation problems
- Replies: 8
- Views: 5212
- Tue Nov 07, 2006 9:52 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: Difference between TX, Hawk and SOA....
- Replies: 7
- Views: 4311
- Tue Nov 07, 2006 7:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Flat File with Header, Body And Footer
- Replies: 9
- Views: 6252
- Tue Nov 07, 2006 7:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Could not load "V52S0_XXXXXXXX"
- Replies: 7
- Views: 2244
- Tue Nov 07, 2006 7:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CheckPoints in Sequencer
- Replies: 13
- Views: 5689
Thanks Chuck. You can also consider something like a 'check-point' system, one that records the most recent commit point as the job runs in a flat file, for instance. At completion of the job the file is deleted. Before starting the job the file is checked and - if it exists - that number is passed ...
- Tue Nov 07, 2006 7:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Flat File with Header, Body And Footer
- Replies: 9
- Views: 6252
Is it a normal file that can be seen using cat command or vi editor? Or is getting generated from mainframe system. Mainframe systems produce 'normal' files, too. Are you trying to ask if it is EBCDIC or has packed fields in it? That would help make the case for using the CFF stage, but its use cer...
- Tue Nov 07, 2006 7:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Could not load "V52S0_XXXXXXXX"
- Replies: 7
- Views: 2244
- Mon Nov 06, 2006 11:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Could not load "V52S0_XXXXXXXX"
- Replies: 7
- Views: 2244
- Mon Nov 06, 2006 10:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Time Out Error
- Replies: 3
- Views: 1179
- Mon Nov 06, 2006 8:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transfer a Batch of Data over a link
- Replies: 6
- Views: 1091
- Mon Nov 06, 2006 8:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accessing DB2 using ODBC
- Replies: 2
- Views: 648
- Mon Nov 06, 2006 7:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Write the Statistics into a table?
- Replies: 8
- Views: 3289
Re: How to Write the Statistics into a table?
Chuah wrote:IF you can get them to a file, I don't see why you can't write them to a table, what you need is to write a simple Unix script...
Or... yet another DataStage job!