Search found 53125 matches

by ray.wurlod
Wed Nov 14, 2007 8:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column generator
Replies: 1
Views: 884

Level number is straight out of COBOL and refers to the ability to create subrecords. Similarly vectors are straight out of COBOL and refer to "repeating groups". The Column Generator stage does include the ability to generate data into these structures, but do you really have a need to do so? The a...
by ray.wurlod
Wed Nov 14, 2007 8:43 pm
Forum: General
Topic: Talking to SQL Server 2005 with DataStage Server 6.0
Replies: 5
Views: 2098

I don't understand. Or are you after a "no" answer to help justify the upgrade? At one level ODBC is ODBC so, if you have the appropriate driver, then DataStage is just another client application. On the other hand, DataStage 6.0 may only support ODBC 2.0 protocols, which may limit some of the funct...
by ray.wurlod
Wed Nov 14, 2007 5:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can Build Stage read a file?
Replies: 1
Views: 939

Yes, but you could do that with regular stage types as well. For example you could read the file with each line being a single VarChar column, and parse it within the job, possibly with an appropriate Column Import stage, possibly with a Transformer stage. Or, particularly if there are not too many ...
by ray.wurlod
Wed Nov 14, 2007 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Director
Replies: 10
Views: 2888

D-do Run Run
:lol:
by ray.wurlod
Wed Nov 14, 2007 5:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How a project VOC file can be destroyed.
Replies: 2
Views: 1607

Erk. Recovering the VOC file is not as simple as just recovering the VOC file. None of your routines will be cataloged, for example. You might try running Multi Job Compile (and include Routines) after restoring the physical VOC file. Any commands you may have saved from the Administrator client's C...
by ray.wurlod
Wed Nov 14, 2007 5:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to move jobs from one project to another?
Replies: 32
Views: 10833

What ever happened to "urgent"?
:roll:
by ray.wurlod
Wed Nov 14, 2007 5:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to move jobs from one project to another?
Replies: 32
Views: 10833

What ever happened to "urgent"?
:roll:
by ray.wurlod
Wed Nov 14, 2007 5:33 pm
Forum: General
Topic: Import Project from Project Directory
Replies: 10
Views: 2938

It's worth trying, of course, particularly if you believe you've lost that metadata from XMETA.

Without performing a physical inspection, however, it's impossible to determine what's missing and what's not. That's why you need to involve your local support provider.
by ray.wurlod
Wed Nov 14, 2007 4:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File from FTP
Replies: 9
Views: 2780

A job sequence can do all of that.
by ray.wurlod
Wed Nov 14, 2007 4:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIPut call to SQLExecute failed
Replies: 4
Views: 3181

The WHERE clause is empty. This suggests that no column is identified as Key. Do you really want to update every row in the table for each row processed by DataStage?
by ray.wurlod
Wed Nov 14, 2007 4:10 pm
Forum: General
Topic: Talking to SQL Server 2005 with DataStage Server 6.0
Replies: 5
Views: 2098

Have you tried it?
by ray.wurlod
Wed Nov 14, 2007 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error reading the fixedwidth seq file
Replies: 4
Views: 1708

Why not?

And please mark the thread as Resolved.
by ray.wurlod
Wed Nov 14, 2007 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage
Replies: 5
Views: 3228

Professionalism Note Please eschew SMS-style abbreviations. DSXchange is not a mobile phone; we expect a professional standard of writing. The Row Generator can generate data in any of the simple data types, of which Integer is one. (It can not generate vectors or subrecords, which are non-simple d...
by ray.wurlod
Wed Nov 14, 2007 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance: COPY stage and MODIFY stage
Replies: 4
Views: 2578

Beware that, if you have RCP enabled, they may not be dropped by a Copy stage.
More precisely, they may be dropped and then propagated!
by ray.wurlod
Wed Nov 14, 2007 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: An index is out of bounds
Replies: 8
Views: 2263

In its entirety please. We need to see what's inside those curly braces. Obfuscate your data if you need to, but not anything produced by the framework. For example, I suspect that the "cs" is a "case sensitive" sub-option to a sort, but can not be sure without the remainder of the information.