Search found 53125 matches

by ray.wurlod
Tue Jan 07, 2014 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle table transaction capabilities in DataStage
Replies: 4
Views: 1677

Use a connector with two input links and combine the two inputs into a single transaction within the stage. This can also be done with the older ODBC stage.
by ray.wurlod
Tue Jan 07, 2014 3:33 pm
Forum: General
Topic: DataStage Upgrade
Replies: 5
Views: 2289

Use the (free) IBM Concierge service to help you to plan your upgrade. They will produce a checklist to make sure you don't miss anything.
by ray.wurlod
Tue Jan 07, 2014 3:31 pm
Forum: General
Topic: Using ODBC connection via DS Basic
Replies: 6
Views: 1387

Use this one.

Code: Select all

$INCLUDE UNIVERSE.INCLUDE ODBC.H
by ray.wurlod
Tue Jan 07, 2014 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Control characters as Delimter in a seq File
Replies: 1
Views: 1349

When you import the table definition for the sequential file specify 001 (three digit decimal ASCII code) as the delimiter.
by ray.wurlod
Fri Jan 03, 2014 12:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connection issue to MS SQL using Data Direct SQL Server wire
Replies: 1
Views: 1113

Use either of those stages. DataStage is simply another client as far as SQL Server is concerned, so you configure the client software or ODBC driver just as you would for any other client.
by ray.wurlod
Thu Jan 02, 2014 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job getting failed for 1 node
Replies: 7
Views: 2378

Your single node configuration lacks a default node pool name ("").
by ray.wurlod
Thu Jan 02, 2014 3:35 am
Forum: General
Topic: Error if I use Transformer stage
Replies: 4
Views: 1448

Welcome aboard. You don't have the required C++ compiler installed/licensed.
by ray.wurlod
Wed Jan 01, 2014 7:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find the highest value in a group
Replies: 8
Views: 2959

As Craig noted, you don't need to re-sort (unless you want to run the Aggregator stage in Sort mode). What IS important is that the data are partitioned using a key-based algorithm on the grouping column(s).
by ray.wurlod
Wed Jan 01, 2014 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Search of datasets in a folder
Replies: 7
Views: 2916

You didn't miss much, so I've unpremiumed it.
by ray.wurlod
Wed Jan 01, 2014 1:20 pm
Forum: General
Topic: To get the status of Jobs
Replies: 9
Views: 4775

It does seem to be inaccessible at the moment. Wait for Kim to get back from vacation. Watch this space.
by ray.wurlod
Wed Jan 01, 2014 1:18 pm
Forum: General
Topic: Parameter Set issue : Value not gettting propogated
Replies: 2
Views: 1120

Have you tried re-compiling the sequence?
by ray.wurlod
Tue Dec 31, 2013 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Search of datasets in a folder
Replies: 7
Views: 2916

If your developers have followed recommended practice of using ".ds" as the suffix for Data Set descriptor files then, yes, the search is easy. Don't forget that the data files live elsewhere, so you must use orchadmin command to remove the Data Sets.
by ray.wurlod
Tue Dec 31, 2013 3:36 pm
Forum: General
Topic: How to use Environment Variable in Routine?
Replies: 3
Views: 1171

There is a function for this - something like GetEnvironment() or GetEnvVar() - but I'm recovering from NYE drinkies and can't recall exact details. It'll be in online help and the manuals somewhere.
by ray.wurlod
Tue Dec 31, 2013 3:34 pm
Forum: General
Topic: Install Updates - Are the files needed after install
Replies: 3
Views: 757

You understood correctly. These files are not referred to by the software once installation/upgrade has been completed.
by ray.wurlod
Tue Dec 31, 2013 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job getting failed for 1 node
Replies: 7
Views: 2378

Is "PAR" really a hostname, or have you mis-spelled "RAP" in the one node configuration?