Search found 53125 matches

by ray.wurlod
Thu Jan 31, 2008 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is best way to do ?
Replies: 15
Views: 3585

If the metadata are different for each file create ten separate jobs to do the validation. Take OK triggers from each job activity into a Sequencer set to fire only if All of its inputs have fired. Make sure there is an alternative exit from the job sequence, for example non-OK triggers or automatic...
by ray.wurlod
Thu Jan 31, 2008 1:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Acessing UNIX environmental variable through datastage
Replies: 11
Views: 4837

You can. You still need to set the environment variable in Administrator, and you still need to create a job parameter of this environment variable. What you then do is set the default value of the job parameter to the special token $ENV which instructs DataStage to read the value from the underlyin...
by ray.wurlod
Thu Jan 31, 2008 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic:
Replies: 3
Views: 5066

This can also happen if you leave the "Precision" field empty, which is treated as the same as 0 by DataStage.
by ray.wurlod
Thu Jan 31, 2008 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exclusionary Look Up
Replies: 5
Views: 1183

Yeah, it should be called the "Not Found" link. They got it right with Transformer, and it's "Otherwise/Log" link, but that's purely serendipitous; it's only because the Transformer also supports a reject link for handling rows that raise exceptions.
by ray.wurlod
Thu Jan 31, 2008 1:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server load problems
Replies: 2
Views: 1034

That definitely sounds like a bug. Have you reported it through your support provider? Clearly you can generate a reproducible case. When you say "SQL Server stage" I presume you mean "SQL Server Enterprise stage"? Are you selecting from the same table that you are updating?
by ray.wurlod
Thu Jan 31, 2008 1:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparision between Px Transformer & Pivot stage
Replies: 4
Views: 1773

... and don't try to boil water in a toaster or cook bread in a kettle!
by ray.wurlod
Thu Jan 31, 2008 12:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborted - while running the job thru routine
Replies: 1
Views: 966

Search the forum. This has been asked and answered many times.
by ray.wurlod
Thu Jan 31, 2008 12:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Input document value is empty or NULL.
Replies: 6
Views: 1735

The current case is, of course, marked as a server job, but the input from VCinDSX may yet prove valuable.
by ray.wurlod
Thu Jan 31, 2008 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After job routine issue
Replies: 4
Views: 971

If the abort was raised in a stage chances are that your after-job subroutine never even got executed. Certainly it's not the culprit, and therefore you don't have an "after job routine issue".
by ray.wurlod
Wed Jan 30, 2008 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete rows before inserting
Replies: 4
Views: 1896

"Replace existing rows completely" performs a DELETE then an INSERT on each row processed. It does not clear the table.

In MVS edition you don't really have an alternative, unless you want to create a routine to delete all rows from the table.
by ray.wurlod
Wed Jan 30, 2008 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Like statement in transformer Version 8
Replies: 1
Views: 971

It only exists in server jobs or DataStage BASIC.
by ray.wurlod
Wed Jan 30, 2008 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is best way to do ?
Replies: 15
Views: 3585

If the metadata are different for each file create ten separate jobs to do the validation. Take OK triggers from each job activity into a Sequencer set to fire only if All of its inputs have fired. Make sure there is an alternative exit from the job sequence, for example non-OK triggers or automatic...
by ray.wurlod
Wed Jan 30, 2008 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage/Load method: Restart from the record
Replies: 3
Views: 852

Insert a Sample stage with a Skip of 30000000.
by ray.wurlod
Wed Jan 30, 2008 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creates so many "-APT_PMsectionLeader" sessions in
Replies: 4
Views: 1547

You also get one process per player (operator). How many stages are in these jobs? Can you be sure no-one else is also running jobs on this server? How can you be sure?
by ray.wurlod
Wed Jan 30, 2008 4:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problems with SQLExecDirect (again)
Replies: 37
Views: 14851

From memory it's a lot more. I think pricing is available on their web site.