Search found 53125 matches

by ray.wurlod
Fri Aug 05, 2011 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does the filter option work in windows?
Replies: 3
Views: 1187

Tell us also what you mean by "filter option". The Filter stage certainly works on Windows, but I don't think this is what you're getting at.
by ray.wurlod
Fri Aug 05, 2011 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Having a OR condition in Lookup
Replies: 2
Views: 1117

Not in the Lookup stage, but you can in a downstream Transformer stage. Remember the philosophy "one task, one stage type". Lookup stages do lookups. That's all.
by ray.wurlod
Fri Aug 05, 2011 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ routine guide
Replies: 6
Views: 2833

You should not be doing this as the job runs, you should get the link row counts after the job has finished. Do this in an after-job subroutine or in an external routine (possibly invoked from the controlling sequence). Either of these uses the DataStage BASIC language.
by ray.wurlod
Fri Aug 05, 2011 2:21 pm
Forum: General
Topic: Notification activity -hyperlink
Replies: 3
Views: 1655

Try it.

Many mail viewers will automatically convert a URL into a hyperlink.
by ray.wurlod
Fri Aug 05, 2011 2:18 pm
Forum: General
Topic: Link Count information
Replies: 1
Views: 983

Download ETLstats (free) from Kim Duke's web site rather than re-invent the wheel.
by ray.wurlod
Fri Aug 05, 2011 2:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How Preserve Partitioning Works
Replies: 1
Views: 1333

Propagate is advisory (Set is mandatory). So, with Propagate, you will be able to re-partition downstream. One occasion where it is desirable to do so is where the downstream stage executes sequentially (and so can not preserve partitioning). You set Preserve Partitioning to Clear in this case to pr...
by ray.wurlod
Fri Aug 05, 2011 2:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rows/Transaction
Replies: 3
Views: 1694

Depends on how you calculate update_date_time. To get it the same for all records, initialize a stage variable in a Transformer stage with the current timedate, do not provide a derivation expression for the stage variable, and use the stage variable in the output column derivation of update_date_ti...
by ray.wurlod
Fri Aug 05, 2011 2:01 am
Forum: General
Topic: FieldToProp: Internal error - Bad number of subobjects
Replies: 10
Views: 2217

What changed three days back? "Nothing" is not the correct answer.
by ray.wurlod
Fri Aug 05, 2011 1:58 am
Forum: General
Topic: Passing current date to to Job Parameter
Replies: 13
Views: 4429

There are no datatypes. So...

Code: Select all

"20" : @YEAR
Fmt(@MONTH, "R%2")
by ray.wurlod
Fri Aug 05, 2011 1:53 am
Forum: IBM QualityStage
Topic: Quality Stage: rules for part names
Replies: 3
Views: 1525

If you attend the IBM class Advanced QualityStage (DX746) you will create a Rule Set for "part names", even though they're foodstuff parts.
by ray.wurlod
Thu Aug 04, 2011 1:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help on DS_RESENU
Replies: 9
Views: 6561

Note too that DS_RESENU does not need to be replaced. This is not the hashed file that has the problem.
by ray.wurlod
Thu Aug 04, 2011 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ routine guide
Replies: 6
Views: 2833

Why bother? In a Transformer stage you can use @INROWNUM or @OUTROWNUM to give the row counts.
by ray.wurlod
Thu Aug 04, 2011 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS file to dataset job
Replies: 4
Views: 2370

Try disabling Balanced Optimization, at least for a test.
by ray.wurlod
Thu Aug 04, 2011 1:14 pm
Forum: General
Topic: Passing current date to to Job Parameter
Replies: 13
Views: 4429

You may find that @YEAR and @MONTH system variables are available so that you don't need to use Oconv() at all.
by ray.wurlod
Thu Aug 04, 2011 1:11 pm
Forum: General
Topic: DS 8.5 Installation on windows xp
Replies: 2
Views: 1414

Windows XP is not a supported platform for the engine, services or repository tiers.