Search found 53125 matches

by ray.wurlod
Tue Nov 14, 2006 7:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup
Replies: 4
Views: 1217

That's right, multi-row return from reference lookup is supported in ODBC and UV stage types. Search the forum or consult on-line help for more information.
by ray.wurlod
Tue Nov 14, 2006 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion of negative numbers
Replies: 3
Views: 1241

You will probably find it easier leaving everything of data type numeric. All you need is a suitable If..Then..Else, and plain arithmetic.
by ray.wurlod
Tue Nov 14, 2006 5:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unix script
Replies: 2
Views: 1106

Not unless you can specify where they (the delimiters) should be. A DataStage job may actually be easier than a script for this task.
by ray.wurlod
Tue Nov 14, 2006 5:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning:Table space access is not allowed ( DB2 stage)
Replies: 1
Views: 2054

This is a database (permissions) problem, not a DataStage problem. Get your DBA to tell you what error code 290 means. Ask in the context of tablespace management.
by ray.wurlod
Tue Nov 14, 2006 5:15 pm
Forum: General
Topic: How do you call a file that has SQL scripts
Replies: 8
Views: 5525

Go wrong?!! Moi?!! :lol:
by ray.wurlod
Tue Nov 14, 2006 2:59 pm
Forum: General
Topic: phantom error
Replies: 1
Views: 1995

Search is your friend. This has been answered multiple times in the past.
by ray.wurlod
Tue Nov 14, 2006 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to include Member in an SQL query for DB2 on AS/400
Replies: 7
Views: 1671

Is there any clue in the data to guide you to discern from which member a particular row comes?
by ray.wurlod
Tue Nov 14, 2006 1:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File
Replies: 4
Views: 880

... and you can invoke Help from there via the F1 key. :wink:
by ray.wurlod
Tue Nov 14, 2006 1:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updating Records in Table
Replies: 13
Views: 2297

In that case you don't need the "Yes"/"No" flag.
by ray.wurlod
Tue Nov 14, 2006 1:47 pm
Forum: General
Topic: How do you call a file that has SQL scripts
Replies: 8
Views: 5525

You're going to have to execute a different script from DataStage, one that establishes a sqlplus session and can itself run the SQL statements in the other file. Use the -s option for sqlplus.
by ray.wurlod
Tue Nov 14, 2006 1:45 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Using DB2Connect instead of Data Direct
Replies: 5
Views: 4469

The DB2-Connect software is very similar, under the covers, to the ODBC API, at least for the data access parts, so you can probably get it to work. But, as "they" say, it won't be supported. If (when) you do get it to work, their spin doctors will then tout it as a feature! :roll:
by ray.wurlod
Tue Nov 14, 2006 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert the string to date type in parallele jobs
Replies: 5
Views: 4765

Chandra, do you have any measurements to prove this assertion? IBM claims to have made substantial performance improvements to the Transformer stage in version 7.5.1.
by ray.wurlod
Tue Nov 14, 2006 10:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert string to date & string to time in parellal jobs
Replies: 1
Views: 1896

Posting in the appropriate forum (the one for parallel jobs) would be a good start. Each forum has a statement of its purpose on the Forum screen, and in a sticky at the beginning of posts within the forum. Do you have a preferred stage type (Modify or Transformer) to accomplish this task? The answe...
by ray.wurlod
Tue Nov 14, 2006 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGBUS ERROR IN LOOKUPS
Replies: 12
Views: 2721

I never get the same problem, because I don't try to force DataStage to do anything illegal.