Search found 53125 matches
- Tue Oct 18, 2005 4:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: runlocally()
- Replies: 6
- Views: 1941
- Tue Oct 18, 2005 4:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Library file not Found
- Replies: 10
- Views: 3470
- Tue Oct 18, 2005 4:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read text files from a folder
- Replies: 7
- Views: 3270
Welcome aboard! :D Do you just want the file names, or the contents of those files? If the former, simply execute the command - perhaps as a before-stage subroutine ExecSH - then use a Sequential File stage to read from the file myfile.txt. If the latter, and you really are in a parallel job, use th...
- Tue Oct 18, 2005 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to compile an enternal C/C++ Routine and use in DS PX
- Replies: 11
- Views: 4644
- Tue Oct 18, 2005 4:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conditionnal update
- Replies: 5
- Views: 1470
- Tue Oct 18, 2005 4:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage phantom error
- Replies: 14
- Views: 5746
- Tue Oct 18, 2005 4:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformation Rows to columns
- Replies: 4
- Views: 1346
- Tue Oct 18, 2005 2:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Director Log
- Replies: 14
- Views: 4003
Aha! That requirement was not in the original post. How about a DataStage job that moves the contents of the hashed file (or UV table) RT_LOGnnn into a text file? You could then build a job sequence that runs your main sequence than that server job. Presumably the job number of the main job sequence...
- Tue Oct 18, 2005 1:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Director Log
- Replies: 14
- Views: 4003
- Tue Oct 18, 2005 1:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformation Rows to columns
- Replies: 4
- Views: 1346
- Tue Oct 18, 2005 12:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to see the Status of Performance after execution
- Replies: 2
- Views: 2279
- Mon Oct 17, 2005 11:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Effective partition type for sorted input in Transformer
- Replies: 22
- Views: 7915
Impossible to say. Presumably there will be no loss of rows through the Transformer stage, so my guess most of the time would be "no difference". Another possiblity, of course, is to invoke the UNIX sort command in an after-job subroutine, perhaps ExecSH. In rhat case, you don't need any form of sor...
- Mon Oct 17, 2005 10:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unusual Behaviour with String Data
- Replies: 3
- Views: 931
- Mon Oct 17, 2005 10:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Effective partition type for sorted input in Transformer
- Replies: 22
- Views: 7915
It's not a need, it's a preference, because you can allocate more memory to the sorting operation when using a Sort stage. As far as I can recall, memory per partition is limited to 20MB on an input link sort, but is configurable as a property when using the Sort stage. The more that can be done in ...
- Mon Oct 17, 2005 10:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Diff between server Job Parallel Job
- Replies: 30
- Views: 9759
It's your idea Kumar_S - you run with it. Prove to us, or otherwise, your hypothesis that a Lookup File Set can be updated in real time; that is, that the import operation that maps it into a virtual Data Set is sensitive to changes in the underlying Lookup File Set. The alternative possibility is t...