Search found 53125 matches

by ray.wurlod
Thu Nov 22, 2007 2:56 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: New line identifier
Replies: 1
Views: 2294

Moderator: please move to server forum

This question does not relate to WebSphere Transformation Extender.
by ray.wurlod
Wed Nov 21, 2007 6:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ExecCommand
Replies: 17
Views: 3781

I find myself wondering whether the Execute Command activity would accept a single space as the command and everything else in the Parameters field. Hmm... must try it some time.
by ray.wurlod
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...
by ray.wurlod
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 ...
by ray.wurlod
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...
by ray.wurlod
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 - ...
by ray.wurlod
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

Where did you hear that rumour?

It's not particularly true except to the same extent as most other stage types - too many of anything will overload the machine. Too many jobs executing at the same time will overload the machine.
by ray.wurlod
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

Nothing to prevent you from using lower-level job sequences where necessary. A job sequence is just another job type; it can be run from a Job activity.

On that basis I am not even going to address your other question.
by ray.wurlod
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

I can't know if you're wrong without seeing default.apt
by ray.wurlod
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

I agree about Unconditional trigger.

You might create a second link with a Failure trigger, if you want to handle the Abort result specifically, for example by sending email.
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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

Time to mark the thread as Resolved, then.
by ray.wurlod
Wed Nov 21, 2007 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error While Creating Sequencer
Replies: 4
Views: 1513

Have you installed the xpsp2 patch for DataStage client? You obtain it from your support provider.
by ray.wurlod
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

Avoid using the optional OVERWRITING keyword - it can cause you silently to trash important words in the DataStage vocabulary, a situation that is incrediby difficult to diagnose.