Search found 53125 matches

by ray.wurlod
Sun Dec 02, 2007 1:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SEQUENCE OF OPERATION IN TRANSFORMER
Replies: 1
Views: 747

1. Before-stage trigger. 2. Input link. 3. Stage variables, top down in their grid. 4. For each output link, the constraint expression is evaluated and, if satisfied, the output column derivation expressions are evaluated and the row put onto the output. 5. If there is an otherwise/log output link a...
by ray.wurlod
Sat Dec 01, 2007 12:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query regarding AsInteger function
Replies: 2
Views: 4967

Please advise what database supports Integer(24) as a data type.
If there is none (as I believe), why do you require it?

The largest integer data type supported by DataStage is BigInt (or int64), the maximum value of which is 9,223,372,036,854,775,807 (only 19 digits, or 20 digits for uint64).
by ray.wurlod
Sat Dec 01, 2007 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query regarding Filter Stage
Replies: 1
Views: 1006

TO_DATE is a purely database function - you can not use that in a WHERE clause in a Filter stage.

Page 29-3 of the Parallel Job Developer's Guide suggests that BETWEEN is supported as an operator in the Filter stage WHERE clause property.
by ray.wurlod
Sat Dec 01, 2007 12:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue
Replies: 7
Views: 2695

If you search the forum you will probably find techniques for creating/updating "sequence" records in the SDKSequences hashed file.
by ray.wurlod
Fri Nov 30, 2007 7:17 pm
Forum: General
Topic: New Problem Diagnosis Method
Replies: 3
Views: 1396

New Problem Diagnosis Method

Another useful diagnostic method has been reported today.
by ray.wurlod
Fri Nov 30, 2007 6:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query Controller error
Replies: 4
Views: 1393

Use the DS_CONNECT command to test connectivity using the DataStage DSN for connection to this database. The DS_CONNECT command must be issued from within an interactive dssh session.
by ray.wurlod
Fri Nov 30, 2007 6:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look up Query with OR condition getting error ORA 1008
Replies: 7
Views: 1895

You need two key columns in your metadata. One is mapped to each parameter marker in the WHERE clause. They must (naturally) have different names, but each can have its Derivation as tablename.curr2.
by ray.wurlod
Fri Nov 30, 2007 6:53 pm
Forum: General
Topic: missing image in report
Replies: 4
Views: 1281

Are you using Internet Explorer with pop-ups blocked? In its infinite wisdom Microsoft has decided that the default behaviour for their browser is to block all active content. You specifically have to enable it.

Is it just one job, or all jobs, for which this occurs?
by ray.wurlod
Fri Nov 30, 2007 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can not generate reports using 7.5.2
Replies: 6
Views: 1885

Can you generate reports from within the Designer GUI?
by ray.wurlod
Fri Nov 30, 2007 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Compiling parallel transformer (Lookup)
Replies: 7
Views: 5818

Is your PWD environment variable set?
by ray.wurlod
Fri Nov 30, 2007 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal data error
Replies: 10
Views: 2974

The one that you intend to repair, in this case DS_JOBOBJECTS.
by ray.wurlod
Fri Nov 30, 2007 1:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REG. DATASETS
Replies: 5
Views: 1386

Are they really identical, or merely the same size? On a two-node configuration file you would expect there to be two data files for a data set (at least for one over 128KB). On a four-node configuration you would expect there to be four data files for the Data Set, and so on. With a round robin par...
by ray.wurlod
Fri Nov 30, 2007 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About trim function
Replies: 7
Views: 1675

9 is the ASCII (and Unicode) code point for the horizontal tab character. The Char(x) function returns the character whose ASCII code is x. The UniChar(x) function returns the character whose Unicode code is x.
by ray.wurlod
Fri Nov 30, 2007 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: position and count
Replies: 6
Views: 1527

... or use DCount() function, which returns 0 if the string is "".
by ray.wurlod
Fri Nov 30, 2007 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Any function to subtract 1month from the given date
Replies: 7
Views: 1593

Yes.

Does not the Search menu option work for you?