Search found 53125 matches

by ray.wurlod
Mon May 17, 2010 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sum of a column in between two limits
Replies: 6
Views: 1518

You don't need DataStage to do that. It's straightforward DML.

DataStage is an ETL tool, not a reporting tool!
:twisted:
by ray.wurlod
Mon May 17, 2010 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: find file size greater than 1 GB
Replies: 3
Views: 1389

You can do this in a Routine activity - check out OPENSEQ and SYSTEM() in the DataStage BASIC manual.
by ray.wurlod
Mon May 17, 2010 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Drawbacks in Datastage 8.0.1 ( compare to older versions lik
Replies: 4
Views: 1802

I keep WAS and XMETA together for preference (for performance), but have the engine tier on other server(s).
by ray.wurlod
Mon May 17, 2010 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to track versions in datastage 8.0.1
Replies: 3
Views: 1405

Use the version number in the job/routine properties. Increment the tertiary number whenever there's a change and export.
by ray.wurlod
Mon May 17, 2010 3:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-00911: invalid character Error
Replies: 10
Views: 12872

Find out what Oracle error number -911 actually means - use the oerr command to get a recommendation about what to do about it.
by ray.wurlod
Mon May 17, 2010 3:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remove data
Replies: 3
Views: 1262

Why do you think you need DataStage to do this? What you're doing seems (to me, at least) to call for some very straightforward SQL statements. And a bit of thought about the order in which they're executed.
by ray.wurlod
Sun May 16, 2010 9:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query in Oracle Connector Stage
Replies: 7
Views: 8784

Check too whether your other client is set to automatically truncate to legal names.
by ray.wurlod
Sun May 16, 2010 7:19 pm
Forum: Site/Forum
Topic: Community
Replies: 0
Views: 1919

Community

I am currently in Finland for the first time. On Sunday - pre-arranged through DSXchange - I had two delightful tour guides to show me around Helsinki. It was a very enjoyable day, made even better by perfect weather (not claiming credit for that) and the generosity of my hosts in taking a day out o...
by ray.wurlod
Sun May 16, 2010 6:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two Nodes not working
Replies: 18
Views: 6394

Is rsh properly set up between "test" and "chevelle"? What error messages are produced?
by ray.wurlod
Sun May 16, 2010 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commit intervals in ODBC enterprise stage
Replies: 6
Views: 2593

The separate processing nodes are separate. The only way you can accomplish what you are doing is to run on one node only. Unless, of course, you can figure out a way to wrap the entire DataStage job in a single transaction.
by ray.wurlod
Sat May 15, 2010 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two Nodes not working
Replies: 18
Views: 6394

There's another book that goes with "four nodes good, two nodes bad". No, wait a minute, that was legs!
:wink:
by ray.wurlod
Sat May 15, 2010 11:00 pm
Forum: General
Topic: How to read xml messages stored in oracle DATA CLOB using DS
Replies: 5
Views: 2348

"Read" how?

Resist stupid requirements!

Try using a large VarChar for retrieval.
by ray.wurlod
Fri May 14, 2010 9:20 pm
Forum: General
Topic: What are DB2 people using for a query tool?
Replies: 15
Views: 6248

In the same boat, but working for some high powered (three star) officers, so slightly better chance of getting things approved. Like Information Server client, for example. (Sheesh.)

However, we DO have both Control Center and its younger cousin Data Studio installed.
by ray.wurlod
Fri May 14, 2010 6:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Two files
Replies: 12
Views: 4377

:oops:
Transformer stage can do the job of a Row Generator stage.

Code: Select all

Field("AA|BB|CC|DD","|"<@OUTROWNUM,1)
Fmt(@OUTROWNUM, "R%3")
by ray.wurlod
Fri May 14, 2010 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Orchestrate Schema
Replies: 3
Views: 2492

Some of them - eight from memory - yes. Which ones is documented in one of the manuals, but I can't check which one at the moment (in airport lounge). Maybe the Oracle Connectivity Guide.