Search found 53125 matches

by ray.wurlod
Mon May 07, 2007 9:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transpose the table
Replies: 2
Views: 826

Search the forum for "vertical pivot". It may be easier, if your database has one, to use a table transpose function.
by ray.wurlod
Mon May 07, 2007 9:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: An abnormal satge detected
Replies: 4
Views: 1246

Please post the exact error message. The part message in your first post suggests a problem in a Transformer stage, not in an Aggregator stage.
Reset the aborted job and, if one appears, post the detail of the "from previous run..." message.
by ray.wurlod
Mon May 07, 2007 1:07 am
Forum: General
Topic: need help to write a sample routine, any doc.
Replies: 3
Views: 1875

Routines called from job sequences are, in fact, server routines not parallel routines. There are many examples posted here, search for the word FUNCTION. As to how to write them, you must begin with a plan of what you want to accomplish - the input argument(s), the algorithm and the return value. O...
by ray.wurlod
Sat May 05, 2007 5:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any limit for query size in OCI stage?
Replies: 9
Views: 3177

Not you. You're not the OP, so could not have marked the post as resolved.
by ray.wurlod
Sat May 05, 2007 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg. Sort command in Windows
Replies: 8
Views: 2219

With neither statistics nor knowledge of the internal sort algorithms available to me, I feel it would be unwise to offer an opinion.
by ray.wurlod
Sat May 05, 2007 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: suppress unwanted parameters
Replies: 5
Views: 1246

Given your original scenario, the answer is no. You can only use -param options for parameter names that exist in the job. What you can do is to have dsjob run a job sequence that runs the job. The job sequence can accept all the parameters, and only pass the required ones to the job. But, if it's u...
by ray.wurlod
Sat May 05, 2007 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any limit for query size in OCI stage?
Replies: 9
Views: 3177

Are there any line terminator characters in your query?

You have marked the topic as resolved. Please post the resolution.
by ray.wurlod
Sat May 05, 2007 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UNIX and project permissions for multi-users
Replies: 10
Views: 2469

Why? I believe that's an urban myth. The mere fact that the manuals use dstage in their examples is an artifact - after all, it's only a group name. Several of my client sites have in-house UNIX group naming standards and follow these: the group that has access to the DataStage software is documente...
by ray.wurlod
Sat May 05, 2007 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg. Sort command in Windows
Replies: 8
Views: 2219

The Sort stage in server jobs is universally acknowledged to be horrible. I'd suggest getting a UNIX emulator for Windows, such as MKS Toolkit or Cygwin, and using the sort command therein.
by ray.wurlod
Sat May 05, 2007 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: is there any way to increase the inter stag rowbuffer?
Replies: 19
Views: 4457

Had you mentioned XML in the original post, you would have received that advice much earlier.
by ray.wurlod
Sat May 05, 2007 1:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running forever....
Replies: 10
Views: 3103

Permissions in the project directory and/or umask settings for the users are inappropriate.
by ray.wurlod
Sat May 05, 2007 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Number
Replies: 9
Views: 2642

Wrong. You can change execution mode to parallel on the Advanced tab of the stage properties. Indeed (at version 7.5.1A) the default execution mode for an External Source stage is parallel. The same is true of the External Filter stage, but I'm not sure how this crept into the discussion.
by ray.wurlod
Sat May 05, 2007 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP load using SAP Plug-In stage
Replies: 2
Views: 1180

Probably not. The problem is that you need mechanisms that are legal for SAP. Only the SAP Load and IDOC stages give you this. Of course you could generate text files from DataStage and use internal SAP utilities to import those data. But that needs more layers of management and control.