Search found 53125 matches

by ray.wurlod
Sun Sep 02, 2007 12:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage EE
Replies: 5
Views: 1206

Use a Sort stage to partition and sort on elmt_i and node_i, and to generate a fourth column called key_changed using the Sort Key Change property. In the Transformer stage construct a stage variable that is derived as If key_changed Then name Else sv : "," : name Derive the output column name as sv...
by ray.wurlod
Sun Sep 02, 2007 12:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture the count of number of records
Replies: 5
Views: 1246

Attend the Introductory class offered by IBM. Precisely this scenario is one of the lab exercises.
by ray.wurlod
Sun Sep 02, 2007 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDecimal question
Replies: 4
Views: 1375

It's an incompleteness in the documentation. Get a copy of the "OEM 75 Manuals" (the Orchestrate manuals) from your support provider - they are more complete.
by ray.wurlod
Sun Sep 02, 2007 12:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with importing DataStage projects
Replies: 2
Views: 900

Probably not. It looks more like version 8 has a problem reading the export file from version 7.5. Get in touch with your support provider.
by ray.wurlod
Sun Sep 02, 2007 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with importing DataStage projects
Replies: 2
Views: 900

Probably not. It looks more like version 8 has a problem reading the export file from version 7.5. Get in touch with your support provider.
by ray.wurlod
Sun Sep 02, 2007 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 7.5.2, IIS 801 Validate, Run Problem
Replies: 4
Views: 1115

How are you trying to run the job?
by ray.wurlod
Sun Sep 02, 2007 12:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading NULL Values from Fixed Length File
Replies: 2
Views: 1595

In a fixed-width format file, the representation of NULL must exactly contain the same number of characters as the field. The OP seems to be complaining that the Char() fields are being padded with NUL characters, which is exactly the default behaviour for DataStage. The pad character is set by the ...
by ray.wurlod
Sun Sep 02, 2007 12:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datatime SQL type in database and timestamp in metadata
Replies: 2
Views: 868

The OP has sent both a Private Message and a Private Email asking me to answer this message.
This post should prove instructive.
by ray.wurlod
Sun Sep 02, 2007 12:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSWaitForJob waiting indefinately
Replies: 9
Views: 7102

The highlighted message means that DSWaitForJob() returns immediately under either of the following two conditions: the job on the job handle has finished the job on the job handle has been started again after finishing on the same job handle (that is, without there having been a call to DSDetachJob...
by ray.wurlod
Fri Aug 31, 2007 6:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate Sequence in Server
Replies: 4
Views: 1097

Do you mean create a sequence, or use a sequence to generate values?
by ray.wurlod
Fri Aug 31, 2007 6:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Column Description Information
Replies: 1
Views: 842

I did once publish a routine for doing that. Perhaps you could Search for it.

(It's here at least.)
by ray.wurlod
Fri Aug 31, 2007 6:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Stage Hangs
Replies: 9
Views: 2648

chulett wrote:Sam Ting.
The man who invented the photocopier before migrating to Russia to invent the technique known as samizdat.
by ray.wurlod
Fri Aug 31, 2007 6:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Variable Question/Need
Replies: 1
Views: 926

About the only way you can do this is to use the job's user status area. The upstream stage can set a value, a downstream stage can read it. However, ORAOCI9 stages are passive stages and can not do this; you will need to insert Transformer stages. Getting that variable into an OCI stage as you desc...
by ray.wurlod
Fri Aug 31, 2007 6:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding DS CLEANUP
Replies: 2
Views: 1151

To clarify, Cleanup Resources logs out processes and/or releases locks. It does not keep any log of its activities.
by ray.wurlod
Fri Aug 31, 2007 6:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How many number of jobs can be run using a single sequencer
Replies: 3
Views: 1353

Everyone knows that a DataStage server can deliver an infinite supply of resources. Otherwise we wouldn't have so many posters trying to demand an infinite supply of resources.
:roll: