Search found 15603 matches
- Tue Jul 21, 2009 2:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple of file handling
- Replies: 11
- Views: 3921
- Tue Jul 21, 2009 1:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem while reading entire file
- Replies: 7
- Views: 3309
- Mon Jul 20, 2009 9:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple of file handling
- Replies: 11
- Views: 3921
- Mon Jul 20, 2009 9:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fault Type 11
- Replies: 18
- Views: 6517
- Mon Jul 20, 2009 9:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: GCI Initialisation error after installing Oci9 package
- Replies: 7
- Views: 5614
- Mon Jul 20, 2009 8:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fault Type 11
- Replies: 18
- Views: 6517
- Mon Jul 20, 2009 8:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple of file handling
- Replies: 11
- Views: 3921
I would write a sequence that gets the directory contents using an execute command stage inside an outer loop. It would then loop through each file found and check to see if there is already an instance of the multiinstance job running for that filename (I'd use the filename as the instance name). I...
- Mon Jul 20, 2009 8:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem while reading entire file
- Replies: 7
- Views: 3309
You can raise the size of a block read from sequential files by increasing the environment variables $APT_DEFAULT_TRANSPORT_BLOCK_SIZE and $APT_MAX_DELIMITED_READ_SIZE. Note you will need to raise this value to 1 more than the next higher power-of-two to the longest record length; i.e. if your maxim...
- Mon Jul 20, 2009 8:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: GCI Initialisation error after installing Oci9 package
- Replies: 7
- Views: 5614
Thanks for that piece of information regarding the PX-only install. I had no idea that it was possible to do this, I had always understood that buying a PX license implicitly gave one a Server license. The underlying engine is always installed and just about the only way to stop one from designing s...
- Mon Jul 20, 2009 6:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error during Arabic data loading from text file
- Replies: 12
- Views: 4065
- Mon Jul 20, 2009 4:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel job compilation error with a transformer in the job
- Replies: 10
- Views: 8444
- Mon Jul 20, 2009 4:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error during Arabic data loading from text file
- Replies: 12
- Views: 4065
- Mon Jul 20, 2009 4:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can a routine retun multiple values?
- Replies: 1
- Views: 953
- Mon Jul 20, 2009 3:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error during Arabic data loading from text file
- Replies: 12
- Views: 4065
- Mon Jul 20, 2009 3:22 am
- Forum: General
- Topic: Version control and documentation of DS
- Replies: 4
- Views: 1199
The type and level of documentation for DataStage is entirely dependant upon what the client or user wishes. There a capabilities at all levels to add documentation to jobs - in fact there are far too many places where one can add information and using all of them would be very tedious. At Version 7...