Search found 53125 matches
- Sat Aug 16, 2008 9:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rare Oracle Error
- Replies: 14
- Views: 3891
- Sat Aug 16, 2008 9:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup on range of values
- Replies: 2
- Views: 1343
The obvious recommendation is to upgrade to version 8, where range lookups are supported. Next best thing would be to move one of the tables so that they're both in the same database, even if one is a temporary table whose lifetime is only that of your job run. Then the BETWEEN join becomes straight...
- Sat Aug 16, 2008 9:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: not legal to set a reducer to be the same as a key field
- Replies: 6
- Views: 8197
- Sat Aug 16, 2008 7:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Solution approaches for table reformatting in datastage
- Replies: 10
- Views: 2827
Resist the requirement. I don't think it will help, if that's the only reason for implementing it. Or at least get "them" to justify it. Post that justification and we might take another look. You would have been able to view the complete post if you had a premium memberhip. At less than 30c per day...
- Sat Aug 16, 2008 5:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: not legal to set a reducer to be the same as a key field
- Replies: 6
- Views: 8197
- Sat Aug 16, 2008 5:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to run a job or sequencer in unix
- Replies: 5
- Views: 1708
hello Mr.ray thanks for ur response so dsjob is the commans used is execute the ds job in unix. can u please elaborate what is the syntax for dajob command.thank u again. Ur was a city in ancient Babylon, and U is the name of one of our participants (it's a fairly common Burmese name). The second p...
- Sat Aug 16, 2008 5:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: convert SWIFT message to XML file (or) flat file
- Replies: 6
- Views: 4108
- Sat Aug 16, 2008 4:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Solution approaches for table reformatting in datastage
- Replies: 10
- Views: 2827
I can not envisage that this really strange format would make anything go any faster. Indeed, I would suggest that the processing required to decompose that structure would slow things down. My recommendation, therefore, would be to leave the data structures as they are and to seek some other way to...
- Sat Aug 16, 2008 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Project/ Jobs replication
- Replies: 1
- Views: 1332
File copy will get the objects across but is a Bad Idea. This is because, while the objects are present for the projects, the entries in system tables and so on that describe them will not and the projects will therefore be inaccessible. Create the projects using administrator, and transfer using ex...
- Sat Aug 16, 2008 4:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to get quarter date format
- Replies: 8
- Views: 3047
- Fri Aug 15, 2008 11:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove Duplicate Error
- Replies: 12
- Views: 5689
- Fri Aug 15, 2008 11:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup logic
- Replies: 4
- Views: 1603
- Fri Aug 15, 2008 8:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to run a job or sequencer in unix
- Replies: 5
- Views: 1708
Welcome aboard. The DataStage command line interface is the dsjob command. You can find this documented in the Server Job Developers Guide and in the Parallel Job Advanced Developers Guide - in either case search for "command line interface". Search on DSXchange for examples of use and prerequisites...
- Fri Aug 15, 2008 8:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup logic
- Replies: 4
- Views: 1603
- Fri Aug 15, 2008 6:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: output from hashed file
- Replies: 47
- Views: 11788
(a) Sounds like FIELD.DEF is a compiled, read-only field, but which has not been compiled. Or it may not be a well-formed definition. Try executing this command CD DICT.DICT to see whether it improves matters. (b) Correct. But the arguments to SETPTR are purely numeric. (c) Yes, you have to have a m...