Search found 53125 matches
- Thu May 26, 2005 4:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate key generation - best practices
- Replies: 7
- Views: 4236
My main consideration is whether any other person/application is likely to generate keys for these tables. In that case, I would definitely leave creation of the surrogate keys to the database (sequence or identity column). That way, DataStage is not generating key values that someone else may alrea...
- Thu May 26, 2005 12:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exporting DS project via DSJOB
- Replies: 12
- Views: 5103
- Thu May 26, 2005 12:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Commit Frequency
- Replies: 8
- Views: 3245
- Thu May 26, 2005 12:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exporting DS project via DSJOB
- Replies: 12
- Views: 5103
- Thu May 26, 2005 12:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: I want toconvert Nondelimited date to DS internal Format
- Replies: 10
- Views: 2599
Nah, it's easier than any of that because Iconv() is really clever. All you need is
Code: Select all
Iconv(InLink.TheDate, "DYMD")- Thu May 26, 2005 12:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Source selection and Aliases
- Replies: 5
- Views: 891
- Thu May 26, 2005 12:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: GMT and Time Zone
- Replies: 1
- Views: 720
Welcome aboard! :D There are a few ways that this can be accomplished. One of the difficulties with daylight saving (summer) time is that it can be different in different locations - for example in the southern hemisphere summer is at the other end of the year compared to the northern hemisphere. Ch...
- Thu May 26, 2005 12:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exporting DS project via DSJOB
- Replies: 12
- Views: 5103
- Thu May 26, 2005 12:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Distributed HASH file
- Replies: 8
- Views: 2411
- Thu May 26, 2005 12:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DRS does not talk to ODBC
- Replies: 1
- Views: 886
- Thu May 26, 2005 12:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Commit Frequency
- Replies: 8
- Views: 3245
- Thu May 26, 2005 7:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: question about qualitystage
- Replies: 6
- Views: 1743
- Thu May 26, 2005 7:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: STAGE has unexpected STATUS value
- Replies: 6
- Views: 1427
- Thu May 26, 2005 7:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Distributed HASH file
- Replies: 8
- Views: 2411
You can stay with hashed files by resizing them to 64-bit addressing.
(This syntax assumes a VOC entry - it can also be done from the command line.)
Code: Select all
RESIZE hashedfile * * * 64BIT- Thu May 26, 2005 7:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS Enabling
- Replies: 3
- Views: 996