Search found 172 matches

by gsherry1
Wed Jul 20, 2005 12:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Key Specifiers
Replies: 3
Views: 2090

Null Key Specifiers

Does DataStage have any concept of a NULL key. Ei. An equivalent to the '{}' key specifier in Ab Initio? Suppose I wish to perform a column aggregation function such as max or average over all input rows, where all input rows are treated as one group. Only way I see how to do this in Aggregate Stage...
by gsherry1
Tue Jul 19, 2005 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sorting and DataSets
Replies: 3
Views: 1278

Sorting and DataSets

The documentation suggests that for components with a sort requirement, DS will analyze the incoming flow to determine if the sort criteria has already been met by a previous (sort) stage. If this criteria has not been met it will insert a sort internal to the stage. Questions: 1.) Will DataStage pe...
by gsherry1
Tue Jul 19, 2005 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Duplicates
Replies: 7
Views: 2665

Remove Duplicates

Any reason why remove duplicates doesn't have an option to output the duplicated (removed) records on a separate output/reject link? It would definitely improve the usefulness of the component.
by gsherry1
Tue Jul 19, 2005 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running Pre/Post Stage Commands
Replies: 2
Views: 1308

Running Pre/Post Stage Commands

Is it possible to run pre or post stage commands in EE like you could in Server edition? Only stage that I am able to get this functionality to work is with the Basic Transformer.
by gsherry1
Tue Jul 19, 2005 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing Unix Shell Script
Replies: 8
Views: 2874

Running rsh from windows command line.

I installed the product to my computer to test it, and it placed an icon on my PC... I can run shell commands when I use the executable that it installed but how do I run them from the dos command line? To execute any windows command from command line, the location of that executable must be in the...
by gsherry1
Mon Jul 18, 2005 2:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing Unix Shell Script
Replies: 8
Views: 2874

Where can I download cygwin and find the documentation for it? Is there a way to do it with Native DS? without installing any other products? Cygwin is free, and you can find more information about it here: http://www.cygwin.com/ I am able to run rsh from a windows cmd prompt, which means you shoul...
by gsherry1
Mon Jul 18, 2005 2:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing Unix Shell Script
Replies: 8
Views: 2874

Running RSH on Windows

mkeevil wrote:DS is running on Windows, can't use rsh right????
You will be able to use rsh and many other Unix like commands if you install cygwin on your windows installation.