Moderator: please move to server forum
This question does not relate to WebSphere Transformation Extender.
Search found 53125 matches
- Thu Nov 22, 2007 2:56 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: New line identifier
- Replies: 1
- Views: 2294
- Wed Nov 21, 2007 6:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ExecCommand
- Replies: 17
- Views: 3781
- Wed Nov 21, 2007 4:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to output different group of records to different files?
- Replies: 1
- Views: 834
Take some time to spell out your algorithm. For example it might be as simple as (for each new value of Column 1 begin a new file). It is probably easier to write out a single sorted file then to use a UNIX utility such as csplit or awk to divide it up. Please try to use professional standards of wr...
- Wed Nov 21, 2007 4:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ExecCommand
- Replies: 17
- Views: 3781
OK, then start is a good suggestion on Windows (like source would be on UNIX). The start command has plenty of useful options, too. Get to a CMD shell and type HELP START to get more information. You can then put the entire command line that you actually want to execute into the Parameters field of ...
- Wed Nov 21, 2007 4:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call Unix shelscript from job control
- Replies: 3
- Views: 1097
Well, there are known unknowns and unknown unknowns... At least two possibilities spring to mind, one that they have installed 7.5x2 and therefore have MKS Toolkit or that they have MKS Toolkit or Cygwin (etc.) installed to emulate the UNIX environment, the other that they want to remotely execute a...
- Wed Nov 21, 2007 2:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ExecCommand
- Replies: 17
- Views: 3781
D:DataStage can never be a command, I don't care how many prefixes you add to it. It's a Folder, pure and simple. What precisely are you trying to achieve? The best practice with scripts (or BAT files) is to use full pathnames. If you can't do that, use CD commands to get you where you need to be - ...
- Wed Nov 21, 2007 2:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: time out
- Replies: 8
- Views: 2482
- Wed Nov 21, 2007 2:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Updating and selecting data from a Sybase table
- Replies: 3
- Views: 952
- Wed Nov 21, 2007 1:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: View Data is not happening for a sequential file
- Replies: 9
- Views: 3086
- Wed Nov 21, 2007 1:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Trigger options in Job Activity in a Sequence
- Replies: 6
- Views: 6591
- Wed Nov 21, 2007 1:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Weird behavior of routine when reading hashfile
- Replies: 4
- Views: 969
It is a fundamental tenet of databases (and hashed files are implementations of database tables) that internal storage order is not under control of the user. Therefore you can not claim "the sequence which they are present in the hash-file (sic)". The Select statement returns keys in whatever order...
- Wed Nov 21, 2007 1:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Optimisation of hashed file population
- Replies: 7
- Views: 2086
A hashed file is a database table, not a file. Therefore there is no need at all to use a link collector or any other way to assemble all the streams into one. Use three Oracle queries each writing to the same hashed file but on three parallel links. Locking occurs only at the record level, and only...
- Wed Nov 21, 2007 1:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accessing different LPar's from DS Server
- Replies: 6
- Views: 1407
- Wed Nov 21, 2007 1:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error While Creating Sequencer
- Replies: 4
- Views: 1513
- Wed Nov 21, 2007 1:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Run a Query on Hashed Files using Command Line
- Replies: 3
- Views: 1084