Search found 53125 matches
- Mon Jul 02, 2007 9:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unsigned BigInt Out_format,right justify (write to seq file)
- Replies: 5
- Views: 1441
- Mon Jul 02, 2007 9:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Phantom Output file
- Replies: 2
- Views: 1123
Take a look in the directory RT_CONFIG362 in your project directory. There should be precisely three files: DATA.30, OVER.30 and .Type30 Please advise whether this is the case. If someone, somehow, has put any other file in this directory, it ceases to behave as a hashed file and begins to behave as...
- Mon Jul 02, 2007 9:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to initialize plugin
- Replies: 5
- Views: 1354
- Mon Jul 02, 2007 9:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Process id, how to find for a particular job
- Replies: 10
- Views: 3348
- Mon Jul 02, 2007 9:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Stage
- Replies: 3
- Views: 950
- Mon Jul 02, 2007 9:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Error
- Replies: 7
- Views: 4093
Why not, thebird? Sometimes it must, for example when doing a lookup from a Lookup File Set or when doing a sparse lookup. The message about dropping a component with the same name can safely be ignored - it's just an alert. You can, except as noted above, eliminate it by effecting a column name cha...
- Mon Jul 02, 2007 9:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: environment variable in the DSJOB.EXE
- Replies: 11
- Views: 3870
- Mon Jul 02, 2007 9:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem running multiple instance job in a sequence
- Replies: 8
- Views: 3605
No it's NOT all you need to do. With auto-purge disabled your logs grow and grow and grow and eventually IBM want's to sell you more disk and also consulting services to repair the hashed files (job logs) that you've corrupted when the file system becomes full. This is NOT a resolution - it's a work...
- Mon Jul 02, 2007 9:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timestamp difference
- Replies: 2
- Views: 1368
Look here for example server routines. Right click and choose Save As to download.
- Mon Jul 02, 2007 9:02 am
- Forum: General
- Topic: Teradata Multiload Stage
- Replies: 2
- Views: 1130
- Mon Jul 02, 2007 8:59 am
- Forum: General
- Topic: Unable to load data in hash file
- Replies: 4
- Views: 1531
- Mon Jul 02, 2007 8:56 am
- Forum: General
- Topic: DS Work in Australia
- Replies: 4
- Views: 2407
- Mon Jul 02, 2007 8:54 am
- Forum: IBM QualityStage
- Topic: Reverse Engineer
- Replies: 9
- Views: 3592
Hopefully what you did worked. It appears to be correct; I've no way of knowing for sure! The pairs of numbers, you probably worked out, are the column locations in the record (start length). Tip: check "Disable Smilies in this post" when posting anything with 8) in it - otherwise it's translated to...
- Sun Jul 01, 2007 8:15 pm
- Forum: General
- Topic: The NEW DSX logo
- Replies: 26
- Views: 9934
- Sun Jul 01, 2007 8:49 am
- Forum: General
- Topic: String to Number
- Replies: 7
- Views: 1768
The overhead of invoking a JVM for every row is probably something you don't want. Prefer
If you're happy that you have a solution, please mark the thread as Resolved.
Code: Select all
Convert(" ", "", InLink.TheNumericString)If you're happy that you have a solution, please mark the thread as Resolved.