Search found 53125 matches

by ray.wurlod
Thu Oct 16, 2008 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environmental varible
Replies: 5
Views: 1573

Rule of thumb: the "#" characters are required in passive stages but not in expression fields in active stages.

In parallel jobs, active stages are those that may have both an input and an output link.
by ray.wurlod
Thu Oct 16, 2008 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error
Replies: 2
Views: 1146

Learn how to use DSXchange's Search facility - you could have had this answer without waiting for anyone to post a reply to your question.
by ray.wurlod
Thu Oct 16, 2008 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace Db2 stage with Teradata stage
Replies: 13
Views: 5788

John, that was never intended as a put-down, just an alternative. I like Perl but - purely because of my history - am way more proficient with DataStage BASIC. And some variant of C could as easily be used.

Good analysis of the partner property, too.
by ray.wurlod
Thu Oct 16, 2008 2:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: -db_cs option is deprecated
Replies: 1
Views: 840

Does your job include one or more Transformer stages? What settings do you have for APT_COMPILE_OPTIONS and APT_LINKER_OPTIONS? What version of the C++ compiler are you using?
by ray.wurlod
Thu Oct 16, 2008 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SmallInt Datatype
Replies: 3
Views: 1333

What is the target? In particular is the target a text file or something else?
by ray.wurlod
Thu Oct 16, 2008 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing Embedded Carriage Returns
Replies: 10
Views: 5043

No.

But you can write a script to do that and invoke the script from DataStage.
by ray.wurlod
Thu Oct 16, 2008 2:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dyanamic addition on target columns
Replies: 3
Views: 1068

Search DSXchange for "vertical pivot" for this is what you are attempting to achieve.
by ray.wurlod
Thu Oct 16, 2008 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Expected Identifier error" in Px job
Replies: 2
Views: 1913

No you have not got the reason, you have removed a cause. I suspect that the reason was an unquoted date.
by ray.wurlod
Thu Oct 16, 2008 2:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number conversion
Replies: 18
Views: 5031

In the DataStage BASIC manual you might also investigate the Fix() function.
by ray.wurlod
Thu Oct 16, 2008 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Project Environment Variables Limit
Replies: 3
Views: 1365

No limit, apart from any imposed by the operating system. What do you mean by "performance" in this context?
by ray.wurlod
Thu Oct 16, 2008 1:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batch file creation
Replies: 5
Views: 1465

Version 4 does not have job sequences. You would need to do this using a job control routine. And - I believe - you'll need to construct a script to call the stored procedure unless it deals with a record set, in which case you can use an ODBC stage.
by ray.wurlod
Thu Oct 16, 2008 1:53 pm
Forum: IBM QualityStage
Topic: Quality Stage Patterns in Standartization
Replies: 4
Views: 2011

Looks like you've bumped into a limit in the product. You might like to try using multi-word pattern elements such as ? or ** or positional or substring pattern elements.
by ray.wurlod
Thu Oct 16, 2008 4:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No output from Hashed file into transformer
Replies: 7
Views: 1566

Make sure that the keys to the hashed file and the values that you are looking up are identical - in particular identically trimmed.
by ray.wurlod
Thu Oct 16, 2008 4:50 am
Forum: IBM QualityStage
Topic: Quality Stage Patterns in Standartization
Replies: 4
Views: 2011

Not really unless you can provide an example or two of your input, the pattern(s) generated from your input, the pattern-action set that you tried and, most important of all, the exact error that you obtained.
by ray.wurlod
Thu Oct 16, 2008 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: character in negetive dcimal value
Replies: 2
Views: 825

WHERE does the "q" appear?

What data type?