Search found 53125 matches

by ray.wurlod
Wed Oct 11, 2006 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validating db2 tables on mainframes
Replies: 6
Views: 2459

No. I don't know. I don't even know if it's possible, indeed I doubt that it is. You would need to compile them using the mainframe's C compiler, and construct a mainframe library out of what you've compiled (or including same in an existing library). Only then could you use an External Routine stag...
by ray.wurlod
Tue Oct 10, 2006 9:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to traverse thru a hierarchy of records
Replies: 8
Views: 1666

... or a recursive routine using BCI functions. It's Windows, so there are not ODBC licensing issues. It can be done, I've done it: a scheduler in which all the dependencies were in an Oracle table, nested up to seven levels deep (but potentially more).
by ray.wurlod
Tue Oct 10, 2006 8:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to traverse thru a hierarchy of records
Replies: 8
Views: 1666

Welcome aboard. :D

Yes, it can be written in DataStage BASIC.
by ray.wurlod
Tue Oct 10, 2006 8:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Min PC Configuration
Replies: 6
Views: 1687

Fairly sure that it will not install, and that this is picked up by the InstallShield wizard.
by ray.wurlod
Tue Oct 10, 2006 8:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .dsx export withou using Client
Replies: 17
Views: 4955

chulett wrote:Ah... Kim Duke, the Laura Croft of ADN. :wink:

(just kidding!)

Wrong shape, surely? Or is Laura Croft someone different from Lara Croft?

Is there a Lara Bush? (That's a frightening thought!)
by ray.wurlod
Tue Oct 10, 2006 6:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Scenario
Replies: 6
Views: 1728

Copy stage can not add columns to the record schema. Column Generator stage can.
by ray.wurlod
Tue Oct 10, 2006 6:40 pm
Forum: IBM QualityStage
Topic: OS Plug-in enquiry?
Replies: 5
Views: 1511

You can create metadata in the table definition in Manager (or Repository view from Designer) to accommodate these columns.
by ray.wurlod
Tue Oct 10, 2006 2:49 pm
Forum: IBM QualityStage
Topic: OS Plug-in enquiry?
Replies: 5
Views: 1511

Yes, provided that the link has metadata defined for them. (It's not necessarily four columns, and they're not necessarily at the end - I tend to have them at the start - it depends how you build your match output within QualityStage.)
by ray.wurlod
Tue Oct 10, 2006 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to import cobol copybooks metadeta
Replies: 10
Views: 6460

You asked that question, and it has been answered, here.
by ray.wurlod
Tue Oct 10, 2006 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Communication link failure
Replies: 1
Views: 1109

One of your network administrator or possibly your SQL Server DBA will be able to help.
by ray.wurlod
Tue Oct 10, 2006 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Erron in using Combine Records Stage
Replies: 2
Views: 1591

The other choice, of course, is to expand the vector prior to writing to the sequential file.
by ray.wurlod
Tue Oct 10, 2006 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updates to Table Definition and its implications
Replies: 7
Views: 3255

The only good option is to use Usage Analysis to determine in which jobs the table definition is used. Re-import the table definition then manually edit the links where that table definition is used, loading the new column definition. Following this approach means that linkages between your job's me...
by ray.wurlod
Tue Oct 10, 2006 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extraction of XML File?
Replies: 3
Views: 1602

Have you thought through the implications of "Folder" processing in a parallel execution environment?
by ray.wurlod
Tue Oct 10, 2006 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file
Replies: 10
Views: 2422

Any maximum size of a sequential file is set in the operating system, not in DataStage. If you have a 32-bit operating system with a 32-bit file system then the maximum file size is, by default, 2GB.
by ray.wurlod
Tue Oct 10, 2006 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OCONV-MCP replacement for PX
Replies: 7
Views: 2640

BASIC Transformer stage? This will allow you to use Oconv() admittedly with a throughput penalty.