Search found 53125 matches

by ray.wurlod
Mon Dec 17, 2007 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage Reverse Functionality
Replies: 0
Views: 634

Set your Lookup Failed rule to Continue. Columns from the reference input will be NULL if the lookup fails. Detect this condition in a downstream Filter or Transformer stage. But why bother? Just reverse the sense of the "normal" and "reject" output links, and annotate your diagram to alert future d...
by ray.wurlod
Mon Dec 17, 2007 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with entire partitioning in lookup
Replies: 6
Views: 1338

I should have aid identical key partitioning. This implies either Hash or Modulus as the partitioning algorithm.
by ray.wurlod
Mon Dec 17, 2007 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: processing rows
Replies: 2
Views: 902

What precisely do you mean by "first" and "last" in this context? The order in which rows are stored in database tables is under control of the database engine, not of the user, and therefore the terms "first" and "last" don't really have any meaning.
by ray.wurlod
Mon Dec 17, 2007 1:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log files
Replies: 2
Views: 1130

There is no such thing as a log file - each job log in DataStage is a separate table in the Repository database. The name of the table is RT_LOG followed by the job number. The job number is mapped to the job name in the DS_JOBS table.
by ray.wurlod
Mon Dec 17, 2007 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RowProcCompareWithPreviousValue Routine not working...
Replies: 14
Views: 2908

So we're back to what do you mean by "not working"?
by ray.wurlod
Mon Dec 17, 2007 1:36 pm
Forum: General
Topic: NLS warning becuase of routine for International characters
Replies: 5
Views: 1367

0x80 is the DataStage internal representation of NULL by default, so you may also want to look at the uvconfig file and choose a different internal representation of NULL if you really do have this character in your data.
by ray.wurlod
Mon Dec 17, 2007 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA:01036
Replies: 2
Views: 1150

Please post the exact SQL as displayed in your Oracle stage. Is this generated SQL or user-defined SQL?
by ray.wurlod
Mon Dec 17, 2007 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inline sort or external sort
Replies: 7
Views: 2904

Define "performance" in an ETL context.
by ray.wurlod
Mon Dec 17, 2007 5:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding Record processed status
Replies: 2
Views: 714

Several examples, indeed. What does it mean that a record is "processed successfully"? (That is, what business rules are being validated?) Under what - presumably different - scenarios does a warning or an error get generated? The typical answer will be to record the test results in stage variables,...
by ray.wurlod
Mon Dec 17, 2007 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inline sort or external sort
Replies: 7
Views: 2904

An inline sort is where you specify sorting on the Partitioning tab of a stage's input link. An external sort is, presumably, where you use an explicit Sort stage. The latter gives greater flexibility, including controlling memory allocated to sorting, generation of key change indicators, and perfor...
by ray.wurlod
Sun Dec 16, 2007 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivoting with multiple columns to single column
Replies: 11
Views: 2752

The version 8.1 Pivot stage handles both horizontal and vertical pivots. My advice to use the Pivot stage was because your requirement not to use it is bizarre - always use the correct tool for the job. You can do everything you want in a Transformer stage, optionally preceded by a Sort stage genera...
by ray.wurlod
Sun Dec 16, 2007 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting status of Executecommand stage in sequence
Replies: 2
Views: 1249

reddy.vinod wrote:could u please help me.
U's profile shows that he is still a beginner with DataStage. Did you intend to use the second person personal pronoun, which is spelled "you"?
by ray.wurlod
Sun Dec 16, 2007 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup file sets ??????
Replies: 10
Views: 2706

Warning - Technical Content The reference input to a Lookup stage for a normal (not sparse) lookup causes a composite operator to be generated to perform two tasks, for which the operator names are LUT_CreateOp and LUT_ProcessOp. LUT_ProcessOp loads the virtual data set associated with the referenc...