Search found 53125 matches

by ray.wurlod
Fri Feb 11, 2005 5:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read &PH& on UNIX
Replies: 5
Views: 2661

If you reset the job (not recompile, reset), any diagnostic information in &PH& should be transferred to the job log, in an event called "From previous run...". Otherwise, &PH& is a directory within the project on the server. The file will have a name made up of the program name (DSD.RUN or DSD.Stag...
by ray.wurlod
Fri Feb 11, 2005 5:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Jobs reports failure (code 255)
Replies: 9
Views: 6671

Given that Ascential do not supply the compiler, they probably won't be able to help if it's a compiler problem. :cry:
But they may know whether you need a patch from the compiler vendor. Have you sought support?
by ray.wurlod
Fri Feb 11, 2005 5:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to store max value of a counter
Replies: 3
Views: 1504

Why not just use the inbuilt link row counter (@OUTROWNUM)? Run this through an Aggregator with the Last set as its aggregate function and thence to your file.
by ray.wurlod
Fri Feb 11, 2005 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Controller problem: Unhandled abort encountered in job
Replies: 7
Views: 7107

Does your design also include an Exception handler? If so, what happens when it fires?
by ray.wurlod
Fri Feb 11, 2005 5:17 pm
Forum: IBM QualityStage
Topic: Running QS job from within DataStage Server
Replies: 2
Views: 1939

Welcome aboard! :D When QualityStage is invoked from DataStage, the concept of "file" can mean "data stream". It still needs "file", so that it can find the file definition in the QS project directory, but it does not need a physical file; the data stream can be managed in memory. This becomes even ...
by ray.wurlod
Thu Feb 10, 2005 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: constraint confusing
Replies: 7
Views: 1545

No rows will be rejected if toFilter.UPDT_TXN_TYPE_CD is "D" for every row.
by ray.wurlod
Thu Feb 10, 2005 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attempt to convert String value to Date type unsuccessful
Replies: 17
Views: 18061

If it's accepting Date() then it appears that the stage is expecting a date in DataStage internal format.

Try using just the Iconv(), omitting the Oconv() from your derivation.
by ray.wurlod
Thu Feb 10, 2005 3:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduled jobs intermittently don't start
Replies: 13
Views: 2131

I've noticed (7.1 on AIX) that the job entries are to be found in atjobs rather than in cronjobs. But this really addresses the "can't schedule" problem rather than the "won't start" problem.
by ray.wurlod
Thu Feb 10, 2005 3:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg combining the data from 3 oracle tables
Replies: 10
Views: 1606

The database ends up doing the same amount of work - maybe more - than if you'd done the original joins! :roll:
by ray.wurlod
Thu Feb 10, 2005 3:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract Column name in Trx through a function call
Replies: 10
Views: 3286

You will find comments at the top of the routine in RT_BPnnn that show you the mapping from your column names to the internal ones used in the routine. You could read that code in a routine and parse it.

It's not something I've ever wanted to try.
by ray.wurlod
Thu Feb 10, 2005 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: flat file
Replies: 5
Views: 854

Or she.

Of course, you may be able to discern what's in what column by inspection but you would need to be lucky (for example string, number, string, number kind of layout). For all numeric data it's far more difficult.
by ray.wurlod
Thu Feb 10, 2005 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unidata OBDC driver
Replies: 3
Views: 1232

Your assumption that UniData is supported by Ascential DataStage does not mean that an ODBC driver is supplied. DataStage supports Red Brick Warehouse, too, but does not supply an ODBC driver. However, you will have, on your UniData client CD, an ODBC driver for UniData (called UniODBC). You can use...
by ray.wurlod
Thu Feb 10, 2005 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control in a sequencer
Replies: 8
Views: 1435

In versions earlier than 7.5, your Exception Handler can trigger a Routine Activity that calls UtilityAbortToLog, which will abort the entire job sequence.
It's not a technique that I like (I prefer to create jobs that don't abort), but it works.
by ray.wurlod
Thu Feb 10, 2005 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attempt to convert String value to Date type unsuccessful
Replies: 17
Views: 18061

Find out what your default Oracle date picture is.

Code: Select all

SELECT date_column FROM table;
Then make sure that whatever you're passing to the OCI stage matches this format precisely using Iconv/Oconv functions or substring/concatenation techniques.
by ray.wurlod
Thu Feb 10, 2005 3:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CDC key
Replies: 1
Views: 713

My guess is that it's the number on the sticker on your CD case.