Search found 53125 matches
- Mon Jun 16, 2008 1:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Check file format for sequencial file (Unix/DOS) in routine
- Replies: 1
- Views: 925
You can't use ReadSeq to read to end of line unless the line terminator is appropriate for the operating system. You can read with ReadBlk, a character at a time, until you come to a Char(13) or a Char(10), and check the next character just in case. Don't forget to CloseSeq, to release the lock on t...
- Mon Jun 16, 2008 12:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: TimeStamp Variable.
- Replies: 6
- Views: 1452
- Sun Jun 15, 2008 11:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Environment Variable
- Replies: 2
- Views: 1106
- Sun Jun 15, 2008 10:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OBJ files
- Replies: 4
- Views: 1270
- Sun Jun 15, 2008 6:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Filter Option in Sequential File
- Replies: 4
- Views: 2500
- Sun Jun 15, 2008 3:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mapping Network Drives
- Replies: 6
- Views: 1599
- Sun Jun 15, 2008 3:05 am
- Forum: General
- Topic: Datastage Installation in laptop
- Replies: 15
- Views: 5968
- Sat Jun 14, 2008 4:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Env variables through dsjob
- Replies: 23
- Views: 6134
- Sat Jun 14, 2008 4:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Map Name to be given in type conversion
- Replies: 10
- Views: 5373
Map name is an optional property. The "warning" is actually an alert, informing you that you are changing from ustring to string (in case you weren't aware of it). Are you saying that the "implicit conversion" message persists even when you specify an explicit conversion, or that you haven't tried i...
- Sat Jun 14, 2008 4:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row Splitter vs Transformer with FIELD function
- Replies: 7
- Views: 2386
When it's only one (which was not the original question, by the way), there will not be much to choose from in terms of number of stages in the job. My personal preference is guided by the relative newness of the Row Splitter stage; the Transformer has been around a lot longer and has had a better c...
- Sat Jun 14, 2008 4:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fault type is 11
- Replies: 5
- Views: 2038
- Sat Jun 14, 2008 4:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error writing to ROOT
- Replies: 5
- Views: 2611
- Sat Jun 14, 2008 4:06 pm
- Forum: General
- Topic: How to run the job as parameter driven
- Replies: 6
- Views: 1452
- Sat Jun 14, 2008 1:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Add block to queue failed - issue
- Replies: 3
- Views: 6525
- Sat Jun 14, 2008 1:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Env variables through dsjob
- Replies: 23
- Views: 6134