Search found 42189 matches

by chulett
Tue Dec 01, 2009 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from DS 8.0 to 8.2 - Help required
Replies: 8
Views: 1876

Meaning, there is no 8.2 version as of yet. Did you perhaps mean 8.1?
by chulett
Tue Dec 01, 2009 6:27 am
Forum: General
Topic: Range lookup
Replies: 9
Views: 2745

No. As noted, you'd need to explicitly select the 'Range' option, something I believe is not available in the 7.x release. :?
by chulett
Tue Dec 01, 2009 6:25 am
Forum: General
Topic: DataStage Users@Oliver.com
Replies: 2
Views: 794

As noted, that mailing list is long dead but if you look closely you'll find that its entire contents have been archived in a locked forum here.
by chulett
Tue Dec 01, 2009 6:21 am
Forum: General
Topic: .ds file is empty
Replies: 9
Views: 2784

Other than the 'meta' kind. :wink:
by chulett
Tue Dec 01, 2009 6:20 am
Forum: General
Topic: Datastage pdf files
Replies: 3
Views: 1691

While they are included on your licensed installation media, you can also download them from IBM. Or even order a printed copy but they're not... inexpensive.
by chulett
Mon Nov 30, 2009 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: single row spliting into Multiple rows in one column
Replies: 11
Views: 3099

In other words, provide for the maximum number in your design, remove any null/empty ones post pivot. The Column Import stage or a Transformer leveraging the Field() function will prep the data for the Pivot.
by chulett
Mon Nov 30, 2009 11:43 pm
Forum: General
Topic: .ds file is empty
Replies: 9
Views: 2784

No, for the first load it will not exist so it will create it and then with the right setting overwrite it after that. No "workaround" needed.

As noted, stop pre-creating empty files.
by chulett
Mon Nov 30, 2009 6:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed / Universe Performance
Replies: 8
Views: 3360

For the Universe stage to be 'functional' over a hashed file like that, you need to create a secondary index over those fields. A search for CREATE.INDEX and BUILD.INDEX should get you the syntax here.
by chulett
Mon Nov 30, 2009 4:52 pm
Forum: IBM QualityStage
Topic: Match Designer - table or view does not exist
Replies: 1
Views: 1048

Topic relocated per request - Andy
by chulett
Mon Nov 30, 2009 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row Count.
Replies: 9
Views: 2530

I didn't see any such when I checked my logs, just the actual dumped 'records' from the Peek stage. Is this functionality, optional or otherwise, that was added in 8.x?
by chulett
Mon Nov 30, 2009 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace command
Replies: 9
Views: 2518

... or store the valid characters (if smaller) and do the "double convert" that's been posted here before.
by chulett
Mon Nov 30, 2009 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase Enterprise Stage (Union All Limitation)
Replies: 5
Views: 2181

I don't, I think it's one of those goofy errors you can get when you hack off the end of a query. :wink:
by chulett
Mon Nov 30, 2009 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning count for all the jobs in project
Replies: 1
Views: 1514

OK. What have you tried so far or thought might be the approach you'll take? Look into the various command line dsjob options. First, you could use "-ljobs" to get a list of all jobs in the project and then use "-jobinfo" to check the most recent run status in a loop to identify ...
by chulett
Mon Nov 30, 2009 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How the Entire Partioning works
Replies: 8
Views: 1816

Side note: At release 8.0, if you are on an SMP (single box) configuration you can reduce memory usage by selecting "Auto". By default it will select "Entire" and use a single copy stored in shared memory that can be accessed by all partitions. This happens in 7.x as well, from ...