Search found 53125 matches

by ray.wurlod
Thu Jun 08, 2006 10:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while calling parameter value from unix file
Replies: 4
Views: 1008

Change your routine so that the output and exit status are logged. $DEFINE DEBUGGING $IFDEF DEBUGGING Message = "Output from command " : Quote(Arg1) Message<-1> = "Exit status = " : SystemErrorcode Message<-1> = Quote(Convert(@FM,"~",Output)) Cal...
by ray.wurlod
Thu Jun 08, 2006 10:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequence
Replies: 6
Views: 1718

There are various techniques available. Search the forum for "vertical pivot".
by ray.wurlod
Thu Jun 08, 2006 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: qualitystage,profilestage
Replies: 4
Views: 1485

Re: qualitystage,profilestage

Hi all, like me new startes the question and answers your posted is like greek and latin. most of the answers in dsx are wierd and we are not getting any sort of help from this forum. please explain the basics concepts and get into deep and we can activily particapate and share our knowledge and i ...
by ray.wurlod
Thu Jun 08, 2006 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: qualitystage,profilestage
Replies: 4
Views: 1485

Etiquette Note
You only need to post a question in one forum, not three.
by ray.wurlod
Thu Jun 08, 2006 10:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC error
Replies: 5
Views: 1052

Have you tried to declare a decimal(0) or string[0] or similar in the fifth field?
by ray.wurlod
Thu Jun 08, 2006 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture rest of records other than the max
Replies: 1
Views: 728

The best way is to do it at source, when loading the Data Sets.

Otherwise you need to introduce a prior task (a server job?) to collect the current max value, and supply that as a parameter to the job that is splitting the Data Set.
by ray.wurlod
Thu Jun 08, 2006 10:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid with date format
Replies: 13
Views: 5720

Welcome aboard. :D

If you test for validity before applying the conversion function, and only apply the conversion function to valid dates, then the warnings will not appear.

You have to specify, and then design, what happens to rows in which the date is not a valid format.
by ray.wurlod
Thu Jun 08, 2006 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture rejects with ODBC write load option
Replies: 1
Views: 760

No, as you have already established in a separate thread.
by ray.wurlod
Thu Jun 08, 2006 10:20 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Qualitystage,profilestage
Replies: 2
Views: 2636

Why not do your own research? Start here for example.

If you don't want to, I would be happy to do so for a suitable (to me) fee.
by ray.wurlod
Thu Jun 08, 2006 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Message Ids for warnings in parallel extender
Replies: 2
Views: 984

Just right click on the warning itself and create the message handler from that menu.

The "Error Codes and Actions" manual is promised for the next version (Hawk). Until then, there is no single source of message codes (at least as far as I am aware) in the public domain.
by ray.wurlod
Thu Jun 08, 2006 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: If one row reject then I want reject all and stop the job
Replies: 13
Views: 2400

Three job designs. Two as you state, and a job sequence to control whether or not the second job (the load job) executes.
by ray.wurlod
Thu Jun 08, 2006 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to find out howmany records were processed and rejected
Replies: 35
Views: 6542

You don't.

That would not make sense, and would slow down execution to an unacceptable degree.

You do it in an after-stage subroutine, an after-job subroutine, or in a routine invoked from a Routine activity after the job has completed.
by ray.wurlod
Thu Jun 08, 2006 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance degradation.
Replies: 8
Views: 1798

It's not the only option. As tables become larger they can become slower to load. You can prove this by replacing your Oracle stage with a Sequential File stage and watch the speed return to fast. Have "they" put additional indexes or constraints on the table? That will slow you down too. Once you h...
by ray.wurlod
Thu Jun 08, 2006 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequence error
Replies: 5
Views: 1075

Search the forum for SPINTRIES and SPINSLEEP
by ray.wurlod
Thu Jun 08, 2006 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading a file from unix server into a variable
Replies: 7
Views: 1846

Supplied functions (those in on-line help and manuals) don't need a prefix.