Search found 42189 matches
- Sat Jun 21, 2008 6:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File Pattern in Sequential Stage
- Replies: 3
- Views: 1196
- Sat Jun 21, 2008 6:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading multiple files from a sequential file stage
- Replies: 8
- Views: 3269
Assuming they are all located in the same directory, no matter how 'sufficiently different' their filenames were, a suitable wildcard pattern could be "*" or "*.*", I would think. Unless there are other filenames that should not be picked up at the same time, of course. I'm guessing that the multipl...
- Sat Jun 21, 2008 2:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record Count in Sequential file using Filter
- Replies: 4
- Views: 1246
- Sat Jun 21, 2008 2:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File Pattern in Sequential Stage
- Replies: 3
- Views: 1196
- Sat Jun 21, 2008 10:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Handling NULL for DECIMAL fields
- Replies: 9
- Views: 17089
- Sat Jun 21, 2008 10:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Handling NULL for DECIMAL fields
- Replies: 9
- Views: 17089
Re: Handling NULL for DECIMAL fields
199542 wrote:In my transformer my transformation is as follows
If IsNull( F1 ) then SetNull() ELSE F1 ------>> throwing oracle error
Any error in particular or do we get to guess?
- Sat Jun 21, 2008 9:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with ORCHADMIN
- Replies: 15
- Views: 6586
No, that's only applicable for a UNIX server, didn't realize you were running Windows. Ignore that bit of advice in your case. What happens if you fully path your command? $ORCHHOME\bin\orchadmin rm testfile.ds Have you checked in your bin directory to confirm that command is (or isn't) actually the...
- Sat Jun 21, 2008 9:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading multiple files from a sequential file stage
- Replies: 8
- Views: 3269
- Sat Jun 21, 2008 9:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with ORCHADMIN
- Replies: 15
- Views: 6586
I was wondering. That's what you get for being a triskaidekaworkaholic. You definitely don't want to use the $ when assigning the value. It is not set in the current environment. So, one would need (as noted earlier) to 'source' their dsenv file first, if that is where those are set. If they are def...
- Sat Jun 21, 2008 8:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with ORCHADMIN
- Replies: 15
- Views: 6586
- Sat Jun 21, 2008 7:18 am
- Forum: General
- Topic: Generating XML Output thru Datastage
- Replies: 2
- Views: 10060
- Fri Jun 20, 2008 10:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clean up resources in Director
- Replies: 8
- Views: 3615
- Fri Jun 20, 2008 12:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clean up resources in Director
- Replies: 8
- Views: 3615
- Fri Jun 20, 2008 8:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error: Array 'DSAttachJob' never dimensioned.
- Replies: 3
- Views: 2785
- Fri Jun 20, 2008 8:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Best ways for updating a table
- Replies: 19
- Views: 5131
Take that advice with a grain of salt. It can easier said than done to just 'build a new table and swap it around for the old one' when there are constraints / foreign keys / RI involved. That should have at least been mentioned. And unless we're talking about a work table, not everyone has the gran...