Search found 42189 matches

by chulett
Tue Jun 29, 2010 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to calculate total number of input columns and rejects
Replies: 9
Views: 3609

Either way, those same functions that exist as part of the BASIC API are part of the dsjob executable from the command line.
by chulett
Tue Jun 29, 2010 7:15 am
Forum: General
Topic: Datastage 8.1 installation
Replies: 4
Views: 1355

by chulett
Tue Jun 29, 2010 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to reset the job if any job fails in project ?
Replies: 10
Views: 3803

Okay... go ahead. Arnd has given you the solution, however the coding is all on you I'll wager. You can use dsjob for all of this, btw, if you'd rather script this than write a job.
by chulett
Tue Jun 29, 2010 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range lookup
Replies: 11
Views: 3359

I don't know, I got the impression that the input stream only provides the correct information for EMP 100 when there were only records for EMP 100 in the lookup data. Once more rows are introduced into the lookup source for EMP 200, the results for EMP 100 are now wrong. :? Is that what I'm reading?
by chulett
Tue Jun 29, 2010 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: count of columns
Replies: 3
Views: 1600

So, a count of rows rather than columns. As noted, can you spell your requirements out in words for us? That will help you (and us) get to a proper solution.

Smells like a pivot with some aggregation in one column. Trivial in a Server job, btw.
by chulett
Tue Jun 29, 2010 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert 12hrs as a 24hrs
Replies: 6
Views: 1986

The original question has been edited from what was posted last night. All examples had an "am" or "pm" at the end, source and target, hence my comment which was speicific to the target 'needed'. The poster then over-reacted and removed too much in (what I assume was) an attempt ...
by chulett
Tue Jun 29, 2010 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to reset the job if any job fails in project ?
Replies: 10
Views: 3803

Which doesn't help the Sequence job itself or anything not run under the control of a Sequence for that matter. :wink:
by chulett
Mon Jun 28, 2010 10:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting the rows
Replies: 10
Views: 2627

Looks good and any 'Key' columns will be repeated on each row. There is no distinctness to a pivot, you'd need to enforce that downstream.
by chulett
Mon Jun 28, 2010 10:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using transfomer or modify
Replies: 3
Views: 1493

Is there a question here? What are your actual source and target datatypes? :?
by chulett
Mon Jun 28, 2010 10:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert 12hrs as a 24hrs
Replies: 6
Views: 1986

There's no such thing as "20.30am" or "16.00pm", it's either 12 hour notation with AM/PM or 24 hour notation without it. Use StringToTimestamp() and then TimestampToString() with the appropriate Time Format string for each step, one to read it into internal format as 12hour and t...
by chulett
Mon Jun 28, 2010 10:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I store job status information in table?
Replies: 21
Views: 5314

ETL Stats is in the Tips & Tricks section of Kim's site.
by chulett
Mon Jun 28, 2010 10:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting the rows
Replies: 10
Views: 2627

Do you have a specific question on the stage or need some help getting the output you are after?
by chulett
Mon Jun 28, 2010 9:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting the rows
Replies: 10
Views: 2627

There is only one Pivot stage and it only does horizontal pivots. There should also be a Help button in the stage which explains how to use the stage.
by chulett
Mon Jun 28, 2010 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range lookup
Replies: 11
Views: 3359

We'd need much more in the way of specifics before anyone could help, there's not much to work with when you just say the "results are weird and wrong". :?