Search found 53125 matches

by ray.wurlod
Sun Aug 14, 2011 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading ,Writing German and Portuguse data from Datastage
Replies: 2
Views: 4410

What's the character set (code page) that the database is using?
by ray.wurlod
Sun Aug 14, 2011 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Expand stage Input Metadata
Replies: 1
Views: 2789

You need exactly the same record schema that was used to populate the Data Set (from upstream of the Compress stage). In particular because that record schema includes tagged subrecords, you must have the fields that contain the tag values. These, according to the error message, are missing.
by ray.wurlod
Sat Aug 13, 2011 6:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting distinct values and creating a list/array
Replies: 16
Views: 5360

Turns out they've use functions rather than system variables. LastRecord() and LastRecordInGroup() are the names of the functions if I recall correctly.
by ray.wurlod
Fri Aug 12, 2011 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Final delimiter string datastage
Replies: 2
Views: 3250

Welcome aboard. Does the final field include newline characters?
by ray.wurlod
Fri Aug 12, 2011 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scenario Regarding update
Replies: 2
Views: 1776

Write out the logic in English. This will help you to understand what you need to implement using your query. It is better to learn understanding than to be handed solutions.
by ray.wurlod
Fri Aug 12, 2011 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset ; no such file or directory
Replies: 7
Views: 4180

... and does it exist? Do you (the executing user ID) have appropriate permission to it and its parent directory?
by ray.wurlod
Fri Aug 12, 2011 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Select not in another table
Replies: 5
Views: 2070

You will need to use Lookup stage (or, possibly, Merge stage with appropriate unmatched masters handling). What don't you like about Lookup stage?
by ray.wurlod
Fri Aug 12, 2011 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS 8.5 LOOKUP STAGE can not use two input link
Replies: 1
Views: 966

It seems apparent from the message that DB2 UDB API stage does not support reference links. Why not use a DB2 Connector stage?
by ray.wurlod
Fri Aug 12, 2011 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rows to Columns
Replies: 1
Views: 1351

This is a vertical pivot.

Techniques have been discussed here ad nauseam.
by ray.wurlod
Thu Aug 11, 2011 11:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data not passing through link
Replies: 6
Views: 2105

What is the data type of the lookup key field(s) on both inputs? Are strings identically trimmed? Cased?
by ray.wurlod
Thu Aug 11, 2011 8:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REG: Stored Procedure
Replies: 3
Views: 2529

Prove that it is "not executing".

Running on one node means that you're not tying up the process with waiting for database contention (locks).
by ray.wurlod
Thu Aug 11, 2011 4:03 pm
Forum: IBM QualityStage
Topic: Match Frequency Process
Replies: 9
Views: 2917

Based on that admission you probably should get cogent help. You need to configure $ODBCINI and uvoodbc.config files, the latter in $DSHOME and in the project if you have one there.
by ray.wurlod
Thu Aug 11, 2011 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key
Replies: 2
Views: 1061

The Surrogate Key Generator stage can not do anything except generate unique keys (provided you use the same source consistently) unless you re-initialize it. It doesn't matter what these keys are used for.
by ray.wurlod
Thu Aug 11, 2011 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture the changes in the fields!!
Replies: 3
Views: 2063

Use pairs of stage variables to "remember" the value from the previous row. Use the Sort stage to detect the beginning of a new group (a new sort key).
by ray.wurlod
Thu Aug 11, 2011 3:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "-1 Rows affected"-SQL Server Call Execute Failed
Replies: 5
Views: 2131

Are there earlier errors in the log, particularly from SQLAllocEnv() or SQLConnect() ? Can other jobs connect to this data source?