Search found 53125 matches

by ray.wurlod
Mon Jun 30, 2008 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Numeric fields printed in float notation
Replies: 3
Views: 996

Numeric data are actually stored in binary form, so that the visual representation of them is irrelevant.

DataStage uses non-significant leading and trailing zeroes to demonstrate that precision and scale are being correctly handled.
by ray.wurlod
Mon Jun 30, 2008 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: result value
Replies: 4
Views: 2325

As I stated, the data type on the output side is insufficient in precision or scale.
by ray.wurlod
Mon Jun 30, 2008 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How we will come to know my server is at which patch
Replies: 3
Views: 1286

ArndW wrote:There should also be a file at .../InformationServer/Version.xml
... if you are on version 8.x of DataStage.
by ray.wurlod
Mon Jun 30, 2008 4:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary: Win32 error in LoadLibrary of dsdb2.dll
Replies: 2
Views: 1712

Welcome aboard. Check out your search paths (for example PATH and LIB environment variables) to see whether they refer to the parent directory.
by ray.wurlod
Mon Jun 30, 2008 4:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invoking multi instance job from the same job
Replies: 1
Views: 890

Theoretically the answer is yes, but it might depend on just how you are trying to invoke it. Can you please provide more detail?
by ray.wurlod
Mon Jun 30, 2008 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle BULK LOADER: URGENT HELP REQUIRED
Replies: 8
Views: 1809

The old ORABULK stage never gave you the option - it prepared the CTL and DAT files and that's all. You had to invoke sqlldr yourself.
by ray.wurlod
Mon Jun 30, 2008 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best Practices for using ODBC stage
Replies: 5
Views: 1770

"There aren't any best practices, only practical practices."
(Stewart Hanna, world-wide product head for QualityStage)

What's best for me might not be best for you.
by ray.wurlod
Mon Jun 30, 2008 4:06 pm
Forum: Enhancement Wish List
Topic: Parallel Transform Functions in Server
Replies: 1
Views: 1751

"They" won't make a buck from it.

Most everything in parallel jobs has, in the past, been created as server routines - links to many of them exist here. Why would "they" bother?
by ray.wurlod
Mon Jun 30, 2008 1:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Horizontal Pivoting
Replies: 2
Views: 1255

There is no limit of which I am aware. Is the 98th column null?
by ray.wurlod
Mon Jun 30, 2008 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS problem to Oracle DB
Replies: 4
Views: 2324

Please Search the forum for how to deal with NLS_LANG which is actually nothing at all to do with DataStage; it is an environment variable used by Oracle. Nonetheless it has to be set (correctly) for DataStage to interact successfully with Oracle.
by ray.wurlod
Mon Jun 30, 2008 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: result value
Replies: 4
Views: 2325

Decimal(25) is the same as Decimal(25,0). Therefore DataStage does not know what to do with the fractional part. You have to tell it explicitly.
by ray.wurlod
Mon Jun 30, 2008 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How we will come to know my server is at which patch
Replies: 3
Views: 1286

All patches are obtained through your official support provider, who should also have on record which patches they have already supplied to you. In the DataStage engine directory you may find a file called patchlist that will report the patches that have been applied. (However this is not guaranteed...
by ray.wurlod
Mon Jun 30, 2008 1:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion
Replies: 2
Views: 1071

System variable @DATE does not require conversion, as it is already in internal format. The same is true of the Date() function. Therefore you are looking for an expression something like

Code: Select all

@DATE - Iconv(InLink.TheDate, "DDMY")
by ray.wurlod
Sun Jun 29, 2008 10:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Connection to DB2
Replies: 7
Views: 2166

Since there is no exit from SQLConnect, it is this that is failing. You need to investigate further using the test utilities in branded_odbc, which are fully documented in the various README files there.
by ray.wurlod
Sun Jun 29, 2008 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Error
Replies: 1
Views: 702

Welcome aboard.

You are using a version of DataStage that is not supported for compiling and running jobs on Windows.

There is only one version earlier than 8.0 that is supported on Windows, and that is 7.5x2. Note that 7.5x2 is NOT the same as 7.5.2.