Search found 53125 matches

by ray.wurlod
Tue Mar 17, 2009 6:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does DataStage handle CLOB datatypes ?
Replies: 6
Views: 4949

Welcome aboard. Fastest answer is usually obtained via Search (in menu at top) - others have usually encountered any problem, and may even have solved it. You are correct that CLOB is not a data type supported by DataStage; most solutions treat these columns as if they were large VarChar data types.
by ray.wurlod
Tue Mar 17, 2009 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is Performance is based on Logic or volume of data?
Replies: 2
Views: 1132

Not only logic and volume, but also hardware, resources and competing demand.
by ray.wurlod
Tue Mar 17, 2009 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage only working running in Sequential mode
Replies: 6
Views: 2683

Overkill. Why not just allow relevant fields to be nullable and test for null? (Tip: test a key column from the outer input for null - it can never genuinely be null in its table because it's a key.)
by ray.wurlod
Tue Mar 17, 2009 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Length for Integer type
Replies: 2
Views: 1309

Internally integers (int32) require four bytes each.
by ray.wurlod
Tue Mar 17, 2009 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: splitting the field values
Replies: 5
Views: 1691

This is one I use at nearly every engagement. So I took the trouble to create a function. It's a server routine (I use it mainly in Routine activities from sequences) but should be able to be adapted readily as a parallel routine. First, the long description: Input Arguments SourceString - String fr...
by ray.wurlod
Tue Mar 17, 2009 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get Fiscal year from the date "2008-04"
Replies: 10
Views: 3595

What is the business rule here? If "2008-04" is a calendar date, what fiscal year is it in? Fiscal year is different between countries, even between companies. That's the main reason it has to be a user-defined function. That said, it's not a difficult one for which to develop the logic.
by ray.wurlod
Tue Mar 17, 2009 3:28 pm
Forum: General
Topic: Can I write to /dev/null on a reject link?
Replies: 7
Views: 3393

The REJECTED variables are always set. Take a look at the code generated for the Transformer stage, in the RT_BPnnn directory in the project directory on the server.
by ray.wurlod
Tue Mar 17, 2009 3:26 pm
Forum: General
Topic: Can the Row Merger stage concatenate a subset of the columns
Replies: 6
Views: 3066

Looks like we need that RMM stage back on the enhancement wish list...
by ray.wurlod
Tue Mar 17, 2009 3:23 pm
Forum: General
Topic: Input to Merge Stage
Replies: 3
Views: 951

"Poor" is a value judgment. The Merge stage has to read two files; it does not have input links.
by ray.wurlod
Tue Mar 17, 2009 3:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping Function
Replies: 14
Views: 8499

No, it means you have renamed your StartLoop activity and not re-linked the EndLoop activity to it.
by ray.wurlod
Tue Mar 17, 2009 3:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: View more log in Director
Replies: 1
Views: 928

There's a filter, by default set to the most recent 100 entries. Use Ctrl-T to open the filter dialog.

You can not open RT_LOGnnn in Notepad successfully, because RT_LOGnnnn is a directory containing a dynamic hashed file. Nor can you open its subfiles in Notepad successfully.
by ray.wurlod
Tue Mar 17, 2009 3:12 am
Forum: General
Topic: Input to Merge Stage
Replies: 3
Views: 951

Use two jobs?
by ray.wurlod
Mon Mar 16, 2009 10:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping Function
Replies: 14
Views: 8499

Execute Command -> User Variables -> Start Loop -> whatever -> End Loop Trim the final field mark from the command's output and convert the other field marks to a printable delimiter in the user variable, and use a reference to the user variable in your Start Loop activity as the "list of thing...
by ray.wurlod
Mon Mar 16, 2009 10:17 pm
Forum: General
Topic: Command Line Interface manual entry
Replies: 5
Views: 1954

Thanks, Ernie

No rush, as I have the information I require from version 8.0 manuals.
by ray.wurlod
Mon Mar 16, 2009 6:13 pm
Forum: General
Topic: Command Line Interface manual entry
Replies: 5
Views: 1954

Command Line Interface manual entry

The chapter on DataStage Developer Kit (Job Control Interfaces) appears no longer to be in the Server Job Developer's Guide (or in the Parallel Job Advanced Developer's Guide) in version 8.1.

It was there in version 8.0 manuals.

Does anyone know where it is in the 8.1 manual set?