Search found 53125 matches

by ray.wurlod
Wed Sep 29, 2010 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Call DB2 Stored Procedure in 7.5.x2
Replies: 5
Views: 2869

Surely user-defined SQL can issue a CALL (or EXEC) statement?
by ray.wurlod
Wed Sep 29, 2010 5:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer
Replies: 4
Views: 1878

Yes, right click in the background and enable "Show Performance Statistics". There is also a menu option available.
by ray.wurlod
Wed Sep 29, 2010 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage General Questions
Replies: 1
Views: 1565

1. Each stage (conceptually at least) becomes a separate process so that there is, in general, no way for a transaction to span multiple stages. However, the Distributed Transaction Stage does allow a transaction to span multiple links. 2. There is no configurable connection pooling in DataStage. If...
by ray.wurlod
Wed Sep 29, 2010 5:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: macro vs routine
Replies: 6
Views: 2495

Yes. Once you have your premium membership you will be able to join them.
by ray.wurlod
Wed Sep 29, 2010 5:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: server stages vs parallel stages
Replies: 3
Views: 1406

Not obsolete. Some functionality (such as Connectors) will find its way into server jobs. But the server job architecture does not warrant the "one task, one stage type" functionality of parallel jobs. Rather, server jobs tend to use the Transformer stage as the workhorse.
by ray.wurlod
Wed Sep 29, 2010 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating OSH Script
Replies: 8
Views: 6359

Ignore your client requirement. Develop it in DataStage. When compiled this will generate an osh script that is run when the job is run. The client's requirement is now met.
by ray.wurlod
Wed Sep 29, 2010 5:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Stage
Replies: 9
Views: 3883

Use a Column Generator stage to generate three new fields, which contain the month name abbreviations. Pivot these into "Month_Name" field as well as pivoting the monthly value columns.
by ray.wurlod
Wed Sep 29, 2010 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP transfers of XLS files
Replies: 23
Views: 5815

If the Transformer stage is running in sequential mode, then the constraint @INROWNUM > 1 will do it for you.
by ray.wurlod
Wed Sep 29, 2010 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage client server connectivity
Replies: 1
Views: 1257

DataStage clients make a connection to the engine tier using a proprietary protocol called DSObjects, which uses TCP port number 31538 by default.
by ray.wurlod
Wed Sep 29, 2010 4:59 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Agent Connection Error
Replies: 3
Views: 3229

You have a problem with the Connector Access Service. You need to involve your official support provider, who will guide you through gathering all the log information needed to diagnose this problem. While you are awaiting their callback, you might like to learn about the "Must Gather" req...
by ray.wurlod
Wed Sep 29, 2010 4:57 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Varchar to bigint conversion
Replies: 3
Views: 2113

This is not an Information Analyzer question then?
by ray.wurlod
Wed Sep 29, 2010 4:50 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: datastage
Replies: 1
Views: 1224

Welcome aboard. You have posted in the incorrect forum - this forum is for Information Analyzer questions. The answer to your question will depend on how you are requesting the run of the DataStage job - through Director, through a job sequence, through a command line interface, or by some other mea...
by ray.wurlod
Wed Sep 29, 2010 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: special characters in fixed width flat file
Replies: 3
Views: 1597

Search DSXchange for APT_STRING_PADCHAR environment variable.

The character is not special, it's the value of that environment variable, by default 0x00 (the ASCII NUL byte).
by ray.wurlod
Wed Sep 29, 2010 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: want to remove strip Character (|| ) in output file
Replies: 3
Views: 1983

... except that Convert() will also remove any single '|' characters too.
by ray.wurlod
Wed Sep 29, 2010 1:38 am
Forum: General
Topic: Parallel Routine
Replies: 1
Views: 844

No. But there are C++ functions that are similar or even functionally identical to some of them.